Problem With Webbrowser wehen i am creating a auto login
Hi all, I am New with VB6.0 and i am Creating a form where u put your user id and password which is auto transfer when you click on command button. i want to login on one web site which is having a web...
View ArticleLogin-Logout
Can someone help me.I'm having trouble with my time out.The log out is connected to Time_out,but every time the user log's out, it keeps replacing the 1st row in database. Here is my Login button it...
View ArticleA coding problem a newbie can't figure out
Hi. Apologies if this is in the incorrect forum or a possible solution included in a previous post. I admit to being a little out of my depth and not knowing what to search for! I have found a piece of...
View Article[RESOLVED] I need Code that search word in notepade file (txt) - VB6
Hi every body, I'm new one here... I need some help in my project : I Have form with textbox and button , ok ? So, If I click on button ,then the button open and search in notepad file any word that...
View ArticleWeird issue with PictureBox control
Everytime I reference the picturebox control the image/picture disappears. For example: Private Sub Command1_Click() PicturePrint.Picture = Picture2.Picture End Sub Neither PictureBox has an image....
View Articlehow to assign objects-Employee object returned by .net assembly- Emp variable...
Hi All I have the following code created in C#.Net using System; using System.Runtime.InteropServices; namespace TestUtility { [Guid("422EF1C9-AC03-4C54-BA86-34EF06B97E50")]...
View ArticleHow to Ensure all dbGrid control fields are filled before exiting
I have a database grid control = dbGrid1 and its linked to an Access database It returns all current fields in the database but I want them to be able to delete and change anything that is displayed as...
View ArticleRemote Access from distant location
My VB6 program is a desktop program(not web based software), which access MS Access DB and write X-ray image acquired from digital X-ray machine. I want to make program to share database and image. For...
View Articlemapping and unmapping a drive using net use
I use to be able to use the net use command line statement to map and unmap drives during my form load procedure but I cannot remember how I did this net use x: \\server\sharefolder /user: myID myPass...
View ArticleWhy doesn't this work
In the game there are either 1 player or 2 players. When there is only 1 player then I want the ball colors to switch colors back and forth so when it is white's turn then white balls are on the board...
View ArticleOverride default textbox pop up
I'm adding spell checking to a couple of text boxes and have a pop up menu that just displays "Spell Check". I've seen on Google how to disable the default text box pop up so I only see mine but would...
View Articlehow 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 Article