Click here to Skip to main content
16,007,163 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIT's Urgent Plz.......how to fetch checked values(check box) from grid view (In vb.net) [modified] Pin
Ashish Kumar Vyas28-Nov-07 19:08
Ashish Kumar Vyas28-Nov-07 19:08 
AnswerRe: IT's Urgent Plz.......how to fetch checked values(check box) from grid view (In vb.net) Pin
Mycroft Holmes28-Nov-07 22:06
professionalMycroft Holmes28-Nov-07 22:06 
AnswerForum Guidelines Pin
leckey29-Nov-07 4:32
leckey29-Nov-07 4:32 
QuestionModify a web page from Stand alone App Pin
AGB1128-Nov-07 17:43
AGB1128-Nov-07 17:43 
GeneralRe: Modify a web page from Stand alone App Pin
Paul Conrad8-Dec-07 5:42
professionalPaul Conrad8-Dec-07 5:42 
QuestionProblem with http/https multipart form post using VB.Net Pin
amelia_lim28-Nov-07 15:47
amelia_lim28-Nov-07 15:47 
QuestionProblems with Designer Generated Code in VB 2005 Pin
AAGTHosting28-Nov-07 12:52
AAGTHosting28-Nov-07 12:52 
AnswerRe: Problems with Designer Generated Code in VB 2005 Pin
Reveille28-Nov-07 14:23
Reveille28-Nov-07 14:23 
You said that you pasted that code into your project. Make sure that tabpgSettings's click event is attached to that sub.(form design window>tabpgSettings's properites>Events>)

Make sure you didnt delete "End Class" or "Public Class Form1"

Undo the changes you made to:
"Friend WithEvents DataSet1 As LessonProgram.DataSet1
Friend WithEvents Tbl_hoursTableAdapter As LessonProgram.DataSet1TableAdapters.tbl_hoursTableAdapter
Me.DataSet1 = New LessonProgram.DataSet1
Me.Tbl_hoursTableAdapter = New LessonProgram.DataSet1TableAdapters.tbl_hoursTableAdapter"

once you fix the first error this one will go away as well.

If that doesnt work I would press undo (Ctrl+z) about 300 times to find out what you deleted.
Its not the best advice but it will work.
GeneralRe: Problems with Designer Generated Code in VB 2005 Pin
AAGTHosting29-Nov-07 13:13
AAGTHosting29-Nov-07 13:13 
QuestionCrystal Report "Logon Failed. Please Try Again." Pin
Reveille28-Nov-07 12:47
Reveille28-Nov-07 12:47 
AnswerRe: Crystal Report "Logon Failed. Please Try Again." Pin
Paul Conrad28-Nov-07 15:09
professionalPaul Conrad28-Nov-07 15:09 
GeneralRe: Crystal Report "Logon Failed. Please Try Again." Pin
Reveille28-Nov-07 15:33
Reveille28-Nov-07 15:33 
QuestionOpening and Closing Connections Pin
AAGTHosting28-Nov-07 11:52
AAGTHosting28-Nov-07 11:52 
AnswerRe: Opening and Closing Connections Pin
Naji El Kotob28-Nov-07 12:14
Naji El Kotob28-Nov-07 12:14 
QuestionUsing TableAdapters Pin
AAGTHosting28-Nov-07 11:10
AAGTHosting28-Nov-07 11:10 
AnswerRe: Using TableAdapters Pin
AAGTHosting28-Nov-07 11:53
AAGTHosting28-Nov-07 11:53 
QuestionWebBrowser & HTML Tables Problem in VB.NET Pin
conorod28-Nov-07 11:07
conorod28-Nov-07 11:07 
QuestionColorize text between two words Pin
The Mighty Atom28-Nov-07 9:48
The Mighty Atom28-Nov-07 9:48 
AnswerRe: Colorize text between two words Pin
cstrader23228-Nov-07 17:34
cstrader23228-Nov-07 17:34 
GeneralRe: Colorize text between two words Pin
The Mighty Atom29-Nov-07 10:10
The Mighty Atom29-Nov-07 10:10 
GeneralRe: Colorize text between two words Pin
PeterBiddlecombe29-Nov-07 22:09
PeterBiddlecombe29-Nov-07 22:09 
GeneralRe: Colorize text between two words Pin
The Mighty Atom30-Nov-07 2:08
The Mighty Atom30-Nov-07 2:08 
GeneralRe: Colorize text between two words Pin
PeterBiddlecombe30-Nov-07 4:55
PeterBiddlecombe30-Nov-07 4:55 
GeneralRe: Colorize text between two words Pin
The Mighty Atom30-Nov-07 5:33
The Mighty Atom30-Nov-07 5:33 
QuestionWorks but any known memory leak? Pin
nlarson1128-Nov-07 9:21
nlarson1128-Nov-07 9:21 

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.