Click here to Skip to main content
15,881,733 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Winform dox matrix printer direct printing Pin
Dave Kreskowiak17-Jun-19 4:39
mveDave Kreskowiak17-Jun-19 4:39 
AnswerRe: Winform dox matrix printer direct printing Pin
Gerry Schmitz16-Jun-19 7:08
mveGerry Schmitz16-Jun-19 7:08 
GeneralRe: Winform dox matrix printer direct printing Pin
Member 1368241416-Jun-19 20:51
Member 1368241416-Jun-19 20:51 
GeneralRe: Winform dox matrix printer direct printing Pin
Dave Kreskowiak17-Jun-19 4:38
mveDave Kreskowiak17-Jun-19 4:38 
GeneralRe: Winform dox matrix printer direct printing Pin
Gerry Schmitz17-Jun-19 5:52
mveGerry Schmitz17-Jun-19 5:52 
QuestionChanges to User Control do not get displayed in Form... Pin
Matt Slay24-Apr-19 6:53
Matt Slay24-Apr-19 6:53 
QuestionBest way to store and display a customer notes system on a windows form. Pin
bgcwaterman14-Apr-19 5:34
bgcwaterman14-Apr-19 5:34 
QuestionWindows Form DownloadingMenager Pin
Pouriya 141761378-Mar-19 17:08
Pouriya 141761378-Mar-19 17:08 
Hello guys , I try to create a Download Manager but when I was running my project and I click in start download button after that this error happen.

______________________________________________________________________________________________________
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at DotnetDownloader.frmnewdownload.btnstartdownload_Click(Object sender, EventArgs e) in E:\VisualProject(CSharp)\DownloadMenager\DotnetDownloader\frmnewdownload.cs:line 72
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
DotnetDownloader
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///E:/VisualProject(CSharp)/DownloadMenager/DotnetDownloader/bin/Debug/DotnetDownloader.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.3056.0 built by: NET472REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

-----------------------------------------------------------------------------------------------------------
AnswerRe: Windows Form DownloadingMenager Pin
Gerry Schmitz8-Mar-19 18:41
mveGerry Schmitz8-Mar-19 18:41 
AnswerRe: Windows Form DownloadingMenager Pin
Richard MacCutchan8-Mar-19 22:17
mveRichard MacCutchan8-Mar-19 22:17 
AnswerRe: Windows Form DownloadingMenager Pin
User 418025412-Apr-19 6:03
User 418025412-Apr-19 6:03 
QuestionTreeview iteration Pin
Member 933123617-Feb-19 19:21
Member 933123617-Feb-19 19:21 
AnswerRe: Treeview iteration Pin
Richard Deeming18-Feb-19 1:34
mveRichard Deeming18-Feb-19 1:34 
GeneralRe: Treeview iteration Pin
Member 933123618-Feb-19 7:21
Member 933123618-Feb-19 7:21 
QuestionToken (Close) option in combo box Pin
Member 1205416720-Dec-18 2:04
Member 1205416720-Dec-18 2:04 
AnswerRe: Token (Close) option in combo box Pin
Eddy Vluggen23-Dec-18 20:56
professionalEddy Vluggen23-Dec-18 20:56 
QuestionReactiveUI-WinForms bind combo datasource after selecting another combobox Pin
Francisco Gonçalves31-Oct-18 6:02
professionalFrancisco Gonçalves31-Oct-18 6:02 
AnswerRe: ReactiveUI-WinForms bind combo datasource after selecting another combobox Pin
Richard MacCutchan31-Oct-18 6:54
mveRichard MacCutchan31-Oct-18 6:54 
GeneralRe: ReactiveUI-WinForms bind combo datasource after selecting another combobox Pin
Francisco Gonçalves31-Oct-18 13:31
professionalFrancisco Gonçalves31-Oct-18 13:31 
QuestionHello there. how to do a dynamic design (colors, background color etc ...)? Pin
erdalczr15-Oct-18 16:13
erdalczr15-Oct-18 16:13 
AnswerRe: Hello there. how to do a dynamic design (colors, background color etc ...)? Pin
Pete O'Hanlon15-Oct-18 19:21
mvePete O'Hanlon15-Oct-18 19:21 
GeneralRe: Hello there. how to do a dynamic design (colors, background color etc ...)? Pin
erdalczr17-Oct-18 16:29
erdalczr17-Oct-18 16:29 
Rant[REPOST] Hello there. how to do a dynamic design (colors, background color etc ...)? Pin
Richard Deeming16-Oct-18 0:49
mveRichard Deeming16-Oct-18 0:49 
QuestionHow to pass data from two or more forms ? Pin
game_builder25-Jul-18 22:10
game_builder25-Jul-18 22:10 
AnswerRe: How to pass data from two or more forms ? Pin
Richard Deeming26-Jul-18 1:42
mveRichard Deeming26-Jul-18 1:42 

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.