Click here to Skip to main content
15,909,897 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Memory Consumption Question Pin
Patrick Etc.7-Apr-08 11:44
Patrick Etc.7-Apr-08 11:44 
QuestionProject can not be opended [modified] Pin
mpavas3-Apr-08 13:42
mpavas3-Apr-08 13:42 
GeneralRe: Project can not be opended Pin
Luc Pattyn3-Apr-08 14:05
sitebuilderLuc Pattyn3-Apr-08 14:05 
GeneralRe: Project can not be opended Pin
mpavas3-Apr-08 14:35
mpavas3-Apr-08 14:35 
GeneralRe: Project can not be opended Pin
Luc Pattyn3-Apr-08 14:43
sitebuilderLuc Pattyn3-Apr-08 14:43 
GeneralRe: Project can not be opended Pin
mpavas3-Apr-08 15:03
mpavas3-Apr-08 15:03 
QuestionHow Do I Do a Build Using Visual Web Developer Express 2005? Pin
Jeff Solochek2-Apr-08 19:56
Jeff Solochek2-Apr-08 19:56 
GeneralTrigger a controls event handler manually Pin
NumberXaero2-Apr-08 12:47
NumberXaero2-Apr-08 12:47 
On startup I want to trigger the follow event manually to update whats displayed because the user has not selected anything in the combo box yet. So I want to make a default selection in the combo box if the Items member contains at least one item.
The code it executes only needs to be in this function, is calling it directly the best/only way to do this? Or is there another way to send trigger this message? Setting the SelectionIndex changes whats displayed in the combo box, but other things need to happen when that selection changes.
<br />
    private: System::Void comboBoxList_SelectionChangeCommitted(System::Object^ sender, System::EventArgs^ e)<br />
    {<br />
        // Code that updates whats displayed on other controls<br />
    }<br />

GeneralRe: Trigger a controls event handler manually Pin
Luc Pattyn3-Apr-08 14:07
sitebuilderLuc Pattyn3-Apr-08 14:07 
Questionhow can I see the interbal details of an assembly Pin
sujithkumarsl2-Apr-08 3:10
sujithkumarsl2-Apr-08 3:10 
AnswerRe: how can I see the interbal details of an assembly Pin
Simon P Stevens2-Apr-08 3:22
Simon P Stevens2-Apr-08 3:22 
GeneralInheritance Pin
bort_verdon1-Apr-08 22:00
bort_verdon1-Apr-08 22:00 
GeneralRe: Inheritance Pin
Simon P Stevens1-Apr-08 23:18
Simon P Stevens1-Apr-08 23:18 
GeneralRe: Inheritance Pin
bort_verdon2-Apr-08 13:13
bort_verdon2-Apr-08 13:13 
GeneralOutOfMemoryException Pin
Rei Miyasaka31-Mar-08 20:37
Rei Miyasaka31-Mar-08 20:37 
GeneralRe: OutOfMemoryException Pin
led mike1-Apr-08 4:46
led mike1-Apr-08 4:46 
GeneralRe: OutOfMemoryException Pin
Luc Pattyn1-Apr-08 5:41
sitebuilderLuc Pattyn1-Apr-08 5:41 
GeneralRe: OutOfMemoryException Pin
Rei Miyasaka1-Apr-08 15:26
Rei Miyasaka1-Apr-08 15:26 
GeneralRe: OutOfMemoryException Pin
led mike2-Apr-08 4:39
led mike2-Apr-08 4:39 
GeneralRe: OutOfMemoryException Pin
Rei Miyasaka2-Apr-08 7:26
Rei Miyasaka2-Apr-08 7:26 
GeneralRe: OutOfMemoryException Pin
led mike2-Apr-08 8:22
led mike2-Apr-08 8:22 
GeneralRe: OutOfMemoryException Pin
Dave Kreskowiak2-Apr-08 9:37
mveDave Kreskowiak2-Apr-08 9:37 
GeneralWindows service error .. installutil.exe .. Pin
rajesh.tycoon31-Mar-08 17:00
rajesh.tycoon31-Mar-08 17:00 
GeneralRe: Windows service error .. installutil.exe .. Pin
led mike1-Apr-08 4:44
led mike1-Apr-08 4:44 
GeneralSOAP Deserialization Pin
lverre31-Mar-08 3:30
lverre31-Mar-08 3:30 

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.