Click here to Skip to main content
15,914,924 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere13-Nov-08 4:56
professionalTom Deketelaere13-Nov-08 4:56 
GeneralRe: Open local programme from email (with link) Pin
Dave Kreskowiak13-Nov-08 5:27
mveDave Kreskowiak13-Nov-08 5:27 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere13-Nov-08 7:17
professionalTom Deketelaere13-Nov-08 7:17 
GeneralRe: Open local programme from email (with link) Pin
Dave Kreskowiak13-Nov-08 8:25
mveDave Kreskowiak13-Nov-08 8:25 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere13-Nov-08 8:58
professionalTom Deketelaere13-Nov-08 8:58 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere13-Nov-08 22:00
professionalTom Deketelaere13-Nov-08 22:00 
GeneralRe: Open local programme from email (with link) Pin
Dave Kreskowiak14-Nov-08 3:20
mveDave Kreskowiak14-Nov-08 3:20 
GeneralRe: Open local programme from email (with link) Pin
Tom Deketelaere14-Nov-08 4:27
professionalTom Deketelaere14-Nov-08 4:27 
I'm a bit further (after alot of trial and error)

I'm able to start the programme (there still is a warning box but that's not important)
However I'm not able to pass any parameters

The code that writes the html tag (its vba integrated into outlook):

<pre>
url = "file:///" & progpath
body = "Klant: " & Niv1Keuze.Text & "<br/>"
If Len(Niv2Keuze.Text & "") <> 0 Then body = body & "Niveau 2: " & Niv2Keuze.Text & "<br/>"
If Len(Niv3Keuze.Text & "") <> 0 Then body = body & "Niveau 3: " & Niv3Keuze.Text & "<br/>"
If Len(Niv4Keuze.Text & "") <> 0 Then body = body & "Niveau 4: " & Niv4Keuze.Text & "<br/>"
If Len(Niv5Keuze.Text & "") <> 0 Then body = body & "Niveau 5: " & Niv5Keuze.Text & "<br/>"
body = body & "<a href=""" & url & """>Klik hier om het document te zien</a>"
</pre>

this gives the html tag:

<a href="file:///c:\prog\JORODOCBEHEER\documentbeheer.exe">Klik hier om het document te zien</a>

This works but when I put a parameter after it I have the same problem as before.

I tryed to put the parameter between quote's, double quote's.
I tryed to put both the url and parameter between quote's, double quote's

I tryed using &quot; (html code for ") and &ldquo; (html for left ")

Nothing worked

when I try to run the command (start - run)
I have to give in the following:
"file:///c:\prog\JORODOCBEHEER\documentbeheer.exe" "ID=Nieuw document - Klanten"
This works from start-run but when I put it in the html tag I get the openfiledialog box again

Any idea's would be very much apriciated (and thank you for your time and help so far)
QuestionQuickbooks integration. Pin
Stephen Lintott13-Nov-08 1:42
Stephen Lintott13-Nov-08 1:42 
AnswerRe: Quickbooks integration. Pin
Christian Graus13-Nov-08 2:29
protectorChristian Graus13-Nov-08 2:29 
GeneralRe: Quickbooks integration. Pin
Stephen Lintott13-Nov-08 2:51
Stephen Lintott13-Nov-08 2:51 
QuestionRemove button from vbnet Pin
popemonica13-Nov-08 1:05
popemonica13-Nov-08 1:05 
AnswerRe: Remove button from vbnet Pin
sph3rex13-Nov-08 7:28
sph3rex13-Nov-08 7:28 
QuestionCalling VB6 form from Windows Form changes controls style Pin
Crazy Joe Devola13-Nov-08 0:54
Crazy Joe Devola13-Nov-08 0:54 
AnswerRe: Calling VB6 form from Windows Form changes controls style Pin
Dave Kreskowiak13-Nov-08 4:38
mveDave Kreskowiak13-Nov-08 4:38 
GeneralRe: Calling VB6 form from Windows Form changes controls style Pin
Crazy Joe Devola15-Nov-08 20:55
Crazy Joe Devola15-Nov-08 20:55 
GeneralRe: Calling VB6 form from Windows Form changes controls style Pin
Crazy Joe Devola18-Nov-08 22:08
Crazy Joe Devola18-Nov-08 22:08 
QuestionRegads AxMSChart Control Pin
Nanda_MR13-Nov-08 0:08
Nanda_MR13-Nov-08 0:08 
AnswerRe: Regads AxMSChart Control Pin
Dave Kreskowiak13-Nov-08 4:36
mveDave Kreskowiak13-Nov-08 4:36 
AnswerRe: Regads AxMSChart Control Pin
sph3rex13-Nov-08 7:19
sph3rex13-Nov-08 7:19 
Questionvb.net, crystal reports Pin
Asheeqah12-Nov-08 21:38
Asheeqah12-Nov-08 21:38 
AnswerRe: vb.net, crystal reports Pin
Dave Kreskowiak13-Nov-08 4:31
mveDave Kreskowiak13-Nov-08 4:31 
QuestionWhich one is good for Performance [modified] Pin
indian14312-Nov-08 20:41
indian14312-Nov-08 20:41 
AnswerRe: Which one is good for Performance Pin
Rajesh Anuhya12-Nov-08 21:46
professionalRajesh Anuhya12-Nov-08 21:46 
GeneralRe: Which one is good for Performance [modified] Pin
indian14312-Nov-08 22:45
indian14312-Nov-08 22: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.