Click here to Skip to main content
15,915,600 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling C# COM Object from VC++ 6.0 Pin
A.Grover14-Dec-05 23:14
A.Grover14-Dec-05 23:14 
GeneralRe: Calling C# COM Object from VC++ 6.0 Pin
Soaring Eagle14-Dec-05 23:34
Soaring Eagle14-Dec-05 23:34 
QuestionRAS Pin
Avishay18714-Dec-05 19:13
Avishay18714-Dec-05 19:13 
QuestionTo Increase the height of Windows Forms? Pin
MudkiSekhon14-Dec-05 18:51
MudkiSekhon14-Dec-05 18:51 
AnswerRe: To Increase the height of Windows Forms? Pin
Soaring Eagle14-Dec-05 19:02
Soaring Eagle14-Dec-05 19:02 
GeneralRe: To Increase the height of Windows Forms? Pin
MudkiSekhon14-Dec-05 19:19
MudkiSekhon14-Dec-05 19:19 
Questioncrystal report question Pin
lior654#hotmail.com14-Dec-05 18:29
lior654#hotmail.com14-Dec-05 18:29 
QuestionDissecting Exception.String Pin
redfish3414-Dec-05 17:53
redfish3414-Dec-05 17:53 
Below is an example Exception.String copied from a MessageBox. How does one extract the exception information individually? The Exception class allows access to some of this information individually such as Exception.Message, but not all. Relevant to my use would be to extrat the information on the last line where it gives location information about the error. Do i have to use Regular Expressions on Exception.String or is there an easier way?


System.ArgumentNullException: Path cannot be null.
Parameter name: path
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding)
at App.Settings.Save() in c:\_apps dev\music\sndfileconvert\build_00_01_03_004_csnet\main\settings.cs:line 251

AnswerRe: Dissecting Exception.String Pin
Guffa15-Dec-05 1:32
Guffa15-Dec-05 1:32 
GeneralThanks Pin
redfish3420-Dec-05 22:28
redfish3420-Dec-05 22:28 
QuestionProblem Calling and Creating COM Objects Pin
Soaring Eagle14-Dec-05 17:13
Soaring Eagle14-Dec-05 17:13 
QuestionXml Splitter in C# Pin
Markus35014-Dec-05 16:52
Markus35014-Dec-05 16:52 
Question(Urgent) switch between tabpages of a tabcontrol by CTrl+tab Pin
LongNguyen14-Dec-05 16:07
LongNguyen14-Dec-05 16:07 
QuestionChange Time and TimeZone Programatically Pin
denpsia14-Dec-05 15:41
denpsia14-Dec-05 15:41 
QuestionHandle Picturebox in C# ??? Pin
Abubakarsb14-Dec-05 15:04
Abubakarsb14-Dec-05 15:04 
QuestionCopying more than 1 textbox field to Clipboard Pin
apoc50314-Dec-05 13:19
apoc50314-Dec-05 13:19 
AnswerRe: Copying more than 1 textbox field to Clipboard Pin
enjoycrack14-Dec-05 14:33
enjoycrack14-Dec-05 14:33 
GeneralRe: Copying more than 1 textbox field to Clipboard Pin
apoc50314-Dec-05 14:46
apoc50314-Dec-05 14:46 
Question.NET 2003 after C# Express Install Pin
Stephen McAllister14-Dec-05 9:52
Stephen McAllister14-Dec-05 9:52 
AnswerRe: .NET 2003 after C# Express Install Pin
Gulfraz Khan16-Dec-05 6:36
Gulfraz Khan16-Dec-05 6:36 
GeneralRe: .NET 2003 after C# Express Install Pin
Stephen McAllister16-Dec-05 12:14
Stephen McAllister16-Dec-05 12:14 
QuestionThreading question Pin
Steve Messer14-Dec-05 9:09
Steve Messer14-Dec-05 9:09 
AnswerRe: Threading question Pin
Judah Gabriel Himango14-Dec-05 9:19
sponsorJudah Gabriel Himango14-Dec-05 9:19 
GeneralRe: Threading question Pin
WillemM14-Dec-05 9:23
WillemM14-Dec-05 9:23 
GeneralRe: Threading question Pin
Steve Messer14-Dec-05 9:33
Steve Messer14-Dec-05 9: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.