VB6 and Crystal Report
Hi! I need a step by step procedure on how to create a crystal report then call it in vb6 application using MS sql, also how about if I want to view reports according to filtered data(like dates). Any...
View Article[RESOLVED] I Don't Understand The Description Of Removing Registry Keys
I've never worked with the registry before. I understand how to add and read key. section. and value, and how to remove the value and section, but how do you get rid of the key? API call? I haven't...
View ArticleTape Drive Identifier For API Calls
I'm still trying to build up the courage to start accessing my data tape drives from programs. I'm curious about this line Code: tapehandle = CreateFile("\\.\Tape0", GENERIC_READ, FILE_SHARE_READ Or...
View ArticleHelp me
Dear Guru, please help me,,,, i have listbox1 with data from notepad like this, morning;good morning %hi evening;good evening %hi afternoon;good afternoon %hi hello;hello %hi i have, text1.text...
View Article[RESOLVED] Need help : Page showing row
I am trying to show 5 records on each page. I need to display this status : "Showing row 1 - 5" I got this part. But moving to 2nd page status doesn't moving, the result must be "Showing row 5 - 10" My...
View Article[RESOLVED] how do i count a value in access only if it contains the work "OK"...
how do i count a value in access only if it contains the work "OK" and show the total in a textbox e.x i have 5 field called status 1 field name is "Denied" and 4 fields name is "ok" if 4 fields name...
View Articlechat client help with unloading index
i have an issue with this source code i download from ( planet source ) i kind of like this source i am trying to figure out were the problem is. the problem am facing is when unloading a socket. if i...
View ArticleWill this work with Unicode?
I have little to no knowledge of character sets other than standard ANSI, and it has been brought to my attention that the StrConv function in conjunction with byte arrays does not return the correct...
View ArticleAdding Dashes Automatically into Text Box
Hi, I'm looking to add dashes automatically into a text box. The text box is used for entering a number in this format: ###-###-### How do I add the dashes automatically? I totally lost. BTW, I'm...
View Articleif then statement with the value of a label caption between 0-100?
Hello there! I am working on a small prog where the prog looks at the value of a label caption. What I would like it to do, is if the statement is true show a msgbox, but I can't figure out how to code...
View ArticleHelp in replace text
Dear Guru VBForum, i want to replace text base on listbox text my listbox data morning;good morning when text1 enter morning text2 will show good morning please help me thanks
View ArticleAlarm for last sunday of month
Hi all I have 12 hard drives drives D-O i want to be able to format the next month drive in advance so the last sunday of the current month it will format the aprils drive at 11:00am and so on for each...
View ArticleSave data into database throught textboxes
Hi Guys, Im sorry but im new with this, please help me how to save data into database using textboxes. Below are my codes: If txtname.Text = "" Then MsgBox("Please enter valid name",...
View ArticleCalling a dll and get ora-01017 error. This works on windows xp but not...
The issue is that the .exe connects to Oracle just fine but when I select a menu item that calls a dll I get the ORA-01017 invalid login/password message. The application is already logged in. Other...
View Articlehow to delete a list if a checkbox is check or if not then from selected...
i am trying to use 2 things 1.to delete a single customer 2.to delete all customers (if the checkbox is checked) but when i mark the checkbox and hit the delete button it deletes only 1 customer why? i...
View ArticleLine controls coincide each other
If put a Line control coincide with another Line control, the color of the Line control will changed. I tried all the settings but cannot find how to remain the color of the above Line control. Any...
View Article[RESOLVED] Can't compile
Why is make project1.exe disabled? I just started the IDE and noticed it was grayed. Attached Images
View ArticleNeed help with CDO email to check status of email
I have a MS Access /vba program that sends a xls file to an email address using CDO. The CDO code is standard floating on the web as code pasted below. It works fine if I have to send a single mail. I...
View ArticleHow do I remove dropdown menu on Open File common dialog?
I notice that in Win7 there is a small drop down menu beside the open button (indicated by a small down-arrow on the Open button) in a Common Dialog Open dialog box. See image at...
View Article[RESOLVED] What's wrong with this code?
The code works fine when I have this code in the form that is using it. Code: Private Function GetPix() As Byte() CopyMemory Pix(0, 0, 0), ByVal BitsPtr, 4 * PicW * PicH GetPix() = Pix() End Function...
View Article