Click here to Skip to main content
15,890,336 members
Home / Discussions / C#
   

C#

 
AnswerRe: Fingerprint and mysql database Pin
Gerry Schmitz11-Jan-17 17:00
mveGerry Schmitz11-Jan-17 17:00 
AnswerRe: Fingerprint and mysql database Pin
Afzaal Ahmad Zeeshan11-Jan-17 23:17
professionalAfzaal Ahmad Zeeshan11-Jan-17 23:17 
QuestionCustom Exceptions - Best Practices Pin
JBHowl11-Jan-17 9:23
JBHowl11-Jan-17 9:23 
AnswerRe: Custom Exceptions - Best Practices Pin
Pete O'Hanlon11-Jan-17 11:48
mvePete O'Hanlon11-Jan-17 11:48 
AnswerRe: Custom Exceptions - Best Practices Pin
Gerry Schmitz11-Jan-17 16:55
mveGerry Schmitz11-Jan-17 16:55 
AnswerRe: Custom Exceptions - Best Practices Pin
Richard Deeming12-Jan-17 6:54
mveRichard Deeming12-Jan-17 6:54 
GeneralRe: Custom Exceptions - Best Practices Pin
BillWoodruff22-Jan-17 15:10
professionalBillWoodruff22-Jan-17 15:10 
QuestionC# classes Pin
Bobbla1310-Jan-17 23:17
Bobbla1310-Jan-17 23:17 
GeneralRe: C# classes Pin
harold aptroot10-Jan-17 23:35
harold aptroot10-Jan-17 23:35 
GeneralRe: C# classes Pin
#realJSOP11-Jan-17 7:47
mve#realJSOP11-Jan-17 7:47 
GeneralRe: C# classes Pin
OriginalGriff11-Jan-17 8:03
mveOriginalGriff11-Jan-17 8:03 
GeneralRe: C# classes Pin
#realJSOP12-Jan-17 2:06
mve#realJSOP12-Jan-17 2:06 
AnswerRe: C# classes Pin
Daniel Pfeffer10-Jan-17 23:36
professionalDaniel Pfeffer10-Jan-17 23:36 
AnswerRe: C# classes Pin
Pete O'Hanlon10-Jan-17 23:43
mvePete O'Hanlon10-Jan-17 23:43 
AnswerRe: C# classes Pin
Gerry Schmitz11-Jan-17 8:26
mveGerry Schmitz11-Jan-17 8:26 
QuestionHow to dynamically Add and Close tab items in Browser click on add and close buttons Pin
Aniruddha.A10-Jan-17 18:53
Aniruddha.A10-Jan-17 18:53 
AnswerRe: How to dynamically Add and Close tab items in Browser click on add and close buttons Pin
Afzaal Ahmad Zeeshan11-Jan-17 0:03
professionalAfzaal Ahmad Zeeshan11-Jan-17 0:03 
QuestionUse of LevDan.Exif assembly for DNG files?? Pin
Grahame_20059-Jan-17 23:33
Grahame_20059-Jan-17 23:33 
AnswerRe: Use of LevDan.Exif assembly for DNG files?? Pin
Pete O'Hanlon10-Jan-17 2:30
mvePete O'Hanlon10-Jan-17 2:30 
GeneralRe: Use of LevDan.Exif assembly for DNG files?? Pin
Grahame_200510-Jan-17 3:43
Grahame_200510-Jan-17 3:43 
GeneralRe: Use of LevDan.Exif assembly for DNG files?? Pin
Pete O'Hanlon10-Jan-17 4:29
mvePete O'Hanlon10-Jan-17 4:29 
QuestionProgrammatically Open A Solution In Current IDE Pin
Kevin Marois9-Jan-17 10:31
professionalKevin Marois9-Jan-17 10:31 
AnswerRe: Programmatically Open A Solution In Current IDE Pin
Afzaal Ahmad Zeeshan11-Jan-17 0:09
professionalAfzaal Ahmad Zeeshan11-Jan-17 0:09 
Kevin Marois wrote:
But it opens in the wrong VS instance. I need it to open in the instance my app is running in.
In the wrong instance or in a new instance? Because that is what happens, if you even double click a new file to be opened in Visual Studio.

To open a file in a specific version you would require to have a Visual Studio extension, that communicates with Visual Studio to know where to load the file and then it will load the file there.

If you are interested in Visual Studio extensions, go to this link and get to know how you can develop a simple extension that does this for you.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

QuestionNothing happens when CheckBox is checked Pin
Pavlex49-Jan-17 8:00
Pavlex49-Jan-17 8:00 
AnswerRe: Nothing happens when CheckBox is checked Pin
NotPolitcallyCorrect9-Jan-17 8:17
NotPolitcallyCorrect9-Jan-17 8:17 

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.