Copying to different hard drive's
HI All Some help required. In my project now I have a net use command which is creating a virtual drive letter and saving images to that drive letter. I have 12 hard drives in caddy's in a 13 bay cd...
View Article[RESOLVED] how to (border style = 0 with menu items
how do i set borderstyle 0 with menuitems , bec of items listed in menu , the form style wont change to 0
View ArticleStrange problem in moving an object
I'm have a strange situation where I move a control from from the source square to the target square. The appearance is such that the control is seen on the source square then it appears on the target...
View ArticleFind character from corresponding key in another keyboard layout.
I want to find which character is produced when the key which is the letter V on an English keyboard is typed on a non English keyboard I can get the keyboard layout with Code: xx =...
View Article[RESOLVED] how to specify a output file using Ascynread
I am using asyncread for the first time to download a file from a Host. I have looked in the code bank for reference but didn't find any help on how to save to a specific file. The active x control...
View Article[RESOLVED] How to save drawings to a file
How can I save figures that my VB6 program creates to a file? I have a VB6 program where I create many different figures inside PictureBox controls. But, I would like to save the results to files. How...
View Article[RESOLVED] Use ● as the character for Password?
A way to use Black Circle ● as Password Character?
View Articlevb (6.0) application hangs when press the stop debugging
hi, My vb 6.0 application uses video streaming from (USB) Camera. Run the application (debug) - do not start Camera - stop debugging - result -> OK. Run the application (debug) - start Camera - stop...
View ArticleAnother Question About INI Files
Here is what I have in a prizes.ini file: [car] Nissan Versa = 11300 Honda Civic = 16995 Ford Mustang = 27500 [trip] Trip to Acapulco = 3624 Trip to the Bahamas = 5371 Trip to Hawaii = 5180 Trip to...
View Article[RESOLVED] Can't get AddressOf to work.
Hi all! I've tried several snippets and get the same result every time. Im using VB6 SP5, developing on WinXP SP3 Here's a simple segment that should work but gives the error: "Invalid use of AddressOf...
View ArticleHi, I have a question about vb script and vb 6.0?
Hi, I was just wandering what can vb script do that visual basic 6.0 can not do or the other way around? They both seem the same. Thanks
View ArticleRESOLVED: SHELL command - having trouble using parameters
Hello, I want to convert a line of code that's been using within a batchfile, to vb6: Code: C: cd "\Program Files (x86)\VMware\VMware Workstation" call vmrun stop "C:\__VMWARE...
View ArticleSectioning in VB 6.0
Can anyone help me, how to make a sectioning syntax in my enrollment system. I can't think of a way on how to do it. This is my current logic. The student will input his/her General Average if it is...
View Articlefinding all combination of n numbers with different k without repetion
Hi all I want all combination of n numbers with different k .for example I have 4 numbers :1,2,3,4. K is 2 so we must have (1,2)(2,3)(3,4)...all combinition with k without repetion. K is 3 (1,3,4)... k...
View ArticleDate Time Picker: Cleared?
New Problem at Post #6 http://www.vbforums.com/showthread.p...=1#post4625257
View Article[VB6]Help about looping to all iexplore process name and process ID
I want to loop to all Process Name of "iexplore.exe" and their Process ID (PID) to get their Handle I have the following code to get the Process ID of a process name, in this case I can only find one...
View ArticleVb 2010
Hi all, I am writing a form to take in a string and count Vowels, Consonants and spaces. Here is what i have so far but i seem to be running into an issue. Public Class Form1 Private Sub...
View Articlewebbrowser navigation
good day. Sorry if this may seems to be a cross post. I posted this hours ago in vb.net but nobody answered even it got many views already. Maybe no one knows to answer it on .net so I asked here...
View ArticleUsing wmp in windows 7
Hello everyone When setting my wmp in VB6 in windows 7, Player.unimode to none, I cannot see the SAMI files, they can be seen just if I set enablecontextmenu to true. When running in XP this is...
View ArticleRecommended replacement for VB6 Learner's Edition
What version of Visual Basic do you recommend to replace VB6 Learner's Edition? I have a couple dozen applications written in VB6 that I want to run on my new Windows 8 laptop. I'd like to upgrade to...
View Article