Rotating Wheel Wedges to Resemble a Wheel Spinning?
I am wondering if there is a way to rotate multiple wheel wedges by using BitBlt or some kind as if the wedges rotating resemble a wheel spinning? Any help would be appreciated. If what I said is hard...
View Article[RESOLVED] simple problem [help needed]
i will attatch an image to hopefully illustrate the problem Attached Images
View ArticleRight click on Image on WebBrowser
How can I prevent the drop-down box from showing when I right mouse down on an image showing on WebBrowser
View ArticleHelp on difference between Win7/WinXP handles resource files.
So i have an application that contains a resource file. Within this resource file it contains. 3 xml files, 1 icon file. 1 of the xml files of course is the manifest file. I added the 2 additional xml...
View ArticleHow to convert 24 hour time to AM/PM time
Dim H As Integer Dim M As Integer Dim S As Integer H = Hour(Now) M = Minute(Now) S = Second(Now) How do I convert the number in H from it's 24 hour time to it's AM or PM time
View ArticleYet another VB6IDEMouseWheelAddin
I have download this off the MS site and got it registered AND did the add in and have it set to start up and is says loaded (Win7). No Errors. However, I cannot actually use the wheel to scroll...
View Article[VB6] Chat client ping pong problem, keep losing connections
I have a chat client that has multiple user connected at once. After all users have been idle for about 10 minutes or so they all lose connection to the server. How do I fix this issue? I have the...
View ArticleVB 6 app installs but wont run
Hi. Im a beginner programmer in VB 6 although I have programmed a front end GUI for an Access database. So here's my problem. I don't have VB 6 on my computer now but I do have the install disc. I have...
View Article[RESOLVED] form MDi Child disappears after canceling the exit in MDI
i have a MdiMain and MdiChild i put a code that only if the mdichild window is closed then i can exit the program however when i try to exit the mdichild from the MdiMain the window disappears this is...
View Articlexml namespace
Hi all, I am new to vb6 and I need to do export to xml file, which i have done. but i dont know how to add namespace in vb6. Could someone please help me with some sample code.... Thank you
View ArticleGet VB 6.0 to stop edit code when not all files ar found
Hello, When I load a project that contains reference paths to files that dose not exist on my computer at those locations the VB 6.0 IDE changes my code or removes those parts from the code entierly....
View ArticleCheck Command Button status in database at the time of execute...
Hi all, I have 3 command buttons in my form. when I execute program, I need to check my database/Table for some query. below is my code... Code: private function ChkData() set rs = db.opentable("Select...
View Article[RESOLVED] how to check if values are empty before sending sms or email
i have a form that sends sms now i'm trying to check if a text box is empty then it could not be sent and if everything is ok then i get msgbox sent successfully i know im doing something wrong here...
View Articlehow to check if all requirements are ok before sending a sms
i have a form that i send with it sms and i use a listview now .. i messed up my code trying to figure out how to fill and to check all values before sending e.x if the credit for the sms is enough if...
View Article[RESOLVED] read space delimited text file!
i have a text file like config file but delimited by space i want read some part of this text file and define that part for a variable Code: remote xxx this is in middle of text file and i need find...
View Article[RESOLVED] Capture Picture Of A Form When A Portion Of It Is Off The Screen...
I can capture a picture of the form and put it on the clipboard perfectly... except the portion that's off the screen. If my form is wider than the screen is, it takes that portion of the picture and...
View Article[RESOLVED] Right Mouse Down on WebBrowser Image
When an image shows on the WebBrowser's loaded page I want to right mouse down on the image. Now I have already solved the problem of not allowing the Browser's popup form showing by using...
View ArticleSearch Access Database
Here is the line that searches my database and returns the records matching strSearch If LCase(rsData(strTableItem)) Like strSearch Then How can I change this to return records that include any part of...
View ArticleCompatible Updates of dao350.dll for VB6 in Win 7
I am using VB6 to write program for Windows 7 From the website: http://msdn.microsoft.com/en-us/vstudio/ms788708.aspx I found that dao350.dll and msjet35.dll are unsupported but supported and...
View Article[RESOLVED] values dosnt enter and saved in the database table
im trying to save some values in the database and it dosnt save i get no error but it still dosnt save nothing i dont know what is wrong this is my code Code: Private Sub Command1_Click() Dim...
View Article