[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] 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 ArticleUnload Me
Hi VB friends, I am a bit confused whenever I use the Unload event...That is because each time we have to unload the form and to release the reference to the form. My issue is I don't understand very...
View ArticleExtracting range of data by prompting user for values
I have a large amount of data in a txt file that I have successfully imported to excel via visual basic. This is multiple columns and rows (Column A is phase, B is temperature, and C is result). How...
View ArticleUpgrading VB6 to VB.NET - need help understanding how data is saved to DB
Hi! The application I am upgrading uses SGGrid(s) to show data and allow user input. Now in VB.NET I set the InsertCommand, UpdateCommand and DeleteCommand on the OleDbDataAdapter which is bound to my...
View ArticleSearch File for String then Return Values After
I am fairly new to visual basic and have done some small programs in it. I am unsure whether I am needing to use a split, instr() or something totally different. I have searched and find many...
View Articlealpha blending 2 pixels together
i want to alpha blend 2 pixels together by an alpha value between range 0-255 and i found this formula so far: dest = alpha * (source - dest) / 255 + dest the above formula works fine except on lower...
View ArticleAuto run .exe after installation
Kindly help. I have created a project in VB 6 and made setup by P & D. I want user can run this exe file automatically after installation of the same. How can I make .exe file run automatically...
View ArticleINET Intenet ActiveX Control Object Web Developers Whitepaper...
Hello I am writing this type of Thead, for the good of the Information Tecnology Industry. I didn't write the data of this Whitepaper, only compile it into a more or less readable type of design that...
View ArticleVisual basic for Statistica: windows 7: 64bit
i have the following code in Statistica 10.... and i get 10800 type mismatch.. .This code is from Statistica google analytics api (i have cut a large portion of code in order to find what goes wrong)....
View Articlevisual basic 6.0 commands list
looked on the net could not find a visual basic 6.0 commands list found one listed as VB 6.0 but was for qbasic, and 1 that did not have if then on it, to short of a list. have book on order will get...
View ArticleSelect statement issue..
Hello, I want to tank everyone in advance, this is my first post here and I am glad there is a place like this to help out those who are struggling. I put together an app that will allow us to put our...
View Article