Click here to Skip to main content
15,915,702 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Excel Spreadsheet Control Pin
Suelinda_W7-Oct-05 9:29
Suelinda_W7-Oct-05 9:29 
QuestionHow do you get the index of the currently selected item in a listview? Pin
watagal1-Oct-05 13:26
watagal1-Oct-05 13:26 
AnswerRe: How do you get the index of the currently selected item in a listview? Pin
Anonymous1-Oct-05 13:45
Anonymous1-Oct-05 13:45 
AnswerRe: How do you get the index of the currently selected item in a listview? Pin
watagal3-Oct-05 4:41
watagal3-Oct-05 4:41 
QuestionNeed help connecting and suggestions Pin
erikkl20001-Oct-05 10:48
erikkl20001-Oct-05 10:48 
AnswerRe: Need help connecting and suggestions Pin
rwestgraham1-Oct-05 14:08
rwestgraham1-Oct-05 14:08 
GeneralRe: Need help connecting and suggestions Pin
erikkl20001-Oct-05 14:12
erikkl20001-Oct-05 14:12 
GeneralRe: Need help connecting and suggestions Pin
rwestgraham1-Oct-05 15:53
rwestgraham1-Oct-05 15:53 
Creating a truly functional abstract data access interface/implementation architecture is extremely challenging. Fischer et al devote almost 50 pages to the subject, and at the end they have only implemented two generic objects - DataReader and DataSet objects. A Data Reader is a forward, read only object - not too complicated. And a DataSet is already platform independent by nature.

And they "cheat" a lot too - their design assumes all parameters are strings, for example.

It's not easy. People struggle with these concepts for a long time. The best thing to do is start small - create small experimental projects until you rfeally understand how the interface and implementations really fit together.
QuestionMore event troubles: SelectedIndexChanged Pin
watagal1-Oct-05 9:16
watagal1-Oct-05 9:16 
QuestionEvent: Treeview-AfterSelect Pin
watagal1-Oct-05 8:00
watagal1-Oct-05 8:00 
AnswerRe: Event: Treeview-AfterSelect Pin
watagal1-Oct-05 9:06
watagal1-Oct-05 9:06 
AnswerRe: Event: Treeview-AfterSelect Pin
Dave Kreskowiak1-Oct-05 13:48
mveDave Kreskowiak1-Oct-05 13:48 
Questionvb key lock Pin
ankur6111-Oct-05 7:52
ankur6111-Oct-05 7:52 
AnswerRe: vb key lock Pin
Dave Kreskowiak1-Oct-05 13:45
mveDave Kreskowiak1-Oct-05 13:45 
GeneralRe: vb key lock Pin
ankur6111-Oct-05 20:32
ankur6111-Oct-05 20:32 
GeneralRe: vb key lock Pin
Dave Kreskowiak2-Oct-05 2:05
mveDave Kreskowiak2-Oct-05 2:05 
QuestionHelp needed with BeginInvoke Pin
grambowk1-Oct-05 2:50
grambowk1-Oct-05 2:50 
QuestionForms in VB.NET Pin
Arfan Qadir30-Sep-05 19:09
Arfan Qadir30-Sep-05 19:09 
AnswerRe: Forms in VB.NET Pin
Gopi.V30-Sep-05 22:43
Gopi.V30-Sep-05 22:43 
GeneralRe: Forms in VB.NET Pin
alongi3-Oct-05 5:36
alongi3-Oct-05 5:36 
QuestionHow can i get the value of Mathematical Function at any point? Pin
Arfan Qadir30-Sep-05 19:04
Arfan Qadir30-Sep-05 19:04 
AnswerRe: How can i get the value of Mathematical Function at any point? Pin
Dave Kreskowiak1-Oct-05 3:11
mveDave Kreskowiak1-Oct-05 3:11 
QuestionReceive FAX Pin
Tad McClellan30-Sep-05 14:49
professionalTad McClellan30-Sep-05 14:49 
QuestionKey event question Pin
KaptinKrunch30-Sep-05 10:42
KaptinKrunch30-Sep-05 10:42 
AnswerRe: Key event question Pin
Richard_Wolf30-Sep-05 11:32
Richard_Wolf30-Sep-05 11:32 

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.