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

Visual Basic

 
AnswerRe: Conversion from string "System.Data.DataRowView" to type 'Integer' is not valid ? Pin
M-Hall12-Feb-07 18:30
M-Hall12-Feb-07 18:30 
GeneralRe: Conversion from string "System.Data.DataRowView" to type 'Integer' is not valid ? Pin
cheeken2u12-Feb-07 19:38
cheeken2u12-Feb-07 19:38 
GeneralRe: Conversion from string "System.Data.DataRowView" to type 'Integer' is not valid ? Pin
M-Hall12-Feb-07 19:50
M-Hall12-Feb-07 19:50 
QuestionExcel Question Pin
ghettoneck12-Feb-07 16:07
ghettoneck12-Feb-07 16:07 
QuestionFile Association..pls help Pin
carl_sti12-Feb-07 14:59
carl_sti12-Feb-07 14:59 
AnswerRe: File Association..pls help Pin
TwoFaced12-Feb-07 15:53
TwoFaced12-Feb-07 15:53 
GeneralRe: File Association..pls help Pin
carl_sti12-Feb-07 16:26
carl_sti12-Feb-07 16:26 
GeneralRe: File Association..pls help Pin
M-Hall12-Feb-07 17:02
M-Hall12-Feb-07 17:02 
This is in the article that he referenced.

Click on "&Open". You will see in the Properties window "Name", "Arguments", "Verb". Verb is hidden from the user, but is the key that is stored in the registry. Leave it the same as the name, but without the "&". The default for "Arguments" is "%1", which means to pass the full path and filename to your application. You can add other stuff here as well, if you need to pass flags to your application to do special stuff. All this information is getting passed to your application on the command line, so you'll need to be familiar with the "Environment.CommandLine" object.
It looks like the information you need will be passed in the command line that starts your application. So use enviroment.commandline to access it
GeneralRe: File Association..pls help Pin
carl_sti12-Feb-07 17:34
carl_sti12-Feb-07 17:34 
Questionrename the existed excel worksheet name Pin
JaneQuestion12-Feb-07 13:29
JaneQuestion12-Feb-07 13:29 
AnswerRe: rename the existed excel worksheet name Pin
ajay5888612-Feb-07 20:16
ajay5888612-Feb-07 20:16 
QuestionVista always shows ipv6 address - how to only get ipv4 local address? Pin
Mr Plant12-Feb-07 10:11
Mr Plant12-Feb-07 10:11 
AnswerRe: Vista always shows ipv6 address - how to only get ipv4 local address? Pin
M-Hall12-Feb-07 17:41
M-Hall12-Feb-07 17:41 
QuestionError message: vbc30205? Pin
Shima. M.12-Feb-07 7:45
Shima. M.12-Feb-07 7:45 
AnswerRe: Error message: vbc30205? Pin
Kschuler12-Feb-07 8:43
Kschuler12-Feb-07 8:43 
QuestionTabPages Pin
CodingYoshi12-Feb-07 7:43
CodingYoshi12-Feb-07 7:43 
AnswerRe: TabPages Pin
Christian Graus12-Feb-07 10:31
protectorChristian Graus12-Feb-07 10:31 
QuestionIts is possible to make it on vb.net? Pin
blitz00212-Feb-07 6:52
blitz00212-Feb-07 6:52 
AnswerRe: Its is possible to make it on vb.net? Pin
nlarson1112-Feb-07 7:08
nlarson1112-Feb-07 7:08 
AnswerRe: Its is possible to make it on vb.net? Pin
Christian Graus12-Feb-07 10:28
protectorChristian Graus12-Feb-07 10:28 
AnswerRe: Its is possible to make it on vb.net? Pin
Squeaker12-Feb-07 14:59
Squeaker12-Feb-07 14:59 
QuestionEAN13 ? Pin
Polymorpher12-Feb-07 5:45
Polymorpher12-Feb-07 5:45 
AnswerRe: EAN13 ? Pin
andyharman12-Feb-07 6:14
professionalandyharman12-Feb-07 6:14 
GeneralRe: EAN13 ? Pin
Polymorpher12-Feb-07 6:49
Polymorpher12-Feb-07 6:49 
QuestionError Message [modified] Pin
jds120712-Feb-07 5:03
jds120712-Feb-07 5:03 

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.