how can i download images from web in picturebox
sir, i need source code to download pictures from web help me.. thanks in advance
View Article[RESOLVED] get string value
I have this string to capture. For example I have this string "&firstname=genesis&lastname=logan". So I would like to get the string genesis from that string.
View ArticleSearch Issue
hello =) again i need your help. my other thread are still waiting for replies, hope this thread will be able to fix the another issue. this is just another like Inventory system. the main purpose why...
View Article2 or more Data input per Field
Current Listview Can it be turn into this? Or which is better for a Inventory type system, the above? or just stick with multiple stacking of data?
View Articlevb6 and other webbrowser control
It seems that I have problem with IE webbrowser control on vb6 when loading js files. Is there any other control to use other than that of internet explorer? Like for example from mozilla firefox?
View Article[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] 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 Article