Problem with Project file
Don't know if this is the place ask this but I am really in trouble. I have been working on a project for the last 3 years. Everything was doing fine until today. When I reopened the project it loaded...
View ArticleFilling out web form (Text boxes, Radio Button & Dropdowns) using VB6
So i have been searching for days. I have seen many posts on this topic but nothing that addresses my issue as a whole. I have a form within vb6 that a user will fill out. When they press a command...
View Articlewieredest problem ever faced......
i have this source for webcam i copied most of the code and controls to new project checked all reference , on new form it dont seem to work when viewing webcam image is so small , so when i had to do...
View Articlehow to make vb6 applicataion that tart automatically when windws starts
how to make vb6 applicataion that tart automatically when windws starts help me
View Article[RESOLVED] Game with pictureboxes
Hi, I am making a game and I have a problem. I want something to happen when two pictureboxes are at the same location. I have tried this: If picturebox1.location = picturebox2.location then...
View Articlehelp on opening the program
how to create app that opens only when internet is connected?
View ArticlePicturebox Transperent background
Hello, I am trying to make the background as transparent i have tried all methods i have searched for it simply does not work my question is how can i make background transparent (no color) like this...
View Articlebinary transfer udp or tcp better?
so far my webcam software is using winsock to send out binary tcp protocol can anyone tell me if udp or tcp better when it comes to transfering file over http or localhost
View ArticleSDK editing
Hey guys, I have some code from a SDK, the SDK is from : http://www.anviz.com/ for a network fingerprint reader. This code it what they gave me to collect via TCP/IP, which works but wont get more than...
View Article[VB6] - what is the diference between 'end' and close the window(on 'X')?
what is the diference between 'end' and closing the window(on 'X')? (i'm asking these because by some reason(when i click on escape key), i must use the unload key word('Unload Me'))
View Articlehow to conviert a game made by vb6 into flash
hello its my 2nd day as a progremar i just made a puzzle game... so here its to download it http://depositfiles.com/files/p79yrm11g but when i sent it to my friends they canoot to setup it on thier pc...
View ArticlePrinting contents of a picture box
Good day!, im having a bit of a problem while printing controls that are inside a picture box. Im trying to print a Label, and an ocx, a barcode ocx to be exact. I've tried different methods already....
View ArticleHow can I show data from flash into vb6 grid's
hi everyone :) i have some trouble with flash and vb 6. may you help me? i make a pie chart with xml and i show it into vb 6. now i want click one of part from pie chart then show data from flash into...
View Article[RESOLVED] strange db summation issue
hey, im trying to read the values of the amount field of a table and display its total.. but there seems to be some silly error in the code which is giving strange results usually the 2nd time i run...
View ArticleMissing data from RS232
hi , I have a code as below. It receive data from PLC machine through rs232. This machine have 3 stations that will be sending out data once testing completed. all the 3 station will be tested...
View Article[RESOLVED] Picturebox Transperent background
Hello, I am trying to make the background as transparent i have tried all methods i have searched for it simply does not work my question is how can i make background transparent (no color) like this...
View Article[RESOLVED] SQL Searches with multiple criteria
Hello, i'm new here and looking for assistance in completing a school project. This is what i have adoAppointments.RecordSource = "Select Appointments, Time from Appointments where ID = " & "'"...
View ArticleVB6 App Using WTSOpenServer - Hangs Running on Win7
I have an app when running on XP works fine, Win7 it hangs. When I make the call to WTSOpenServer on XP, if the server is down, a 3 second delay happens, and the app goes forward. When running on Win7,...
View Articleget all directories in all o/s
i need help listing all diretories in winxp vista / 7/ 8 should show all folders only thanks. :phow do i use if statement if windows xp then show directories if vista then show directories if win 7...
View ArticleHex to Number??
How to get to '24 08 00' to '2084' in VB6? I tried chr(24) but it gives a weird character and not 2... I want to show 2048 like in the picture from the bits 24 08 00 00 Attached Images
View Article