Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6181 - 6210 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6181
Be Real in Your Terms!!! Ashish Taneja Software Engineer Mahindra British Telecom Pune ataneja@... tel: mobile: 4018100 - Extn. 3703 0 98 508...
Ashish Taneja
vickybossus
Offline Send Email
Oct 1, 2004
8:47 am
6182
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...
SMA Shami
callmeshami
Offline Send Email
Oct 1, 2004
8:49 am
6183
http://www.stlvbug.org/tips.asp?section=data...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Oct 1, 2004
2:40 pm
6184
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...
JT Poole
johntpoole
Offline Send Email
Oct 5, 2004
6:43 am
6185
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...
Warren Ang
warr_ang25
Online Now Send Email
Oct 6, 2004
3:35 pm
6186
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...
;-) jim
jimhollandjr
Offline Send Email
Oct 6, 2004
5:16 pm
6187
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, ...
Rania Kilany
dr_rania_kilany
Offline Send Email
Oct 6, 2004
5:58 pm
6188
How do I incorporate WMI into VB Code? Basically, I am trying to find out the DPI setting on a computer....
Charles Parks
cpbgark
Offline Send Email
Oct 7, 2004
12:47 am
6189
 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...
Abhishake saravgi
saravgi_abhi...
Offline Send Email
Oct 7, 2004
7:02 am
6190
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 ...
Ramachandra.S.Ekbote
ramachandra_...
Offline Send Email
Oct 7, 2004
7:02 am
6191
HI Just make your table's column (ID) as identity type. It will genarate unique id auto for you. i think this will help u. regards Rams.... ... ...
Ramachandra.S.Ekbote
ramachandra_...
Offline Send Email
Oct 7, 2004
7:02 am
6192
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....
Ramachandra.S.Ekbote
ramachandra_...
Offline Send Email
Oct 7, 2004
7:02 am
6193
I need a code example through which I can set a different fore color for a particular column of the Datagrid control in VB.Net. cheers....
gpsk7
Offline Send Email
Oct 7, 2004
7:02 am
6194
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...
conjunction_function
conjunction_...
Offline
Oct 7, 2004
11:12 pm
6195
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...
amal
amal_abdelazim
Offline Send Email
Oct 8, 2004
3:45 am
6196
Use system.io namespace. U can find any info about it on msdn. Ugur... ... __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you...
Uður Ekinci
ekugur
Offline Send Email
Oct 8, 2004
3:06 pm
6197
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...
Muhammad Abdulqader
vboptimizer
Offline Send Email
Oct 9, 2004
2:19 pm
6198
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 ...
Warren Ang
warr_ang25
Online Now Send Email
Oct 12, 2004
3:49 pm
6199
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 ?? ...
mohamed salah
mhadidi2002
Offline Send Email
Oct 13, 2004
2:59 pm
6200
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...
mohamed salah
mhadidi2002
Offline Send Email
Oct 13, 2004
3:00 pm
6201
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...
Charles Parks
cpbgark
Offline Send Email
Oct 13, 2004
6:10 pm
6202
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...
Charles Parks
cpbgark
Offline Send Email
Oct 13, 2004
6:10 pm
6203
Hi, The code would be cdbl(text1) + cdbl(text2) Regards, Viswanathan Sundaresan ... __________________________________ Do you Yahoo!? Yahoo! Mail Address...
Pradeep S
pradeepthegreat
Offline Send Email
Oct 13, 2004
6:11 pm
6204
Do it like this: PubState = TextBox1.Text Me.OleDbSelectCommand1.CommandText = "SELECT ST, StateName, CEUNeeded, CEUAllwdCarryOver, SeparateME, SeparateFP " _ ...
Moore, Edward (Stamfo...
emoore06905
Offline Send Email
Oct 13, 2004
6:24 pm
6205
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@...
Send Email
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...
Pradeep S
pradeepthegreat
Offline Send Email
Oct 13, 2004
8:16 pm
6207
Is there a way to find out (programmatically) what MdiLayout is currently being used?...
Charles Parks
cpbgark
Offline Send Email
Oct 13, 2004
9:49 pm
6208
here it is... Me.OleDbSelectCommand1.CommandText = "SELECT ST, StateName, CEUNeeded, CEUAllwdCarryOver, SeparateME, SeparateFP " _ & "FROM States where...
Qais Al-Shalabi
the_out_run
Offline Send Email
Oct 14, 2004
5:35 am
6209
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...
Warren Ang
warr_ang25
Online Now Send Email
Oct 14, 2004
5:35 am
6210
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...
Nilesh Hajare
n_hajare
Offline Send Email
Oct 14, 2004
6:02 am
Messages 6181 - 6210 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help