Click here to Skip to main content
15,905,558 members
Home / Discussions / C#
   

C#

 
AnswerRe: TabPage Events do not fire w/ .Net1.1 Pin
quiteSmart9-Oct-06 22:46
quiteSmart9-Oct-06 22:46 
GeneralRe: TabPage Events do not fire w/ .Net1.1 Pin
Jeff Jordan9-Oct-06 23:06
Jeff Jordan9-Oct-06 23:06 
GeneralRe: TabPage Events do not fire w/ .Net1.1 Pin
mikone10-Oct-06 0:06
mikone10-Oct-06 0:06 
GeneralRe: TabPage Events do not fire w/ .Net1.1 Pin
Jeff Jordan10-Oct-06 0:15
Jeff Jordan10-Oct-06 0:15 
Questionisnumeric in c# Pin
Amar Chaudhary9-Oct-06 22:16
Amar Chaudhary9-Oct-06 22:16 
AnswerRe: isnumeric in c# Pin
mikone9-Oct-06 22:27
mikone9-Oct-06 22:27 
GeneralRe: isnumeric in c# Pin
Amar Chaudhary10-Oct-06 0:20
Amar Chaudhary10-Oct-06 0:20 
GeneralRe: isnumeric in c# Pin
Martin#10-Oct-06 1:58
Martin#10-Oct-06 1:58 
GeneralIve heard that before Pin
Ennis Ray Lynch, Jr.10-Oct-06 16:40
Ennis Ray Lynch, Jr.10-Oct-06 16:40 
GeneralOk checked the MSIL Pin
Ennis Ray Lynch, Jr.10-Oct-06 17:03
Ennis Ray Lynch, Jr.10-Oct-06 17:03 
AnswerRe: isnumeric in c# Pin
RanjithLogics9-Oct-06 22:32
RanjithLogics9-Oct-06 22:32 
GeneralRe: isnumeric in c# Pin
Amar Chaudhary10-Oct-06 0:17
Amar Chaudhary10-Oct-06 0:17 
GeneralRe: isnumeric in c# Pin
rah_sin10-Oct-06 0:29
professionalrah_sin10-Oct-06 0:29 
GeneralRe: isnumeric in c# Pin
ejuanpp10-Oct-06 2:35
ejuanpp10-Oct-06 2:35 
GeneralRe: isnumeric in c# Pin
RanjithLogics10-Oct-06 3:53
RanjithLogics10-Oct-06 3:53 
GeneralRe: isnumeric in c# Pin
J4amieC10-Oct-06 4:34
J4amieC10-Oct-06 4:34 
GeneralRe: isnumeric in c# Pin
J4amieC10-Oct-06 4:36
J4amieC10-Oct-06 4:36 
GeneralRe: isnumeric in c# Pin
rah_sin10-Oct-06 19:42
professionalrah_sin10-Oct-06 19:42 
AnswerRe: isnumeric in c# Pin
J4amieC10-Oct-06 4:39
J4amieC10-Oct-06 4:39 
GeneralRe: isnumeric in c# Pin
Dan Neely10-Oct-06 5:05
Dan Neely10-Oct-06 5:05 
QuestionHow to check version info of an application programatically? Pin
rockyl9-Oct-06 21:33
rockyl9-Oct-06 21:33 
AnswerRe: How to check version info of an application programatically? Pin
mikone9-Oct-06 21:44
mikone9-Oct-06 21:44 
Hi,

this depends on the kind of application you want to check. I dont know any other standard than file versioning (for executables and dlls) which would allow to retrieve such information. If you want to check applications installed by windows installer there is a way to retrieve the information by using wmi if i remember right. All together there is no "in-built" class for such things and as far as i know you will have to create your own classes to retrieve these information.
GeneralRe: How to check version info of an application programatically? Pin
rockyl9-Oct-06 23:19
rockyl9-Oct-06 23:19 
GeneralRe: How to check version info of an application programatically? Pin
mikone9-Oct-06 23:46
mikone9-Oct-06 23:46 
GeneralRe: How to check version info of an application programatically? Pin
mav.northwind10-Oct-06 0:33
mav.northwind10-Oct-06 0:33 

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.