Click here to Skip to main content
15,917,808 members
Home / Discussions / C#
   

C#

 
GeneralRe: inserting image and text in MS word Pin
Niiiissssshhhhhuuuuu22-Dec-06 18:34
Niiiissssshhhhhuuuuu22-Dec-06 18:34 
GeneralRe: inserting image and text in MS word Pin
ednrgc28-Dec-06 1:56
ednrgc28-Dec-06 1:56 
QuestionHow to use "cout" in a c++ dll in C# [modified] Pin
zqi950422-Dec-06 0:01
zqi950422-Dec-06 0:01 
AnswerRe: How to use "cout" in a c++ dll in C# Pin
Karthik Kalyanasundaram22-Dec-06 5:55
Karthik Kalyanasundaram22-Dec-06 5:55 
GeneralRe: How to use "cout" in a c++ dll in C# Pin
zqi950424-Dec-06 14:27
zqi950424-Dec-06 14:27 
QuestionODBCDataAdapter Pin
KishoreT21-Dec-06 23:58
KishoreT21-Dec-06 23:58 
Questionprogress control bar Pin
quiteSmart21-Dec-06 23:54
quiteSmart21-Dec-06 23:54 
AnswerRe: progress control bar Pin
KishoreT22-Dec-06 0:11
KishoreT22-Dec-06 0:11 
The following code can help
drag and drop on form, adjust the size as per your requirements.

private System.Windows.Forms.ProgressBar progressBar1;
this.progressBar1 = new System.Windows.Forms.ProgressBar();

progressBar1.Maximum = 100;
progressBar1.Minimum = 0;
progressBar1.Step = 100 /10;


GeneralRe: progress control bar Pin
quiteSmart22-Dec-06 0:58
quiteSmart22-Dec-06 0:58 
GeneralRe: progress control bar Pin
MoustafaS22-Dec-06 6:24
MoustafaS22-Dec-06 6:24 
AnswerRe: progress control bar Pin
chat_sp2001@yahoo.com22-Dec-06 5:49
chat_sp2001@yahoo.com22-Dec-06 5:49 
QuestionHow to read a exact word from a text file Pin
NK721-Dec-06 23:53
NK721-Dec-06 23:53 
AnswerRe: How to read a exact word from a text file Pin
ednrgc22-Dec-06 2:59
ednrgc22-Dec-06 2:59 
Questionhow to provide help facility in a windows Application Pin
Rocky#21-Dec-06 23:33
Rocky#21-Dec-06 23:33 
AnswerRe: how to provide help facility in a windows Application Pin
Pete O'Hanlon22-Dec-06 0:24
mvePete O'Hanlon22-Dec-06 0:24 
GeneralRe: how to provide help facility in a windows Application Pin
Rocky#22-Dec-06 0:31
Rocky#22-Dec-06 0:31 
QuestionAxShockwaveFlashObject Pin
Nafiseh Salmani21-Dec-06 23:23
Nafiseh Salmani21-Dec-06 23:23 
QuestionHow to automatically back up a database from the Windows Application Pin
Rocky#21-Dec-06 23:01
Rocky#21-Dec-06 23:01 
AnswerRe: How to automatically back up a database from the Windows Application Pin
Frank Kerrigan21-Dec-06 23:35
Frank Kerrigan21-Dec-06 23:35 
GeneralRe: How to automatically back up a database from the Windows Application Pin
Rocky#21-Dec-06 23:49
Rocky#21-Dec-06 23:49 
Questiontoolstrip in reverse order Pin
GunaChinna21-Dec-06 22:45
GunaChinna21-Dec-06 22:45 
AnswerRe: toolstrip in reverse order Pin
quiteSmart21-Dec-06 22:54
quiteSmart21-Dec-06 22:54 
GeneralRe: toolstrip in reverse order Pin
GunaChinna21-Dec-06 23:05
GunaChinna21-Dec-06 23:05 
QuestionHow to save data in file from a NetowrkStream? Pin
choopie21-Dec-06 21:53
choopie21-Dec-06 21:53 
AnswerRe: How to save data in file from a NetowrkStream? Pin
MarkPhB21-Dec-06 22:24
MarkPhB21-Dec-06 22:24 

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.