[RESOLVED] Need code that return name of windows (VB6)
Hi Gays... Any body know if there are code can return windows name same as the picture to textbox or label I have an old code and it's work on just windows xp or lower but when i use my win 7 or...
View ArticleGenerating VB6 data report with different language
Hi, I am using VB6 to generate a report from my database. I want to display some fields of my report in native language rather than English. Is there any way to do this? I have some function and all...
View ArticleDisplaying/Preview the the CR in VB 6 Form
Hi Friends i need a Help Urgent . Environment : VB6, Crystal reports 9 ,SQL Server 2008 Preview button Source Code : ReportNameVar = App.Path & "\reports\DoctorList.rpt" str =...
View Articlecannot compare textbox text against label caption
Hi, I'm new to VB and using VB 6 for the moment. In my program I wrote below code to test txtReferans.Text against lblReferansX.Caption but this simply does not work. For example even when...
View ArticleCreate 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 Article