Create new File in access 2003 using vb6
hi all i have create a text box of New file Name and when i put file name in that box and click on ok button it is created a file of access database in said path with the same name which is type in...
View ArticleSolution needed to run VB6 program on thinclients using CE
Okay so I wrote this program and it works perfectly. I went to see what issues I would have loading these onto the thin clients and .............. I find out that VB6 programs do not work on WinCE....
View Article3d rotation of a Pyramid with pure vb6 not using matrix
morning while rotating a Pyramid on the top point ,which is located at x=0,y=0,z=-40 ,all sides are equal . when i rotate it the base moves only. why does one side of the base stay wider on one side...
View Article[RESOLVED] how to filter in access between numbers
i have a table that holds currency prices shampo 50 $ hairdryer 70 $ i also have a combobox that i want to filter by numbers ex. select between 20-40 if i have products that there price are 20,30,40...
View Articlecalling a timer in a loop
how can i correct this code to run 12 times The timer is only called in the first run and never gets called again. Code: Option Explicit  Dim mlAmount As Long  Dim iCnt As Long  Dim miCounter As...
View Article[RESOLVED] where clause error
what is missing here? Code: Â Â Set rs = CN.Execute("SELECT * from Expenses WHERE ExpRemarks ='ABC')
View Article[RESOLVED] Solution needed to run VB6 program on thinclients using CE
Okay so I wrote this program and it works perfectly. I went to see what issues I would have loading these onto the thin clients and .............. I find out that VB6 programs do not work on WinCE....
View Article[RESOLVED] calling a timer in a loop
how can i correct this code to run 12 times The timer is only called in the first run and never gets called again. Code: Option Explicit  Dim mlAmount As Long  Dim iCnt As Long  Dim miCounter As...
View ArticleRun-time error 5
Hi, The easy part of this question is, I have an old VB6 program that has worked well over the years. I made a few changes to the program and it works well while running in the IDE. When I compile it I...
View ArticleCreating a taskbar (tasklist) w/ icon (having an issue please help)
So I'm creating the beginnings of a custom Windows shell, and I'm creating an example that will later be used for the taskbar of the shell... I have figured out a simple way to eseentially get the...
View ArticleAccess password - VB6
I am using an .mdb (Access 7.0) file as back end for my VB6 front end. I am not able to set a password for my Access DB. My computer runs MS Office 2007. Open database in exclusive mode -> database...
View ArticleHELP! How can i generate random string after the loading finishes?
Im currently building a username and password generator for our school proj. How can i do this? When you press create account it will create and display random string at username textbox and password...
View ArticleTime In & Time Out via Database using Timer
Hello =) I'am a big fan of Timer. I have a program like Inventory that i'm planning to add a Time In & Time Out fields. The program has 5 Form, 3 of the Forms are the mains namely Main - Add and...
View Articlereplace c2.exe with new(vc++) cl.exe vb6 compilation
Has anyone heard of this or tried it. Replace c2.exe with latest version of vc++ compiler cl.exe. Not sure what the benefit would be, or if it would even work Any ideas?
View Article[RESOLVED] VB6 Search a text file for a string of text then read the rest of...
Hi all, I came across this website via Google trying to find a solution to a problem I have. I dabble with VB, tweaking existing snippets of code to 'make it fit' but I find myself this time with a...
View ArticleHow 2 Install Farpoint 32-bit Input Pro Control Ver-03.00.11 on Win-8 (64 bit)
Hi all, I used farpoint input pro controls (Version-03.00.11) in my VB6 applications which were running perfectly in 32 bit OS i.e. Windows XP and Windows7. Now i have to make VB6 development in...
View ArticleMschart too many grid lines
I have a VB6 app that plots an XY chart of data collected on a machine using MSchart. It worked just fine. I recently upgraded the machine control and am now getting a lot more data points. So many...
View ArticleQuestion about Textbox concerning maximum characters
How many characters can a text box contain and what happens if that amount is exceeded? Also, can a text box reveal the total number of characters it has and if not how can I calculate this value
View Article[RESOLVED] Access password - VB6
I am using an .mdb (Access 7.0) file as back end for my VB6 front end. I am not able to set a password for my Access DB. My computer runs MS Office 2007. Open database in exclusive mode -> database...
View Articleneed winsock https socket ? please provide thanks
i need winsock https socket , so far non working , just dont connect please help guys post a working socket thanks alot:thumb:
View Article