Click here to Skip to main content
15,894,405 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Is it possible to view video thumbnail using VB .net app? Pin
x86phre3x1-May-07 23:32
x86phre3x1-May-07 23:32 
GeneralRe: Is it possible to view video thumbnail using VB .net app? Pin
Christian Graus1-May-07 23:46
protectorChristian Graus1-May-07 23:46 
QuestionClosing the current form Pin
Rajiya1-May-07 18:35
Rajiya1-May-07 18:35 
AnswerRe: Closing the current form Pin
The ANZAC1-May-07 18:37
The ANZAC1-May-07 18:37 
AnswerRe: Closing the current form Pin
Christian Graus1-May-07 18:55
protectorChristian Graus1-May-07 18:55 
AnswerRe: Closing the current form Pin
Zaegra1-May-07 20:42
Zaegra1-May-07 20:42 
AnswerRe: Closing the current form Pin
Rupesh Kumar Swami1-May-07 21:28
Rupesh Kumar Swami1-May-07 21:28 
QuestionNeed help building a TreeView Pin
ljohns1-May-07 16:45
ljohns1-May-07 16:45 
Ok, i've been programming for years.... I like to think I know what I'm doing a majority of the time.
However, this issue has me stumped.

I have a file with the current structure:

{
Application= {
Windows=test;
Size=100k;
Location=break;
}
System={
Havok=100;
Desk=10;
{
Cars=ford;
{
trucks=chevy;
}
}
}
}

I have a set of utilities that displays different file in my system with a vb app.
Several of the files I have use the same exact format above.

So, I figured I'd read file in with a io stream and display it in a treeview.
I'd have a root node, then off of that I’d have something like the following.

|-application
|-windows
|-size
|-Location
|-System
|-Havok
|-Desk
|-cars
|-trucks

I wrote a recursive function that would search for “{“, and call it’s self each time until it found a “}”.
It worked ok, but built my tree totally in reverse.

ANY IDEAS OR SAMPLES WOULD BE GREATLY APPRECIATED!


Thanks,
Leonard
AnswerRe: Need help building a TreeView Pin
ljohns1-May-07 16:47
ljohns1-May-07 16:47 
GeneralRe: Need help building a TreeView Pin
ChandraRam1-May-07 23:06
ChandraRam1-May-07 23:06 
GeneralRe: Need help building a TreeView Pin
ljohns3-May-07 4:01
ljohns3-May-07 4:01 
GeneralRe: Need help building a TreeView Pin
ChandraRam4-May-07 0:12
ChandraRam4-May-07 0:12 
QuestionHow do I pass a byte array from C++ to VB.NET? Pin
prcarp1-May-07 15:28
prcarp1-May-07 15:28 
AnswerRe: How do I pass a byte array from C++ to VB.NET? Pin
Dave Kreskowiak2-May-07 3:35
mveDave Kreskowiak2-May-07 3:35 
GeneralRe: How do I pass a byte array from C++ to VB.NET? Pin
prcarp2-May-07 8:46
prcarp2-May-07 8:46 
QuestionCreate Object From Type [modified] Pin
Polymorpher1-May-07 14:18
Polymorpher1-May-07 14:18 
QuestionUpdating Table of Access Database Pin
keninfo1-May-07 11:56
keninfo1-May-07 11:56 
AnswerRe: Updating Table of Access Database Pin
Christian Graus1-May-07 12:56
protectorChristian Graus1-May-07 12:56 
GeneralRe: Updating Table of Access Database Pin
keninfo1-May-07 23:57
keninfo1-May-07 23:57 
GeneralRe: Updating Table of Access Database Pin
Christian Graus2-May-07 0:55
protectorChristian Graus2-May-07 0:55 
GeneralRe: Updating Table of Access Database Pin
keninfo2-May-07 3:33
keninfo2-May-07 3:33 
QuestionGlobalization in VB .Net usig SQL server2000 Pin
joby1001-May-07 10:42
joby1001-May-07 10:42 
QuestionSet Custom PaperSize In VB.NET [modified] Pin
AmirAlilou1-May-07 8:12
AmirAlilou1-May-07 8:12 
Questionusing tab control to show datagrid Pin
detective_girl1-May-07 8:12
detective_girl1-May-07 8:12 
AnswerRe: using tab control to show datagrid Pin
Christian Graus1-May-07 10:31
protectorChristian Graus1-May-07 10:31 

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.