Click here to Skip to main content
15,888,401 members
Home / Discussions / C#
   

C#

 
AnswerRe: ToolstripButton Image size? Pin
skirkby17-Mar-09 13:56
skirkby17-Mar-09 13:56 
GeneralRe: ToolstripButton Image size? Pin
skirkby17-Mar-09 14:01
skirkby17-Mar-09 14:01 
AnswerRe: ToolstripButton Image size? Pin
navarino30-Jun-11 2:53
navarino30-Jun-11 2:53 
QuestionI have problem in creating directory structure (dirctory & sub-directories) Pin
khalidd10-Aug-08 18:44
khalidd10-Aug-08 18:44 
AnswerRe: I have problem in creating directory structure (dirctory & sub-directories) Pin
Christian Graus10-Aug-08 21:00
protectorChristian Graus10-Aug-08 21:00 
Questionhow? Pin
Silvyster10-Aug-08 15:30
Silvyster10-Aug-08 15:30 
AnswerRe: how? Pin
leckey10-Aug-08 16:10
leckey10-Aug-08 16:10 
GeneralRe: how? Pin
Silvyster10-Aug-08 16:50
Silvyster10-Aug-08 16:50 
well.. i can't post the full code cause its going to eat the whole page. Anyways, here's a code snippet of what i've done on clearing the rich textbox.

/* 
* assuming the user has pressed the enter key this lines of code
* gets executed. Actually, before this code, the content of the rich
* text box input has already been appended on the rich text box output
* so what i have to do now is to clear the rich text box input and the
* I-BEAM pointer should be pointing on the first line of the rich text box
*/

/* 
* ok this worked, the contents of the rich text box got cleared
* BUT, the I BEAM pointer is pointing on the second LINE of the 
* rich text box input, which is my problem.. Why is it pointing on the
* second line?, BECAUSE this method was triggered by an ENTER KEY.
* So now what I want is a code that will set the I BEAM pointer to
* be pointing on the first line.
*/
richTextBoxInput.clear(); 

QuestionAnd operator in c#? Pin
CopperCircle10-Aug-08 11:17
CopperCircle10-Aug-08 11:17 
AnswerRe: And operator in c#? Pin
Guffa10-Aug-08 11:29
Guffa10-Aug-08 11:29 
AnswerRe: And operator in c#? Pin
nelsonpaixao10-Aug-08 14:15
nelsonpaixao10-Aug-08 14:15 
GeneralRe: And operator in c#? Pin
Dave Doknjas10-Aug-08 14:38
Dave Doknjas10-Aug-08 14:38 
Questionfinal release help [modified] Pin
bfis10813710-Aug-08 10:09
bfis10813710-Aug-08 10:09 
AnswerRe: final release help Pin
Guffa10-Aug-08 11:33
Guffa10-Aug-08 11:33 
QuestionLarge amount of images - ideas needed Pin
Dewald10-Aug-08 8:23
Dewald10-Aug-08 8:23 
AnswerRe: Large amount of images - ideas needed Pin
User 665810-Aug-08 8:49
User 665810-Aug-08 8:49 
AnswerRe: Large amount of images - ideas needed Pin
nelsonpaixao10-Aug-08 14:19
nelsonpaixao10-Aug-08 14:19 
Questiondetect if application is opened on start-up or via user? Pin
DragenGimp10-Aug-08 7:43
DragenGimp10-Aug-08 7:43 
AnswerRe: detect if application is opened on start-up or via user? Pin
teejayem10-Aug-08 9:37
teejayem10-Aug-08 9:37 
GeneralRe: detect if application is opened on start-up or via user? Pin
DragenGimp10-Aug-08 10:23
DragenGimp10-Aug-08 10:23 
GeneralRe: detect if application is opened on start-up or via user? Pin
DragenGimp10-Aug-08 11:06
DragenGimp10-Aug-08 11:06 
GeneralRe: detect if application is opened on start-up or via user? Pin
teejayem10-Aug-08 12:31
teejayem10-Aug-08 12:31 
GeneralRe: detect if application is opened on start-up or via user? Pin
DragenGimp10-Aug-08 13:01
DragenGimp10-Aug-08 13:01 
GeneralRe: detect if application is opened on start-up or via user? Pin
teejayem10-Aug-08 14:53
teejayem10-Aug-08 14:53 
GeneralRe: detect if application is opened on start-up or via user? Pin
DragenGimp16-Aug-08 5:50
DragenGimp16-Aug-08 5:50 

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.