How 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 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 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 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 ArticleNew to the forum
Thanks everyone for having a place like to help people, I am not sure if posts show up right away since I am new or if I need to wait to post?
View ArticleVB6 and windows 7
Since i have a new PC with windows 7 instead of windows xp the functions time and mid does'nt work anymore, may be that one or more libraries are missing. Can anyone help me with this problem. Thanks...
View Articlehow to make ocx simple example please
il like to know how to make ocx ,,, few examples will be great to learn from , how to make ocx files then use them please anyone :eek::eek::eek::eek::eek:
View Article