Click here to Skip to main content
15,913,944 members
Home / Discussions / C#
   

C#

 
GeneralRe: Updating Listbox Items Pin
monrobot1326-Jul-03 6:21
monrobot1326-Jul-03 6:21 
GeneralRe: Updating Listbox Items Pin
StealthyMark28-Jul-03 0:06
StealthyMark28-Jul-03 0:06 
Questionequivalent of this.DoEvents() ???? Pin
LongRange.Shooter25-Jul-03 10:33
LongRange.Shooter25-Jul-03 10:33 
AnswerRe: equivalent of this.DoEvents() ???? Pin
J. Dunlap25-Jul-03 10:43
J. Dunlap25-Jul-03 10:43 
GeneralRe: equivalent of this.DoEvents() ???? Pin
LongRange.Shooter26-Jul-03 3:21
LongRange.Shooter26-Jul-03 3:21 
GeneralRe: equivalent of this.DoEvents() ???? Pin
J. Dunlap26-Jul-03 11:51
J. Dunlap26-Jul-03 11:51 
GeneralMessageBoxIcon Pin
albean25-Jul-03 9:37
albean25-Jul-03 9:37 
GeneralRe: MessageBoxIcon Pin
Alex Korchemniy25-Jul-03 9:50
Alex Korchemniy25-Jul-03 9:50 
If you use Reflector to decompile the .net framework you will see that the native MessageBox method is called. The MessageBoxIcon is just an enum. The value is passed to the native func as an int.

I suggest opening the native lib with VS.NET and ripping the icons.

GeneralRe: MessageBoxIcon Pin
dynamic25-Jul-03 9:50
dynamic25-Jul-03 9:50 
GeneralRe: MessageBoxIcon Pin
Kastro25-Jul-03 9:52
Kastro25-Jul-03 9:52 
QuestionGet/set method for an array? Pin
frogb0x25-Jul-03 9:35
frogb0x25-Jul-03 9:35 
AnswerRe: Get/set method for an array? Pin
Alex Korchemniy25-Jul-03 9:54
Alex Korchemniy25-Jul-03 9:54 
GeneralRe: Get/set method for an array? Pin
frogb0x25-Jul-03 10:00
frogb0x25-Jul-03 10:00 
AnswerRe: Get/set method for an array? Pin
Kastro25-Jul-03 10:00
Kastro25-Jul-03 10:00 
GeneralSystem.Drawing from web Pin
Steve McLenithan25-Jul-03 9:19
Steve McLenithan25-Jul-03 9:19 
GeneralRe: System.Drawing from web Pin
dynamic25-Jul-03 9:28
dynamic25-Jul-03 9:28 
GeneralRe: System.Drawing from web Pin
Steve McLenithan25-Jul-03 10:05
Steve McLenithan25-Jul-03 10:05 
GeneralRe: System.Drawing from web Pin
Alex Korchemniy25-Jul-03 10:02
Alex Korchemniy25-Jul-03 10:02 
GeneralRe: System.Drawing from web Pin
Steve McLenithan25-Jul-03 10:04
Steve McLenithan25-Jul-03 10:04 
GeneralReadXML to dataset has problem with "&" inside the xml file Pin
johnxt25-Jul-03 8:52
johnxt25-Jul-03 8:52 
GeneralRe: ReadXML to dataset has problem with "&" inside the xml file Pin
Alex Korchemniy25-Jul-03 9:08
Alex Korchemniy25-Jul-03 9:08 
GeneralRe: ReadXML to dataset has problem with "&" inside the xml file Pin
Radoslav Bielik27-Jul-03 11:15
Radoslav Bielik27-Jul-03 11:15 
GeneralRe: ReadXML to dataset has problem with "&" inside the xml file Pin
Radoslav Bielik27-Jul-03 11:21
Radoslav Bielik27-Jul-03 11:21 
GeneralRe: ReadXML to dataset has problem with "&" inside the xml file Pin
johnxt27-Jul-03 17:38
johnxt27-Jul-03 17:38 
GeneralThread communication Pin
Alex Korchemniy25-Jul-03 8:48
Alex Korchemniy25-Jul-03 8:48 

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.