Click here to Skip to main content
15,913,055 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How To Check if update statement is executed successfully (qry.ExecuteScalar) Pin
Colin Angus Mackay19-Jan-06 22:39
Colin Angus Mackay19-Jan-06 22:39 
GeneralRe: How To Check if update statement is executed successfully (qry.ExecuteScalar) Pin
mayhem_rules19-Jan-06 23:27
mayhem_rules19-Jan-06 23:27 
GeneralRe: How To Check if update statement is executed successfully (qry.ExecuteScalar) Pin
Colin Angus Mackay19-Jan-06 23:46
Colin Angus Mackay19-Jan-06 23:46 
Questiontrap mouse into a window form Pin
x86phre3x19-Jan-06 18:41
x86phre3x19-Jan-06 18:41 
AnswerRe: trap mouse into a window form Pin
Dave Kreskowiak20-Jan-06 1:51
mveDave Kreskowiak20-Jan-06 1:51 
QuestionEntering Items in Combo Pin
Muhammad Javed Khan19-Jan-06 17:54
Muhammad Javed Khan19-Jan-06 17:54 
AnswerRe: Entering Items in Combo Pin
Owner drawn19-Jan-06 18:28
Owner drawn19-Jan-06 18:28 
QuestionQuestion about .Net Pin
shiroamachi19-Jan-06 17:21
shiroamachi19-Jan-06 17:21 
I was wondering, is there any differences between :

1.
<code>
Import System.Data.Oledb
Dim con as New OledbConnection()
</code>

and

<code>Dim con as new Oledb.OledbConnection() </code>


2.

Dim myString as string = "bla bla bla"</code>

and 

<code>Dim myString as String
myString = "bla bla bla"


or it's simply personal preference?

WiL
AnswerRe: Question about .Net Pin
Dave Kreskowiak19-Jan-06 17:43
mveDave Kreskowiak19-Jan-06 17:43 
Questionabout writing object/class to the HDD? Pin
flashmemory19-Jan-06 10:28
flashmemory19-Jan-06 10:28 
AnswerRe: about writing object/class to the HDD? Pin
Christian Graus19-Jan-06 11:20
protectorChristian Graus19-Jan-06 11:20 
Questionabout using barcode in vb.net?? Pin
flashmemory19-Jan-06 10:19
flashmemory19-Jan-06 10:19 
AnswerRe: about using barcode in vb.net?? Pin
Dave Kreskowiak19-Jan-06 10:38
mveDave Kreskowiak19-Jan-06 10:38 
Questionnumber of affected rows Pin
ecentinela19-Jan-06 7:35
ecentinela19-Jan-06 7:35 
AnswerRe: number of affected rows Pin
Dave Kreskowiak19-Jan-06 7:41
mveDave Kreskowiak19-Jan-06 7:41 
GeneralRe: number of affected rows Pin
ecentinela19-Jan-06 7:46
ecentinela19-Jan-06 7:46 
GeneralRe: number of affected rows Pin
Dave Kreskowiak19-Jan-06 8:29
mveDave Kreskowiak19-Jan-06 8:29 
GeneralRe: number of affected rows Pin
ecentinela19-Jan-06 9:16
ecentinela19-Jan-06 9:16 
GeneralRe: number of affected rows Pin
Dave Kreskowiak19-Jan-06 9:23
mveDave Kreskowiak19-Jan-06 9:23 
QuestionHow can i see the content of a sql database in a datagrid in a smartdeviceapplication made in vb.net 2005? Pin
MagureanuMarius19-Jan-06 6:32
MagureanuMarius19-Jan-06 6:32 
QuestionHow to get WM_PASTE message of the windows system? Pin
dyh222219-Jan-06 5:21
dyh222219-Jan-06 5:21 
AnswerRe: How to get WM_PASTE message of the windows system? Pin
Dave Kreskowiak19-Jan-06 7:39
mveDave Kreskowiak19-Jan-06 7:39 
GeneralRe: How to get WM_PASTE message of the windows system? Pin
dyh222220-Jan-06 7:00
dyh222220-Jan-06 7:00 
QuestionFree Disk Space function and Array Initialization Problem Pin
Devraj Raut19-Jan-06 5:19
Devraj Raut19-Jan-06 5:19 
AnswerRe: Free Disk Space function and Array Initialization Problem Pin
Dave Kreskowiak19-Jan-06 7:15
mveDave Kreskowiak19-Jan-06 7:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.