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...
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() ...
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......
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...
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...
... From: clutch <clutch776@...> Subject: [Visual Basic] code for close button To: VisualBasic_Official@yahoogroups.com Date: Thursday, July 31, 2008,...
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...
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...
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...
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...
Don't create connection to database with wizard. Make data connection with code. Then use store procedure and pass any variables/. Thanks MBZ/. .. From:...
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...
been there done that....in sql you need a primary key to make this work... ... From: tdejournett <tdejournett@...> Subject: [Visual Basic] Attaching to...
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...
Please disable all full menu items and full control menu. From: VisualBasic_Official@yahoogroups.com [mailto:VisualBasic_Official@yahoogroups.com] On Behalf Of...
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...
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...
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...
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:...
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/ ...
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...
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...
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:...
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...
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...