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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 9155 - 9184 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9155
I have written a program in vb6 it is sort of a learn as you go experience while I try to learn vb6 on my own. Anyway I would like to be able to disable the...
clutch
clutch776
Offline Send Email
Aug 1, 2008
3:29 pm
9156
solution to disable close(x) button (on my blog): http://achmadz.blogspot.com/2008/08/vb-net-disable-windows-form-close-x.html...
achmad zaenuri
achmad.zaenuri
Offline Send Email
Aug 5, 2008
7:52 pm
9157
hi....i think you can write code in password textbox keyperss event.. you just check the keyascii value of the enter key.. if keyascii=13 then call cmdenter() ...
Deeba S
deeba_mag
Offline Send Email
Aug 5, 2008
7:53 pm
9158
Hi all.. Am using vb.net2003.i want to display the datagrig cursor position to the last row or the row which was edited last... any one give me the solution......
deeba_mag
Offline Send Email
Aug 5, 2008
7:53 pm
9159
Hi, I'm going to explain my probleme I wish you can help me. For my training course, I must carry out an application under VISUAL BASIC STUDIO 2008. This...
hk.8758
Offline Send Email
Aug 5, 2008
7:53 pm
9160
Hi,        I'm going to explain my probleme I wish you can help me.   For my training course, I must carry out an application under VISUAL BASIC STUDIO...
Hk Kima
hk.8758
Offline Send Email
Aug 5, 2008
7:54 pm
9161
... From: clutch <clutch776@...> Subject: [Visual Basic] code for close button To: VisualBasic_Official@yahoogroups.com Date: Thursday, July 31, 2008,...
Shaik Akthar
aktharshaik
Offline Send Email
Aug 5, 2008
7:55 pm
9162
Write code in the unload or query_unload event of the form. Using boolean logic, you get to decide when the form will actually unload. This is the simplest. A...
m. 0. j.
mathewoj
Offline Send Email
Aug 5, 2008
7:55 pm
9163
I just got Visual Studio 8 and I have just started trying to learn it. I have written a lot of programs in Microsoft Access using VBA. Here's my problem. I...
tdejournett
Offline Send Email
Aug 5, 2008
7:55 pm
9164
New Information for Computer How to enjoy Mozilla Firefox using best shortcuts ...How to speed up Microsoft Internet Explorer 7?How to secure/hide folders on...
saira altaf
saira.altaf
Offline Send Email
Aug 5, 2008
7:56 pm
9165
Hello, I am just getting my feet wet with VB.Net in Visual Studio 2008 and I need some help passing variables to a stored procedure on my MSSQL server and...
casepcliff
Offline Send Email
Aug 5, 2008
7:56 pm
9166
Don't create connection to database with wizard. Make data connection with code. Then use store procedure and pass any variables/. Thanks MBZ/. .. From:...
Mosua Badamchizadeh
m1975b
Offline Send Email
Aug 6, 2008
7:31 pm
9167
Hi Mr.Achmad Zaenuri, Greetings... I am a novice for VB.Net. I am developing an accounting application and facing some problem like I am using a global dataset...
Roopesh
roopeshmandloi
Offline Send Email
Aug 6, 2008
7:31 pm
9168
been there done that....in sql you need a primary key to make this work... ... From: tdejournett <tdejournett@...> Subject: [Visual Basic] Attaching to...
rdyrmble
Offline Send Email
Aug 6, 2008
7:33 pm
9169
if you use unload me command on close button click event you can also retrieve the same results ... From: m. 0. j. <mathewoj@...> Subject: Re: [Visual...
Ali Ahmed
electrosoul456
Offline Send Email
Aug 6, 2008
7:33 pm
9170
Please disable all full menu items and full control menu. From: VisualBasic_Official@yahoogroups.com [mailto:VisualBasic_Official@yahoogroups.com] On Behalf Of...
Mosua Badamchizadeh
m1975b
Offline Send Email
Aug 6, 2008
7:33 pm
9171
You can do that code on form_unload or queryunload event. ... From: Mosua Badamchizadeh <m1975b@...> Subject: RE: [Visual Basic] Re: code for close...
Roopesh Kumar
rk9811321262
Offline Send Email
Aug 7, 2008
7:25 pm
9172
how to create a log file in vb.net? wen a user makes a login attempt, the login credentials & date nd time of login should be store in textfile named...
srinivas
ratna_cnu
Offline Send Email
Aug 8, 2008
8:26 pm
9173
In my program I am trying to catch errors using the on error goto statment. the problem is that the program ignores the on error statement or generates an...
clutch
clutch776
Offline Send Email
Aug 11, 2008
7:24 pm
9174
Hi I am a new member. Can you any help me how to know VB easily and in which way...
murad98csekuet
Offline Send Email
Aug 11, 2008
7:44 pm
9175
Hi, For instrumentation, you need to add reference to Microsoft Scripting Runtime (scrrun.dll) in your project. After this, create a function ( or sub routine...
ashish ojha
exorcisst_18
Offline Send Email
Aug 11, 2008
7:54 pm
9176
Hi You if you are a beginner you could always start with this site its very good http://www.vbtutor.net/vbtutor.html Regards, Jassim Makki _____ From:...
elchasmey
Offline Send Email
Aug 12, 2008
7:23 pm
9177
Hello, You can download free books to learn you, and also make this sites reference to you to implements your writing codes: http://www.codeproject.com/ ...
Doudy
dd_hefzy
Offline Send Email
Aug 12, 2008
7:23 pm
9178
Hi Murad, (and all others) VB is like any language. After learning the words, you get experience by using it. The longer you use the language, the better you...
Dré Jansen
drejansen
Offline Send Email
Aug 12, 2008
7:23 pm
9179
Who is the owner of this group? We need a files section!...
cedric robinson
cedric52
Offline Send Email
Aug 12, 2008
7:24 pm
9180
Kalau di vb6 saya tulis bibawah ini. tapi di vb.net saya belum dapat referencenya barangkali ada yang punya tolong saya dong !! Terima kasih. Hanif Set rsOrder...
hanifirsyad
Offline Send Email
Aug 12, 2008
7:24 pm
9181
You can try a book about the version of VB you are using. There are a slew of them available. Jeff ... From: "murad98csekuet" <murad98csekuet@...> To:...
Jeff Steinkamp
n7yg
Offline Send Email
Aug 12, 2008
7:24 pm
9182
In my VB program, I would like to display a simple .htm file if the file exists and wait for me to close the window or ask to me to close a window. Can I do...
artyvandalay
Offline Send Email
Aug 15, 2008
7:47 pm
9183
I have a form with a DataViewgrid, BindingSource and BindingNavigator. I am filling the dataset manually as the database location and table name could change...
Jeff Steinkamp
n7yg
Offline Send Email
Aug 19, 2008
6:57 am
9184
Dim dlgRes As DialogResult dlgRes = MessageBox.Show( _ "Are you sure you want to close without saving the document", _ "Confirm Document Close", _ ...
Muhammed Mohiudeen
mohy4u
Offline Send Email
Aug 19, 2008
6:57 am
Messages 9155 - 9184 of 9530   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