Ms-Access Password
Hi can we set the password of MS-Access Database using coding . Thanks
View Articlewho can character spacing in vb6
I'm trying to make a program that puts spaces between every letter, example: using only Label how can i using Attached Images
View ArticleSelecting multiple random dates in month calender or date picker
Hi, I'm using windows forms in vb 2010 and Ms access database. I need to select multiple random dates in the calender(month calender or datepicker) and display the dates in the textbox. Is this...
View Articleneed help understand how to update ( virus definitions) for this
please check this source and kindly tell me how do i update the virus definitions in which format and how. this file name in appath Signature.ATVGuard how do i add it name of virus crc32 ?? were do i...
View ArticleLoad Program
A big hello to everyone, this is my first topic here and my first try to make an application with VB. My question is so simple but i cant figure out how to do it. I want my program to start minimized...
View ArticleHow to create a simple timer that starts when you run program?
I want to make a label that shows how long the program runs in seconds. Any ideas? I am still a beginner in VB6.
View ArticleCopying 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 Article