Click here to Skip to main content
16,005,178 members
Home / Discussions / C#
   

C#

 
QuestionWebBrowser control Pin
hung_ngole30-May-06 18:28
hung_ngole30-May-06 18:28 
AnswerRe: WebBrowser control Pin
Nafiseh Salmani30-May-06 20:29
Nafiseh Salmani30-May-06 20:29 
GeneralRe: WebBrowser control Pin
hung_ngole31-May-06 1:01
hung_ngole31-May-06 1:01 
QuestionMMF in c# Pin
liqnit30-May-06 18:26
liqnit30-May-06 18:26 
QuestionCrystal Reports Pin
aby.m.a30-May-06 18:18
aby.m.a30-May-06 18:18 
QuestionBlueTooth Pin
ah_jiang_930-May-06 18:14
ah_jiang_930-May-06 18:14 
AnswerRe: BlueTooth Pin
Rey999931-May-06 2:27
Rey999931-May-06 2:27 
QuestionProblems using graphic object to display text on tabPage Pin
printscreen1234530-May-06 18:05
printscreen1234530-May-06 18:05 
I have created text on a tabpage by using graphic object.

g = tabPage1.CreateGraphics();
g.DrawString(text, fnt, brsh, x, y);
g.Dispose();

Labels were used before instead and the tabPage was scrollable (tabPage.AutoScroll = true). But now, after changing labels to graphic objects, the tabpage is not scrollable any more and thus causes missing text. Also, whenever the splitter is moved, the existing text on the tabPage disappeared and the tabPage becomes blank.

Any solutions to these problems?
QuestionChanging DataGrid Data Pin
Dan Neilsen30-May-06 15:43
Dan Neilsen30-May-06 15:43 
QuestionNavigation help. Pin
tongueless30-May-06 14:48
tongueless30-May-06 14:48 
AnswerRe: Navigation help. Pin
tongueless30-May-06 15:19
tongueless30-May-06 15:19 
QuestionInvoke problem Pin
teejayem30-May-06 14:32
teejayem30-May-06 14:32 
AnswerRe: Invoke problem [modified] Pin
Robert Rohde30-May-06 20:22
Robert Rohde30-May-06 20:22 
Questioncombobox with datagridview Pin
kjosh30-May-06 12:16
kjosh30-May-06 12:16 
QuestiontabPage class Pin
rcwoods30-May-06 12:06
rcwoods30-May-06 12:06 
AnswerRe: tabPage class Pin
likefood30-May-06 13:09
likefood30-May-06 13:09 
QuestionHow to display text from the bottom up in a textBox. Pin
nicknotyet30-May-06 11:34
nicknotyet30-May-06 11:34 
AnswerRe: How to display text from the bottom up in a textBox. Pin
V.30-May-06 11:44
professionalV.30-May-06 11:44 
GeneralRe: How to display text from the bottom up in a textBox. Pin
nicknotyet30-May-06 12:10
nicknotyet30-May-06 12:10 
GeneralRe: How to display text from the bottom up in a textBox. Pin
likefood30-May-06 13:05
likefood30-May-06 13:05 
AnswerRe: How to display text from the bottom up in a textBox. Pin
Shajeel30-May-06 19:24
Shajeel30-May-06 19:24 
GeneralRe: How to display text from the bottom up in a textBox. Pin
nicknotyet31-May-06 3:55
nicknotyet31-May-06 3:55 
QuestionMultithreading problem Pin
thepersonof30-May-06 11:07
thepersonof30-May-06 11:07 
AnswerRe: Multithreading problem Pin
Judah Gabriel Himango30-May-06 11:13
sponsorJudah Gabriel Himango30-May-06 11:13 
AnswerRe: Multithreading problem Pin
Robert Rohde30-May-06 20:16
Robert Rohde30-May-06 20:16 

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.