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

C#

 
GeneralRe: How to write a generic method to convert int, long, double, etc to a byte array? Pin
Judah Gabriel Himango26-Sep-07 17:45
sponsorJudah Gabriel Himango26-Sep-07 17:45 
GeneralRe: How to write a generic method to convert int, long, double, etc to a byte array? Pin
Dave Kreskowiak27-Sep-07 4:25
mveDave Kreskowiak27-Sep-07 4:25 
GeneralRe: How to write a generic method to convert int, long, double, etc to a byte array? Pin
rookie nick27-Sep-07 5:43
rookie nick27-Sep-07 5:43 
GeneralRe: How to write a generic method to convert int, long, double, etc to a byte array? Pin
rookie nick27-Sep-07 6:26
rookie nick27-Sep-07 6:26 
QuestionCreating Textbox with Checkbox Pin
Can_8526-Sep-07 11:41
Can_8526-Sep-07 11:41 
AnswerRe: Creating Textbox with Checkbox Pin
pmarfleet26-Sep-07 11:57
pmarfleet26-Sep-07 11:57 
GeneralRe: Creating Textbox with Checkbox Pin
Can_8526-Sep-07 12:00
Can_8526-Sep-07 12:00 
AnswerRe: Creating Textbox with Checkbox Pin
Xmen Real 26-Sep-07 14:09
professional Xmen Real 26-Sep-07 14:09 
try this :
private void button1_Click(object sender, EventArgs e)
        {
            System.Windows.Forms.TextBox textBox1 = new System.Windows.Forms.TextBox();
            textBox1.Location = new System.Drawing.Point(81, 110);
            textBox1.Name = "textBox1";
            textBox1.Size = new System.Drawing.Size(100, 20);
            textBox1.TabIndex = 1;
            this.Controls.Add(textBox1);
        }


Becoming Programmer...

QuestionHow can i know if the string in some RichText Control is too long ? Pin
Yanshof26-Sep-07 11:35
Yanshof26-Sep-07 11:35 
AnswerRe: How can i know if the string in some RichText Control is too long ? Pin
Xmen Real 26-Sep-07 14:19
professional Xmen Real 26-Sep-07 14:19 
GeneralRe: What ?!? Pin
Yanshof26-Sep-07 14:27
Yanshof26-Sep-07 14:27 
GeneralRe: What ?!? Pin
Luc Pattyn26-Sep-07 15:28
sitebuilderLuc Pattyn26-Sep-07 15:28 
QuestionJavaScript : How to use borderstyle Pin
ss.mmm26-Sep-07 11:15
ss.mmm26-Sep-07 11:15 
GeneralRe: JavaScript : How to use borderstyle Pin
Guffa26-Sep-07 11:59
Guffa26-Sep-07 11:59 
AnswerRe: JavaScript : How to use borderstyle Pin
Scott Dorman26-Sep-07 13:18
professionalScott Dorman26-Sep-07 13:18 
GeneralRe: JavaScript : How to use borderstyle Pin
ss.mmm27-Sep-07 3:36
ss.mmm27-Sep-07 3:36 
QuestionJavaScript : How to Pin
ss.mmm26-Sep-07 11:14
ss.mmm26-Sep-07 11:14 
AnswerRe: JavaScript : How to Pin
Paul Conrad26-Sep-07 12:34
professionalPaul Conrad26-Sep-07 12:34 
Questionadding 24 hours onto DateTime variable Pin
rcwoods26-Sep-07 10:45
rcwoods26-Sep-07 10:45 
AnswerRe: adding 24 hours onto DateTime variable Pin
Dan Neely26-Sep-07 10:54
Dan Neely26-Sep-07 10:54 
GeneralRe: adding 24 hours onto DateTime variable Pin
Colin Angus Mackay26-Sep-07 13:05
Colin Angus Mackay26-Sep-07 13:05 
AnswerRe: adding 24 hours onto DateTime variable Pin
Luc Pattyn26-Sep-07 10:55
sitebuilderLuc Pattyn26-Sep-07 10:55 
AnswerRe: adding 24 hours onto DateTime variable Pin
Colin Angus Mackay26-Sep-07 13:08
Colin Angus Mackay26-Sep-07 13:08 
GeneralRe: adding 24 hours onto DateTime variable Pin
Malcolm Smart26-Sep-07 21:08
Malcolm Smart26-Sep-07 21:08 
GeneralRe: adding 24 hours onto DateTime variable Pin
Pete O'Hanlon26-Sep-07 22:13
mvePete O'Hanlon26-Sep-07 22:13 

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.