Click here to Skip to main content
16,005,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MsgBox vs MessageBox (string conversion question) Pin
Anonymous10-Aug-05 4:22
Anonymous10-Aug-05 4:22 
GeneralRe: MsgBox vs MessageBox (string conversion question) Pin
MaWeRic10-Aug-05 21:41
MaWeRic10-Aug-05 21:41 
GeneralAccessing Forms Pin
Anonymous9-Aug-05 23:20
Anonymous9-Aug-05 23:20 
GeneralRe: Accessing Forms Pin
Anonymous10-Aug-05 4:14
Anonymous10-Aug-05 4:14 
GeneralRe: Accessing Forms Pin
Mohamad Al Husseiny10-Aug-05 8:57
Mohamad Al Husseiny10-Aug-05 8:57 
GeneralAccessing another form Pin
Anonymous9-Aug-05 23:15
Anonymous9-Aug-05 23:15 
QuestionHow can i read multiple files from database using vb.net Pin
Phanindra Kumar9-Aug-05 21:10
Phanindra Kumar9-Aug-05 21:10 
AnswerRe: How can i read multiple files from database using vb.net Pin
Dave Kreskowiak10-Aug-05 7:16
mveDave Kreskowiak10-Aug-05 7:16 
If you need to open them in the original application that wrote them, then all you need to do is retrieve the file out fo the database, save it to a temp folder, then launch that document using the Process class. It'll launch in whatever app is registered to handle that file extension.

If you need to parse that file yourself, you'll have to write individual parsers for each file type. It's trivial to determine what type that is, all you need to do is look at the last three characters in the filename to get the extension. Parsing those files is the hard part.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralForm Painting Pin
Greeky9-Aug-05 21:03
Greeky9-Aug-05 21:03 
QuestionWhat all tools available for upgrade vb6.0 to vb.net, apart from migrate tool, which comes with .NET IDE Pin
Shiby9-Aug-05 20:57
Shiby9-Aug-05 20:57 
AnswerRe: What all tools available for upgrade vb6.0 to vb.net, apart from migrate tool, which comes with .NET IDE Pin
Dave Kreskowiak10-Aug-05 7:11
mveDave Kreskowiak10-Aug-05 7:11 
GeneralExcel file printing via Adobe Printer Pin
shaiba9-Aug-05 20:51
shaiba9-Aug-05 20:51 
GeneraliUrgent Tab Pages Pin
Anonymous9-Aug-05 20:22
Anonymous9-Aug-05 20:22 
GeneralRDC help ( crystal report) Pin
Renjith Ramachandran9-Aug-05 18:18
Renjith Ramachandran9-Aug-05 18:18 
Generallistview control problem Pin
venadder9-Aug-05 16:08
venadder9-Aug-05 16:08 
GeneralRe: listview control problem Pin
Christian Graus9-Aug-05 16:29
protectorChristian Graus9-Aug-05 16:29 
GeneralRe: listview control problem Pin
venadder9-Aug-05 16:33
venadder9-Aug-05 16:33 
GeneralRe: listview control problem Pin
Christian Graus9-Aug-05 16:37
protectorChristian Graus9-Aug-05 16:37 
Generalurgent help with treeview control Pin
BORN...again!9-Aug-05 16:00
BORN...again!9-Aug-05 16:00 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 16:03
protectorChristian Graus9-Aug-05 16:03 
GeneralRe: urgent help with treeview control Pin
BORN...again!9-Aug-05 16:12
BORN...again!9-Aug-05 16:12 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 16:27
protectorChristian Graus9-Aug-05 16:27 
GeneralRe: urgent help with treeview control Pin
BORN...again!9-Aug-05 16:41
BORN...again!9-Aug-05 16:41 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 17:05
protectorChristian Graus9-Aug-05 17:05 
GeneralRe: urgent help with treeview control Pin
BORN...again!9-Aug-05 18:28
BORN...again!9-Aug-05 18:28 

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.