Click here to Skip to main content
16,016,345 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Running an external program but without knowledge of the location Pin
Dave Kreskowiak18-Jun-06 2:31
mveDave Kreskowiak18-Jun-06 2:31 
GeneralRe: Running an external program but without knowledge of the location Pin
Marcus J. Smith22-Jun-06 3:58
professionalMarcus J. Smith22-Jun-06 3:58 
QuestionHTML Help Collections Integration Pin
lauralage16-Jun-06 4:58
lauralage16-Jun-06 4:58 
AnswerRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Guffa16-Jun-06 2:53
Guffa16-Jun-06 2:53 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' [modified] Pin
CornElvis16-Jun-06 3:06
CornElvis16-Jun-06 3:06 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Guffa16-Jun-06 4:58
Guffa16-Jun-06 4:58 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
djo4ever21-Jun-06 0:45
djo4ever21-Jun-06 0:45 
GeneralRe: '101' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum' Pin
Member 999003715-Apr-13 10:09
Member 999003715-Apr-13 10:09 
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '101' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
at WindowsApplication1.Form1.Timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.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.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
WindowsApplication1
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Owner/My%20Documents/Downloads/Compressed/hack/Top_Eleven_Hack_v.4.6_64-bit.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
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">


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.
QuestionUnicode support for VB control Pin
kokatnur16-Jun-06 1:15
kokatnur16-Jun-06 1:15 
AnswerRe: Unicode support for VB control Pin
Dave Kreskowiak18-Jun-06 2:25
mveDave Kreskowiak18-Jun-06 2:25 
QuestionPing in VB.Net [modified] Pin
nitin_ion16-Jun-06 0:47
nitin_ion16-Jun-06 0:47 
AnswerRe: Ping in VB.Net Pin
Dave Kreskowiak16-Jun-06 1:53
mveDave Kreskowiak16-Jun-06 1:53 
QuestionDrag and drop applications in VB Pin
Kiran Pinjala16-Jun-06 0:43
Kiran Pinjala16-Jun-06 0:43 
AnswerRe: Drag and drop applications in VB Pin
Dave Kreskowiak16-Jun-06 1:51
mveDave Kreskowiak16-Jun-06 1:51 
Questionusing MSChart Pin
frisamkenya16-Jun-06 0:04
frisamkenya16-Jun-06 0:04 
AnswerRe: using MSChart Pin
Mekong River16-Jun-06 0:15
Mekong River16-Jun-06 0:15 
QuestionMDI Pin
Socheat.Net15-Jun-06 23:22
Socheat.Net15-Jun-06 23:22 
AnswerRe: MDI Pin
Mekong River16-Jun-06 4:16
Mekong River16-Jun-06 4:16 
QuestionWriting to the debug immediate window Pin
directred15-Jun-06 23:06
directred15-Jun-06 23:06 
AnswerRe: Writing to the debug immediate window Pin
Mekong River16-Jun-06 0:21
Mekong River16-Jun-06 0:21 
GeneralRe: Writing to the debug immediate window Pin
djo4ever21-Jun-06 0:48
djo4ever21-Jun-06 0:48 
GeneralRe: Writing to the debug immediate window Pin
Mekong River21-Jun-06 12:47
Mekong River21-Jun-06 12:47 
GeneralRe: Writing to the debug immediate window Pin
djo4ever21-Jun-06 23:40
djo4ever21-Jun-06 23:40 
GeneralRe: Writing to the debug immediate window Pin
Mekong River21-Jun-06 23:56
Mekong River21-Jun-06 23:56 
AnswerRe: Writing to the debug immediate window Pin
Dave Kreskowiak16-Jun-06 1:49
mveDave Kreskowiak16-Jun-06 1:49 

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.