Click here to Skip to main content
16,004,927 members
Home / Discussions / C#
   

C#

 
AnswerRe: change windowapplication in an exe Pin
Ed.Poore25-Sep-06 5:08
Ed.Poore25-Sep-06 5:08 
QuestionSorting columns in listviews Pin
Hampus@foi25-Sep-06 4:56
Hampus@foi25-Sep-06 4:56 
AnswerRe: Sorting columns in listviews Pin
Ed.Poore25-Sep-06 5:01
Ed.Poore25-Sep-06 5:01 
QuestionHelp with GUI and making a menu item execute another file Pin
mikhailxyohman25-Sep-06 4:54
mikhailxyohman25-Sep-06 4:54 
AnswerRe: Help with GUI and making a menu item execute another file Pin
Ed.Poore25-Sep-06 5:03
Ed.Poore25-Sep-06 5:03 
GeneralRe: Help with GUI and making a menu item execute another file Pin
mikhailxyohman25-Sep-06 5:13
mikhailxyohman25-Sep-06 5:13 
Questionhow to change the title text of a form Pin
faladrim25-Sep-06 4:26
faladrim25-Sep-06 4:26 
AnswerRe: how to change the title text of a form Pin
Dominik Reichl25-Sep-06 4:31
Dominik Reichl25-Sep-06 4:31 
A System.Windows.Forms.Form object got a Text property, which is the title of the window.

If you're in the class derived from Form (for example in the Load event handler), you can set the title text by
this.Text = "New titlebar text";




_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

GeneralRe: how to change the title text of a form Pin
faladrim25-Sep-06 4:35
faladrim25-Sep-06 4:35 
Questionweb service in VB.Net Pin
anirudhnamdeo25-Sep-06 3:45
anirudhnamdeo25-Sep-06 3:45 
AnswerRe: web service in VB.Net Pin
Ed.Poore25-Sep-06 5:04
Ed.Poore25-Sep-06 5:04 
QuestionC Shart and Crystal Report Pin
anirudhnamdeo25-Sep-06 3:41
anirudhnamdeo25-Sep-06 3:41 
AnswerRe: C Shart and Crystal Report Pin
Ed.Poore25-Sep-06 5:05
Ed.Poore25-Sep-06 5:05 
AnswerRe: C Shart and Crystal Report Pin
J4amieC25-Sep-06 5:56
J4amieC25-Sep-06 5:56 
GeneralRe: C Shart and Crystal Report Pin
Alaric_25-Sep-06 6:36
professionalAlaric_25-Sep-06 6:36 
QuestionC# with Crystal Report Pin
anirudhnamdeo25-Sep-06 3:38
anirudhnamdeo25-Sep-06 3:38 
QuestionDataGrid sort problem Pin
choopie25-Sep-06 3:21
choopie25-Sep-06 3:21 
AnswerRe: DataGrid sort problem Pin
faladrim25-Sep-06 4:29
faladrim25-Sep-06 4:29 
GeneralRe: DataGrid sort problem Pin
choopie25-Sep-06 21:52
choopie25-Sep-06 21:52 
QuestionPreserving an entire object when redirecting to another web page?? Pin
Goalie3525-Sep-06 2:58
Goalie3525-Sep-06 2:58 
AnswerRe: Preserving an entire object when redirecting to another web page?? Pin
CWIZO25-Sep-06 4:23
CWIZO25-Sep-06 4:23 
QuestionStart Application inbedded on a form Pin
synunn25-Sep-06 2:53
synunn25-Sep-06 2:53 
AnswerRe: Start Application inbedded on a form Pin
Nader Elshehabi25-Sep-06 4:44
Nader Elshehabi25-Sep-06 4:44 
GeneralRe: Start Application inbedded on a form Pin
synunn25-Sep-06 5:11
synunn25-Sep-06 5:11 
GeneralRe: Start Application inbedded on a form Pin
Nader Elshehabi25-Sep-06 6:43
Nader Elshehabi25-Sep-06 6:43 

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.