Click here to Skip to main content
16,008,719 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Audio Player with Spectrum Analyzer Pin
bryce4-Mar-14 11:06
bryce4-Mar-14 11:06 
GeneralRe: Audio Player with Spectrum Analyzer Pin
Dave Kreskowiak4-Mar-14 11:21
mveDave Kreskowiak4-Mar-14 11:21 
GeneralRe: Audio Player with Spectrum Analyzer Pin
HdaiR4-Mar-14 22:28
HdaiR4-Mar-14 22:28 
SuggestionRe: Audio Player with Spectrum Analyzer Pin
Richard MacCutchan4-Mar-14 22:34
mveRichard MacCutchan4-Mar-14 22:34 
QuestionAudio Spectrum Vu-Meter Pin
HdaiR4-Mar-14 5:40
HdaiR4-Mar-14 5:40 
AnswerRe: Audio Spectrum Vu-Meter Pin
Richard Andrew x644-Mar-14 11:14
professionalRichard Andrew x644-Mar-14 11:14 
GeneralRe: Audio Spectrum Vu-Meter Pin
HdaiR4-Mar-14 22:21
HdaiR4-Mar-14 22:21 
Questionnature Pin
Lakmali Perera3-Mar-14 17:49
Lakmali Perera3-Mar-14 17:49 
AnswerRe: nature Pin
Dave Kreskowiak3-Mar-14 18:10
mveDave Kreskowiak3-Mar-14 18:10 
QuestionRe: nature Pin
Eddy Vluggen4-Mar-14 1:34
professionalEddy Vluggen4-Mar-14 1:34 
AnswerRe: nature Pin
Bernhard Hiller4-Mar-14 2:23
Bernhard Hiller4-Mar-14 2:23 
QuestionVB6 to VB.Net COM Interface Help Pin
sashaw22-Mar-14 9:37
sashaw22-Mar-14 9:37 
QuestionRe: VB6 to VB.Net COM Interface Help Pin
Richard Deeming3-Mar-14 0:36
mveRichard Deeming3-Mar-14 0:36 
AnswerRe: VB6 to VB.Net COM Interface Help Pin
sashaw23-Mar-14 4:16
sashaw23-Mar-14 4:16 
AnswerRe: VB6 to VB.Net COM Interface Help Pin
Richard Deeming3-Mar-14 7:17
mveRichard Deeming3-Mar-14 7:17 
GeneralRe: VB6 to VB.Net COM Interface Help <<< SOLVED >>> Pin
sashaw23-Mar-14 11:01
sashaw23-Mar-14 11:01 
QuestionPlease help me,.? Pin
M.Aprianto2-Mar-14 5:42
M.Aprianto2-Mar-14 5:42 
AnswerRe: Please help me,.? Pin
Eddy Vluggen2-Mar-14 7:44
professionalEddy Vluggen2-Mar-14 7:44 
Questionhow to make session timeout to automatically logout? Pin
charles entsuah28-Feb-14 10:31
charles entsuah28-Feb-14 10:31 
AnswerRe: how to make session timeout to automatically logout? Pin
ZurdoDev28-Feb-14 10:58
professionalZurdoDev28-Feb-14 10:58 
Questionupload pdf , save pdf in to a table, and read it from a datagrid on double click Pin
waner michaud28-Feb-14 9:07
waner michaud28-Feb-14 9:07 
AnswerRe: upload pdf , save pdf in to a table, and read it from a datagrid on double click Pin
Eddy Vluggen2-Mar-14 7:52
professionalEddy Vluggen2-Mar-14 7:52 
waner michaud wrote:
VB
AxAcroPDF1.LoadFile(OpenFileDialog1.FileName("Me.File_locationLabel1.Text"))
That looks like a string, not like the value of "Me.File_locationLabel1.Text". Further, I'd be expecting to see you read it from a binary data record.

There's quite some examples on saving a binary blob; it works the same regardless of type, doesn't matter much whether it's images, PDF or anything else.

waner michaud wrote:
No luck...I tried so many different ways..
Find a specific example (here on CodeProject) and gimme an exception - that'd be something that we could work from Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionThreading.Thread.Sleep(5000) causing my splash screen to not show values. Help appreciated. Pin
ChristGuard26-Feb-14 9:46
ChristGuard26-Feb-14 9:46 
AnswerRe: Threading.Thread.Sleep(5000) causing my splash screen to not show values. Help appreciated. Pin
Dave Kreskowiak26-Feb-14 11:17
mveDave Kreskowiak26-Feb-14 11:17 
GeneralRe: Threading.Thread.Sleep(5000) causing my splash screen to not show values. Help appreciated. Pin
ChristGuard26-Feb-14 12:00
ChristGuard26-Feb-14 12:00 

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.