Click here to Skip to main content
15,900,714 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: moving from one listbox to another Pin
samerh25-Oct-06 18:49
samerh25-Oct-06 18:49 
QuestionDesigning Controls Pin
ChPortos24-Oct-06 23:41
ChPortos24-Oct-06 23:41 
AnswerRe: Designing Controls Pin
Dave Kreskowiak25-Oct-06 5:26
mveDave Kreskowiak25-Oct-06 5:26 
QuestionStored Procs Pin
Pete Newman24-Oct-06 22:47
Pete Newman24-Oct-06 22:47 
AnswerRe: Stored Procs Pin
Are Jay25-Oct-06 7:54
Are Jay25-Oct-06 7:54 
GeneralRe: Stored Procs Pin
Pete Newman25-Oct-06 22:07
Pete Newman25-Oct-06 22:07 
GeneralRe: Stored Procs Pin
Pete Newman26-Oct-06 4:13
Pete Newman26-Oct-06 4:13 
GeneralRe: Stored Procs Pin
Are Jay27-Oct-06 3:48
Are Jay27-Oct-06 3:48 
Pete Newman wrote:
@ReturnValue INT OUTPUT

table = New DataTable<br />
adapter.Fill(table)<br />
If CInt(table.Rows(0)(0)) <> 1 Then

The output is being returned into the datatable then tested with table.Rows(0)(0). I understand that the stored proc may have a param of @ReturnValue INT OUTPUT, is this stopping the proc from running because your not assigning an output variable? I don't use an output param with my stored procs, I'll need to test the code I've posted and get back to you.
GeneralRe: Stored Procs Pin
Pete Newman27-Oct-06 3:51
Pete Newman27-Oct-06 3:51 
Question"Is Nothing" not running Pin
amapumu24-Oct-06 22:25
amapumu24-Oct-06 22:25 
AnswerRe: "Is Nothing" not running Pin
Dave Kreskowiak25-Oct-06 5:16
mveDave Kreskowiak25-Oct-06 5:16 
GeneralRe: "Is Nothing" not running Pin
amapumu26-Oct-06 3:05
amapumu26-Oct-06 3:05 
GeneralRe: "Is Nothing" not running Pin
Dave Kreskowiak26-Oct-06 5:43
mveDave Kreskowiak26-Oct-06 5:43 
QuestionSaving an Image in VB.NET Pin
Zaegra24-Oct-06 21:09
Zaegra24-Oct-06 21:09 
AnswerRe: Saving an Image in VB.NET Pin
Dave Kreskowiak25-Oct-06 5:12
mveDave Kreskowiak25-Oct-06 5:12 
GeneralRe: Saving an Image in VB.NET Pin
Zaegra27-Oct-06 1:19
Zaegra27-Oct-06 1:19 
QuestionHow to insert records from DataGridView to SQL Server database Pin
VS200524-Oct-06 20:59
VS200524-Oct-06 20:59 
AnswerRe: How to insert records from DataGridView to SQL Server database Pin
Dave Kreskowiak25-Oct-06 4:48
mveDave Kreskowiak25-Oct-06 4:48 
QuestionRe: How to insert records from DataGridView Of Visual Studio 2005 to SQL Server database Pin
VS200525-Oct-06 15:59
VS200525-Oct-06 15:59 
QuestionBest book for 'Working with graphics in VB.Net' or GDI+? Pin
BetimD24-Oct-06 20:44
BetimD24-Oct-06 20:44 
AnswerRe: Best book for 'Working with graphics in VB.Net' or GDI+? Pin
Dave Sexton24-Oct-06 21:32
Dave Sexton24-Oct-06 21:32 
GeneralRe: Best book for 'Working with graphics in VB.Net' or GDI+? Pin
Zaegra24-Oct-06 23:55
Zaegra24-Oct-06 23:55 
GeneralRe: Best book for 'Working with graphics in VB.Net' or GDI+? Pin
Dave Sexton25-Oct-06 2:36
Dave Sexton25-Oct-06 2:36 
GeneralRe: Best book for 'Working with graphics in VB.Net' or GDI+? Pin
Dave Kreskowiak25-Oct-06 3:29
mveDave Kreskowiak25-Oct-06 3:29 
GeneralRe: Best book for 'Working with graphics in VB.Net' or GDI+? Pin
Dave Sexton25-Oct-06 6:05
Dave Sexton25-Oct-06 6:05 

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.