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

Visual Basic

 
AnswerRe: ArrayList from a StreamReader issue Pin
Payrok6-Aug-07 8:58
Payrok6-Aug-07 8:58 
GeneralRe: ArrayList from a StreamReader issue Pin
Dave Kreskowiak6-Aug-07 9:14
mveDave Kreskowiak6-Aug-07 9:14 
QuestionCannot generate SSPI context error Pin
xbiplav6-Aug-07 5:20
xbiplav6-Aug-07 5:20 
AnswerRe: Cannot generate SSPI context error Pin
Dave Kreskowiak6-Aug-07 8:09
mveDave Kreskowiak6-Aug-07 8:09 
GeneralRe: Cannot generate SSPI context error Pin
xbiplav6-Aug-07 18:11
xbiplav6-Aug-07 18:11 
GeneralRe: Cannot generate SSPI context error Pin
Dave Kreskowiak7-Aug-07 11:37
mveDave Kreskowiak7-Aug-07 11:37 
QuestionVB.Net: Programmatically previewing any system supported document type Pin
Mbire6-Aug-07 3:43
Mbire6-Aug-07 3:43 
AnswerRe: VB.Net: Programmatically previewing any system supported document type Pin
Luc Pattyn6-Aug-07 4:04
sitebuilderLuc Pattyn6-Aug-07 4:04 
Hi,

the Process.Start() method lets you open a document, using the application that got
associated to the file's extension. It is equivalent to double-clicking a file in
Windows Explorer; so al of this happens outside your app.

the WebBrowser class lets you open a number of document types (mtml, doc, ppt, xls, ...)
inside your app.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/AllLanguages/General
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Mbire7-Aug-07 22:03
Mbire7-Aug-07 22:03 
GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Luc Pattyn7-Aug-07 23:04
sitebuilderLuc Pattyn7-Aug-07 23:04 
AnswerRe: VB.Net: Programmatically previewing any system supported document type Pin
Dave Kreskowiak6-Aug-07 4:18
mveDave Kreskowiak6-Aug-07 4:18 
GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Mbire7-Aug-07 22:32
Mbire7-Aug-07 22:32 
GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Dave Kreskowiak8-Aug-07 13:32
mveDave Kreskowiak8-Aug-07 13:32 
QuestionProblem in Running Project... Pin
Syed Ali Raza6-Aug-07 2:27
Syed Ali Raza6-Aug-07 2:27 
AnswerRe: Problem in Running Project... Pin
_Damian S_6-Aug-07 18:13
professional_Damian S_6-Aug-07 18:13 
AnswerRe: Problem in Running Project... Pin
Syed Ali Raza7-Aug-07 0:28
Syed Ali Raza7-Aug-07 0:28 
Question'System.StackOverflowException' Pin
dimuthuvbnet6-Aug-07 2:06
dimuthuvbnet6-Aug-07 2:06 
AnswerRe: 'System.StackOverflowException' Pin
Christian Graus6-Aug-07 2:13
protectorChristian Graus6-Aug-07 2:13 
AnswerRe: 'System.StackOverflowException' Pin
Luc Pattyn6-Aug-07 3:03
sitebuilderLuc Pattyn6-Aug-07 3:03 
AnswerRe: 'System.StackOverflowException' Pin
Dave Kreskowiak6-Aug-07 4:20
mveDave Kreskowiak6-Aug-07 4:20 
AnswerReply for OverFlow Exception Pin
Senthil S7-Aug-07 2:54
Senthil S7-Aug-07 2:54 
QuestionSetup project in vb.net Pin
ShuklaGirish6-Aug-07 1:39
ShuklaGirish6-Aug-07 1:39 
AnswerRe: Setup project in vb.net Pin
Vasudevan Deepak Kumar6-Aug-07 1:44
Vasudevan Deepak Kumar6-Aug-07 1:44 
QuestionList Running Process Titles with Child Title Pin
danasegaranea6-Aug-07 1:25
danasegaranea6-Aug-07 1:25 
AnswerRe: List Running Process Titles with Child Title Pin
Luc Pattyn6-Aug-07 1:41
sitebuilderLuc Pattyn6-Aug-07 1:41 

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.