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

Visual Basic

 
QuestionReading hex from SQL into VB.Net Pin
svanwass5-Jun-07 7:57
svanwass5-Jun-07 7:57 
AnswerRe: Reading hex from SQL into VB.Net Pin
Dave Kreskowiak5-Jun-07 8:07
mveDave Kreskowiak5-Jun-07 8:07 
GeneralRe: Reading hex from SQL into VB.Net Pin
svanwass5-Jun-07 8:22
svanwass5-Jun-07 8:22 
GeneralRe: Reading hex from SQL into VB.Net Pin
Dave Kreskowiak5-Jun-07 8:34
mveDave Kreskowiak5-Jun-07 8:34 
GeneralRe: Reading hex from SQL into VB.Net Pin
svanwass5-Jun-07 8:41
svanwass5-Jun-07 8:41 
GeneralRe: Reading hex from SQL into VB.Net Pin
Dave Kreskowiak5-Jun-07 9:05
mveDave Kreskowiak5-Jun-07 9:05 
GeneralRe: Reading hex from SQL into VB.Net Pin
svanwass5-Jun-07 9:18
svanwass5-Jun-07 9:18 
GeneralRe: Reading hex from SQL into VB.Net Pin
Dave Kreskowiak5-Jun-07 9:29
mveDave Kreskowiak5-Jun-07 9:29 
Well, that's the hardest part about learning the .NET Framework. It's massive collection of thousands of classes, containing tens-of-thousands of methods and properties. It involves LOTS of reading Wink | ;) and experimentation.

About 6 years ago, when I got my hands on the Beta for .NET 1.0, I started by reading whatever documentation I could find in the MSDN Library, evaluating which namespaces were going to help me the fastest and built from there.

Today, I probably suggest picking up a beginners book on VB.NET and start reading through the clas documentation in the following namespaces:
System.Collections
System.Data (stick to OleDb for now)
System.IO (just the root, not the child namespaces under it!)
System.Text
System.Windows.Forms (just the root, not the child namespaces under it!)
Then start adding other stuff like System.Xml and System.Runtime.Serialization.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Reading hex from SQL into VB.Net Pin
svanwass14-Jun-07 4:56
svanwass14-Jun-07 4:56 
GeneralRe: Reading hex from SQL into VB.Net Pin
Dave Kreskowiak14-Jun-07 16:26
mveDave Kreskowiak14-Jun-07 16:26 
GeneralRe: Reading hex from SQL into VB.Net Pin
svanwass18-Jun-07 8:45
svanwass18-Jun-07 8:45 
Questionadding files to two different listboxes Pin
jds12075-Jun-07 7:55
jds12075-Jun-07 7:55 
AnswerRe: adding files to two different listboxes Pin
Dave Kreskowiak5-Jun-07 8:10
mveDave Kreskowiak5-Jun-07 8:10 
QuestionUsing DoCmd to email an object using an .oft template Pin
reegan415-Jun-07 7:25
reegan415-Jun-07 7:25 
QuestionDatagrid Event in Windows Application Pin
Senthil_M5-Jun-07 7:01
Senthil_M5-Jun-07 7:01 
AnswerRe: Datagrid Event in Windows Application Pin
Dave Kreskowiak5-Jun-07 8:12
mveDave Kreskowiak5-Jun-07 8:12 
QuestionUnable To create connection Pin
Ajeet mittal5-Jun-07 6:00
Ajeet mittal5-Jun-07 6:00 
AnswerRe: Unable To create connection Pin
originSH5-Jun-07 6:11
originSH5-Jun-07 6:11 
AnswerRe: Unable To create connection Pin
Dave Kreskowiak5-Jun-07 6:12
mveDave Kreskowiak5-Jun-07 6:12 
GeneralRe: Unable To create connection Pin
originSH5-Jun-07 6:23
originSH5-Jun-07 6:23 
QuestionRe: Unable To create connection Pin
Ajeet mittal5-Jun-07 16:50
Ajeet mittal5-Jun-07 16:50 
AnswerRe: Unable To create connection Pin
originSH5-Jun-07 22:09
originSH5-Jun-07 22:09 
AnswerRe: Unable To create connection Pin
SimulationofSai5-Jun-07 22:52
SimulationofSai5-Jun-07 22:52 
AnswerRe: Unable To create connection Pin
Dave Kreskowiak6-Jun-07 4:52
mveDave Kreskowiak6-Jun-07 4:52 
QuestionEnvironment settings local user Pin
Josjekoko5-Jun-07 3:23
Josjekoko5-Jun-07 3:23 

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.