Add Text only if one combo bos is enabled
I have a form with 7 text box which includes 2 combo box : ComboBox1 as Bank & ComboBox2 as Cheque.... while the form is running, if someone clicks in combobox2 then text4 & text5 gets enabled...
View ArticleKeys
Hi how to use kboard keys for shortcut i mean if i press enter the ok button will be pressed, D for delete, A for add, etc. plz some some code.:afrog:
View Article[RESOLVED] Keys
Hi how to use kboard keys for shortcut i mean if i press enter the ok button will be pressed, D for delete, A for add, etc. plz some some code.:afrog:
View Article[RESOLVED] Splitting Time and date Var
Hi Guys how would you split this: on button click i get strTime populated, this will read for example "2013-24-02 10:55:00" then it is displayed in a list content. i need it to display: "24/02/2013...
View ArticleFlex Grid "Edit" code not working
Everytime I click on the "Edit" button of my flex grid, an error occurs which says : "Run time error 2147217887 (80040e21). Multiple step operation generated errors. check each status value" Heres the...
View ArticleIs it possible to have a variable ignore one value?
Hey, I'm in the midst of creating a program in which a set of numbers can be entered to correspond with other values, but one particular number will stop the input needed for each of the set of...
View Article[RESOLVED] command button array help
in fresh test project i have 3 command button arrays button1(0) , button1(1) , button1(2) now when button1 clicked me.caption="button1 clicked" same for other buttons how do i do it
View Articletextbox disallow certain chars
current Code: Private Sub txtSend_Change() If txtSend.Text = "#" Then txtSend.Text = "" Else If txtSend.Text = "|" Then txtSend.Text = "" End If End If End Sub as u se those 2 chars what other good...
View ArticleEAN 13 barcode scanning
I have an inventory system running in a retail outlet where all items and its EAN 13 codes are stored in the DB. SO when an item barcode is scanned curresponding item details are shown in the screen....
View ArticleCombo Box in flexgrid
Hi, i need to place 2 different combo box in cells in my flex grid. The first one needs to go in all cells in the 2 column and the second one needs to go in all cells in the 5th column. I am unsure of...
View Articleread data from a random access file created in vb6
I have some random access files created in vb6 and need to read the data out of them. The problem is that I dont know the stucture of the recocrds inside the files. I am new to VB but I have found some...
View Articleread data from a random access file created in vb6
I have some random access files created in vb6 and I need to read the data from them. The problem is I dont know the record structure of these file.(As far as I know it is a must.) Ive found some VB...
View ArticleWindows 7 question ( Starting new / old project )
I have an existing VB 6.0 project, fairly extensive probably 100k + lines of code. The project is an operating system for an XRF analyzer, multiple serial ports ( MS Comm ), a National Instruments I/O...
View ArticleTerminateProcess
I'm looking for a simpe way to terminate a VB6 App from another VB6 App. I successfully found the handle of the app using "FindWindow". Used that handle in "TerminateProcess"; nothing happened the app...
View ArticleMulti-Server - Multi-Client Chat System. How do servers connect to each other
Without giving too much thought (well, I did do some thinking) trying to figure out how would I go about getting all servers to connect to each other the best way I was able to come up with is that as...
View ArticleHow to Send Keys from my VB5 App to another App's open Web Page
My user will open the desired Web Page(www.TD-Digital.com) for testing purposes My user will then "Restore" my App which is running minimized in the task bar, then Click a button in my app that will...
View Article[RESOLVED] VB6 Command Button display on Windows 7
I may not be doing something right. The command buttons of my app do not take the native Windows 7 button feature/shape/color. However, the common dialog box buttons (called from my software) does take...
View ArticleCan a socket array be used as both a server and a client?
In my project I have a socket, let's call it ServerSockets. ServerSockets(0) is the server so it is listening on port 3001 ServerSockets(1) is a client so it connects to another server which is...
View Articleforgot your password form in vb6 retrieve password from database
hello guys i am in the 10th grade and i am creating a project for my computers class in which i have created a login and register facility the forgot your password code doesnt work . the password is to...
View ArticleDate Difference
Hi I have written this code & it is returning value -2. Date value is "26/02/2013" DTPicker1.value is "28/02/2013" MsgBox DateDiff("d", DTPicker1.Value, Date) Thanks
View Article