Click here to Skip to main content
15,908,906 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB - Read XML data and Export to Excel Pin
Johan Hakkesteegt29-Jan-08 8:21
Johan Hakkesteegt29-Jan-08 8:21 
GeneralRunning a Dos command in VB .net Pin
saravana00128-Jan-08 7:15
saravana00128-Jan-08 7:15 
GeneralRe: Running a Dos command in VB .net Pin
pmarfleet28-Jan-08 8:31
pmarfleet28-Jan-08 8:31 
Generaloverriding wndproc - need constants Pin
Smithers-Jones28-Jan-08 5:52
Smithers-Jones28-Jan-08 5:52 
GeneralCertificates Pin
KreativeKai28-Jan-08 5:29
professionalKreativeKai28-Jan-08 5:29 
GeneralRe: Certificates Pin
Mycroft Holmes28-Jan-08 19:01
professionalMycroft Holmes28-Jan-08 19:01 
GeneralRe: Certificates Pin
KreativeKai29-Jan-08 4:05
professionalKreativeKai29-Jan-08 4:05 
GeneralRe: Certificates Pin
Mycroft Holmes29-Jan-08 14:39
professionalMycroft Holmes29-Jan-08 14:39 
This is from the dev in our group who did the work!

Method 2 : as requested by Mark Smile | :)

1. Create your own certificate and pvKey. using Make Cert
run in .NET command prompt
makecert -n "CN=SomeName" -pe -b 01/01/2007 -e 12/31/2039 -sv c:\SomeName.pvk c:\SomeName.cer

2. Generate pfx:
run in .NET command prompt
pvk2pfx.exe -pvk c:\SomeName.pvk -pi password -spc c:\SomeName.cer -pfx c:\SomeName.pfx -po password -f

I tested this and applied it to a new window application. need to test this out on actual application and deployment...
The advantage of this is we can make use of a single cert for ALL our applications, but we have to do a uninstall for all the existing client and install the app with the new certificate.

References :
Creating and publish own cert
Makecert
pvk2pfx Tool

I hopwe this helps!

Never underestimate the power of human stupidity
RAH

GeneralRe: Certificates Pin
KreativeKai31-Jan-08 2:33
professionalKreativeKai31-Jan-08 2:33 
Generalsystem.thread.sleep Pin
solarthur0128-Jan-08 4:15
solarthur0128-Jan-08 4:15 
GeneralRe: system.thread.sleep Pin
Colin Angus Mackay28-Jan-08 5:58
Colin Angus Mackay28-Jan-08 5:58 
GeneralRe: system.thread.sleep Pin
solarthur0128-Jan-08 6:29
solarthur0128-Jan-08 6:29 
GeneralFormating Excel sheet by VB.Net Pin
Pradip Kishore28-Jan-08 1:52
Pradip Kishore28-Jan-08 1:52 
GeneralRe: Formating Excel sheet by VB.Net Pin
Justin Perez28-Jan-08 3:16
Justin Perez28-Jan-08 3:16 
QuestionVBA for Outlook Question Pin
wjtaylor28-Jan-08 1:31
wjtaylor28-Jan-08 1:31 
Questionhow to control the left button of the mouse Pin
saadmechiche28-Jan-08 1:05
saadmechiche28-Jan-08 1:05 
AnswerRe: how to control the left button of the mouse Pin
Johan Hakkesteegt28-Jan-08 6:26
Johan Hakkesteegt28-Jan-08 6:26 
QuestionAsynchronous socket problem? Pin
Benny_Lava28-Jan-08 0:19
Benny_Lava28-Jan-08 0:19 
GeneralImages in My.settings Pin
plural27-Jan-08 23:54
plural27-Jan-08 23:54 
QuestionRe: Images in My.settings Pin
newc128-Jan-08 1:34
newc128-Jan-08 1:34 
GeneralRe: Images in My.settings Pin
plural28-Jan-08 4:22
plural28-Jan-08 4:22 
QuestionRe: Images in My.settings Pin
Steven J Jowett28-Jan-08 5:13
Steven J Jowett28-Jan-08 5:13 
Generalrepeat columns in grid view Pin
hepsy.i27-Jan-08 22:38
hepsy.i27-Jan-08 22:38 
Generalwanna check folder exist or not Pin
phoopwint27-Jan-08 20:56
phoopwint27-Jan-08 20:56 
GeneralRe: wanna check folder exist or not Pin
The ANZAC27-Jan-08 21:37
The ANZAC27-Jan-08 21:37 

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.