[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 ArticleRun-time error '42': Object required
The Add Form is working fine. Add Form Code: Option Explicit ___________________________________ Private Sub Form_Load() Me.Top = (Screen.Height - Me.Height) / 2 Me.Left = (Screen.Width - Me.Width) / 2...
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 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 Article