Click here to Skip to main content
15,897,291 members
Home / Discussions / C#
   

C#

 
AnswerRe: Virtual Directory Pin
Harini N K26-Jun-07 0:40
Harini N K26-Jun-07 0:40 
AnswerRe: Virtual Directory Pin
Blumen26-Jun-07 0:51
Blumen26-Jun-07 0:51 
AnswerRe: Virtual Directory Pin
I.explore.code26-Jun-07 19:33
I.explore.code26-Jun-07 19:33 
QuestionDouble buffered - argument exception Pin
Richard W Allen26-Jun-07 0:26
Richard W Allen26-Jun-07 0:26 
AnswerRe: Double buffered - argument exception Pin
Ed.Poore26-Jun-07 1:43
Ed.Poore26-Jun-07 1:43 
GeneralRe: Double buffered - argument exception Pin
Richard W Allen26-Jun-07 2:19
Richard W Allen26-Jun-07 2:19 
GeneralRe: Double buffered - argument exception Pin
leppie26-Jun-07 2:33
leppie26-Jun-07 2:33 
GeneralRe: Double buffered - argument exception Pin
Richard W Allen26-Jun-07 6:41
Richard W Allen26-Jun-07 6:41 
Here are the exception details:-
System.ArgumentException was unhandled
Message="Parameter is not valid."
Source="System.Drawing"
StackTrace:
at System.Drawing.Graphics.GetHdc()
at System.Drawing.BufferedGraphics.RenderInternal(HandleRef refTargetDC, BufferedGraphics buffer)
at System.Drawing.BufferedGraphics.Render()
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at SC225.Program.Main() in C:\Documents and Settings\Richard Allen\My Documents\Visual Studio 2005\Projects\SC225\SC225\Program.cs:line 17
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel)
at System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly()
at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData)
at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugInZone()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

GeneralRe: Double buffered - argument exception Pin
leppie26-Jun-07 20:14
leppie26-Jun-07 20:14 
GeneralRe: Double buffered - argument exception Pin
Richard W Allen26-Jun-07 7:02
Richard W Allen26-Jun-07 7:02 
QuestionActive directory Pin
Jayesh Talsaniya26-Jun-07 0:19
Jayesh Talsaniya26-Jun-07 0:19 
Questionmaka a collection Pin
rajeshojha26-Jun-07 0:15
rajeshojha26-Jun-07 0:15 
AnswerRe: maka a collection Pin
Manas Bhardwaj26-Jun-07 0:19
professionalManas Bhardwaj26-Jun-07 0:19 
QuestionDifference between Object and object Pin
Brendan Vogt25-Jun-07 23:56
Brendan Vogt25-Jun-07 23:56 
AnswerRe: Difference between Object and object Pin
originSH26-Jun-07 0:06
originSH26-Jun-07 0:06 
AnswerRe: Difference between Object and object Pin
Manas Bhardwaj26-Jun-07 0:07
professionalManas Bhardwaj26-Jun-07 0:07 
QuestionHow to write an SDF file Pin
AR Reddy25-Jun-07 23:55
AR Reddy25-Jun-07 23:55 
AnswerRe: How to write an SDF file Pin
originSH26-Jun-07 0:08
originSH26-Jun-07 0:08 
AnswerRe: How to write an SDF file Pin
Manas Bhardwaj26-Jun-07 0:12
professionalManas Bhardwaj26-Jun-07 0:12 
QuestionText Editor Pin
Hum Dum25-Jun-07 22:12
Hum Dum25-Jun-07 22:12 
AnswerRe: Text Editor Pin
Christian Graus25-Jun-07 22:57
protectorChristian Graus25-Jun-07 22:57 
Questioncommand line arguments Pin
Maddie from Dartford25-Jun-07 21:47
Maddie from Dartford25-Jun-07 21:47 
AnswerRe: command line arguments Pin
originSH25-Jun-07 22:06
originSH25-Jun-07 22:06 
GeneralRe: command line arguments Pin
Maddie from Dartford25-Jun-07 23:31
Maddie from Dartford25-Jun-07 23:31 
GeneralRe: command line arguments Pin
Christian Graus25-Jun-07 23:38
protectorChristian Graus25-Jun-07 23:38 

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.