Salam, Kindly help me to provide the code for saving and retriveing the images/pictures from the MS Access(2000) DataBase using VB 6 environment. I need it...
Hi everyone, I am trying to write a vb6 program that will allow my code to interact with the Yahoo Messenger. If anyone has any sample code or how I could go...
Hi to all, I would just like to know the best way of generating auto number id without any possibility of having a duplicate id. I am using Visual basic and...
You could use SQL to do that. if you can't put an auto-number field into your data table, then make a new table with only an auto number field do an addNew for...
Hi programmers, i designed a web browser and want to save as the web page file so i write this statment AxWebBrowser1.ExecWB(SHDocVw.OLECMDID.OLECMDID_SAVEAS, ...
Sql server has option in number datatype of auto number so simple add select that option . and when ever you insert any row it will automaticaly increase by...
Hi u can make use use of MSComm control 4 this. or else u have some yahooMessanger library available in componet listing. Hope this will help u . regards ...
Hi When u save a file it will get saved in the web server m/c. so later to get the file path just use the Server.MapthPath(FIleName) to get the File loacation....
I would like to know how to add text to the ROW Headers in DataGrid Windows Control. I have a matrix/array (n x m) in which I would like to label the Column...
hello i am new member and i want to know some thing about vb.net How can i make parallel port interfacing with using vb.net are there folder.ocx like in vb6 or...
Use system.io namespace. U can find any info about it on msdn. Ugur... ... __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you...
Hi Warren, Just mark the fields identity column n set the minimum and increment value, n the db will do the rest of the work. Regards, Irfan ... From: Warren...
hi, i am using a msflexgrid to display data and a refresh button to refresh all the data displayed. whenever the user click on the refresh button, the row ...
dear all, if i have the first value in text1.text in decimal & another value in text2.text in decimal & i want their sum in text3.text what is the code plz ?? ...
hi all, i wanna cask , if i have a value of sin x, & i want the value of x, what is the code ? note: it is similar to shift sin task in calculator . if the...
What would be the correct syntax to use a variable after the Like operator? I have a textbox(TextBox1) on the form and a public variable(PubState) declared. My...
Is there a command to produce a dialog box that asked a question, had a variable field and ok\cancel buttons -or- a way to pass the value from one form to...
Hi, The code would be cdbl(text1) + cdbl(text2) Regards, Viswanathan Sundaresan ... __________________________________ Do you Yahoo!? Yahoo! Mail Address...
Like this... Dim answer As VbMsgBoxResult answer = MsgBox("Quit from this application?", vbOKCancel, "Quit Application") If answer = vbOK Then End Else ...
Setiawan Wijaya
setiawan_wijaya@...
Oct 13, 2004 8:16 pm
6206
this is the query u wud need Me.OleDbSelectCommand1.CommandText = "SELECT ST, StateName, CEUNeeded, CEUAllwdCarryOver, SeparateME, SeparateFP " _ & "FROM...
hi, i have developed a system using vb and sql server. whenever the user uses the system for the first time within a day, it usually takes long just to display...
Hi warren, Please check the query which u have used to get the data from sql server table... Thanks and Regards, Nilesh Hajare, Mumbai, INDIA ... From: Warren...