.Picture = .Picture vs PaintPicture using EMF image
I load an EMF image into Picture1. If I resize Picture1 the image grows as I make Picture1 larger. The problem is it has an annoying flicker about it. So I put Picture2 on the Form and make...
View ArticleHow do I make a form ontop?
Hi, I need to make one of my form stay on top of my program, how would I do this, thanks for the help and letting me post here.:wave:
View ArticlevbKeyClear
vbKeyClear = 12 i thought 12 = Form Feed ?? Dumb question :) i just came across this Constant = vbKeyClear which Key is it on a typical Keyboard ??? where is its location on a KeyBoard ??? i don't...
View ArticleFormat$ Bug -- with string like "0E-25" Maybe.
If you run vb6 and in the immediate window type: ? Format$("0E-25", "00000") Or Format$("0B-25", "00000") You get "00000" instead of "0E-25". If you pass in "0A-25" it works properly. I'm guessing this...
View Article[RESOLVED] Getting duration info from an mkv file
I need to get the duration of mkv files. I use How to get all Media Info using the MediaInfo library to get the duration info of other video file types, but it will not return the duration of an mkv...
View ArticleRichTextBox Control in vb 6
hello guys I am developing an chatting application in vb6 . i have got an richtextbox placed in my chat window. i am using rtf files for inserting smilieys . i am loading this file whenever an user...
View Article[RESOLVED] insert query statement error
HIIII i m using the below insert query which has 90 fields in it while executing it gives error insert syntax error i have debug the line the close bracket is missing at end how can i rectified it or...
View Articlewebbrowser navigate error
PC with proxy internet settings, navigate with [postData] method is not navigating to webpage (web.WebBrowser1.Navigate buildURL, 4 + 8, , byte_array) any solutions ? thanks. Attached Images Â
View ArticleRotating 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 ArticleCan't install VB 6 on Windows 7
I've been reading for hours about this problem. I installed the windows virtual pc also. I still have the compatibility issue. So my question is: Has anyone found a way to install VB 6 on a pc running...
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 Article