Click here to Skip to main content
16,011,436 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Retrieve a large number of filenames Pin
Sonhospa10-Oct-08 8:01
Sonhospa10-Oct-08 8:01 
QuestionIs BrowseForFolder gone in the new VB? Pin
Sonhospa9-Oct-08 8:38
Sonhospa9-Oct-08 8:38 
AnswerRe: Is BrowseForFolder gone in the new VB? Pin
Jon_Boy9-Oct-08 9:07
Jon_Boy9-Oct-08 9:07 
AnswerRe: Is BrowseForFolder gone in the new VB? Pin
Dave Doknjas9-Oct-08 12:55
Dave Doknjas9-Oct-08 12:55 
GeneralRe: Is BrowseForFolder gone in the new VB? Pin
Sonhospa10-Oct-08 8:03
Sonhospa10-Oct-08 8:03 
QuestionRe: Is BrowseForFolder gone in the new VB? Pin
Sonhospa10-Oct-08 12:26
Sonhospa10-Oct-08 12:26 
QuestionExtract binary resources [modified] Pin
mastergamer01689-Oct-08 8:16
mastergamer01689-Oct-08 8:16 
AnswerRe: Extract binary resources Pin
Dave Kreskowiak10-Oct-08 5:05
mveDave Kreskowiak10-Oct-08 5:05 
Which version of .NET or Visual Studio are you using?? If using .NET 2.0 or Visual Studio 2005 or above, it's easy.
Dim fs As New FileStream(pathToFileToWrite, FileMode.Create, FileAccess.Write, FileShare.None)
fs.Write(My.Resources.resourceName, 0, My.Resources.resourceName.Length)
fs.Close()



A guide to posting questions on CodeProject[^]



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




QuestionDatabase Programming Pin
Gagan.209-Oct-08 6:39
Gagan.209-Oct-08 6:39 
AnswerRe: Database Programming Pin
Jon_Boy9-Oct-08 7:04
Jon_Boy9-Oct-08 7:04 
AnswerRe: Database Programming Pin
Paul Conrad9-Oct-08 7:12
professionalPaul Conrad9-Oct-08 7:12 
QuestionHow to properly deploy interop app with Excel 9 reference? [modified] Pin
Jon_Boy9-Oct-08 5:35
Jon_Boy9-Oct-08 5:35 
AnswerRe: How to properly deploy interop app with Excel 9 reference? Pin
Jon_Boy10-Oct-08 2:49
Jon_Boy10-Oct-08 2:49 
GeneralRe: How to properly deploy interop app with Excel 9 reference? Pin
Dave Kreskowiak10-Oct-08 4:54
mveDave Kreskowiak10-Oct-08 4:54 
GeneralRe: How to properly deploy interop app with Excel 9 reference? Pin
Jon_Boy10-Oct-08 5:27
Jon_Boy10-Oct-08 5:27 
QuestionCopy directories/files Pin
cooper0000079-Oct-08 3:10
cooper0000079-Oct-08 3:10 
AnswerRe: Copy directories/files Pin
Dave Kreskowiak9-Oct-08 3:52
mveDave Kreskowiak9-Oct-08 3:52 
GeneralRe: Copy directories/files Pin
cooper0000079-Oct-08 4:12
cooper0000079-Oct-08 4:12 
GeneralRe: Copy directories/files Pin
cooper0000079-Oct-08 4:50
cooper0000079-Oct-08 4:50 
GeneralRe: Copy directories/files Pin
Dave Kreskowiak10-Oct-08 1:01
mveDave Kreskowiak10-Oct-08 1:01 
AnswerRe: Copy directories/files Pin
Paul Conrad9-Oct-08 7:14
professionalPaul Conrad9-Oct-08 7:14 
QuestionHow to send mail using local machine when proxy is Set at Remote(server) side Pin
rohitkpurohit9-Oct-08 1:16
rohitkpurohit9-Oct-08 1:16 
AnswerRe: How to send mail using local machine when proxy is Set at Remote(server) side Pin
Dave Kreskowiak9-Oct-08 3:41
mveDave Kreskowiak9-Oct-08 3:41 
GeneralRe: How to send mail using local machine when proxy is Set at Remote(server) side Pin
rohitkpurohit9-Oct-08 4:09
rohitkpurohit9-Oct-08 4:09 
GeneralRe: How to send mail using local machine when proxy is Set at Remote(server) side Pin
Dave Kreskowiak9-Oct-08 11:45
mveDave Kreskowiak9-Oct-08 11:45 

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.