Click here to Skip to main content
15,911,039 members
Home / Discussions / C#
   

C#

 
Questionread xml string into Database Pin
PaulaM28-Sep-06 21:15
PaulaM28-Sep-06 21:15 
AnswerRe: read xml string into Database Pin
Stefan Troschuetz28-Sep-06 21:45
Stefan Troschuetz28-Sep-06 21:45 
AnswerRe: read xml string into Database Pin
Hamid_RT29-Sep-06 9:04
Hamid_RT29-Sep-06 9:04 
QuestionConverting .rpt to .pdf file Pin
May Thu san28-Sep-06 20:57
May Thu san28-Sep-06 20:57 
AnswerRe: Converting .rpt to .pdf file Pin
Christian Graus28-Sep-06 20:59
protectorChristian Graus28-Sep-06 20:59 
AnswerRe: Converting .rpt to .pdf file Pin
jeyapandian28-Sep-06 21:16
jeyapandian28-Sep-06 21:16 
QuestionprogressBar Pin
Parshant Verma28-Sep-06 20:07
Parshant Verma28-Sep-06 20:07 
AnswerRe: progressBar Pin
Christian Graus28-Sep-06 21:00
protectorChristian Graus28-Sep-06 21:00 
If you're reading one byte at a time, your progress bar will work, at the cost of the operation being slow.

You can call Application.DoEvents to make your form repaint, or put the byte reading code in another thread to your UI.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

QuestionRe: progressBar Pin
Parshant Verma28-Sep-06 21:16
Parshant Verma28-Sep-06 21:16 
AnswerRe: progressBar Pin
jeyapandian28-Sep-06 21:21
jeyapandian28-Sep-06 21:21 
QuestionRe: progressBar Pin
Parshant Verma28-Sep-06 22:14
Parshant Verma28-Sep-06 22:14 
AnswerRe: progressBar Pin
Christian Graus29-Sep-06 10:06
protectorChristian Graus29-Sep-06 10:06 
QuestionDatetime to integer conversion and vice versa Pin
H he el el oooo28-Sep-06 19:42
H he el el oooo28-Sep-06 19:42 
AnswerRe: Datetime to integer conversion and vice versa Pin
Christian Graus28-Sep-06 20:57
protectorChristian Graus28-Sep-06 20:57 
GeneralRe: Datetime to integer conversion and vice versa Pin
madhusri28-Sep-06 22:35
madhusri28-Sep-06 22:35 
GeneralRe: Datetime to integer conversion and vice versa Pin
Christian Graus29-Sep-06 10:19
protectorChristian Graus29-Sep-06 10:19 
AnswerRe: Datetime to integer conversion and vice versa Pin
aamironline28-Sep-06 20:57
aamironline28-Sep-06 20:57 
GeneralRe: Datetime to integer conversion and vice versa Pin
madhusri28-Sep-06 22:36
madhusri28-Sep-06 22:36 
GeneralRe: Datetime to integer conversion and vice versa Pin
Dan Neely29-Sep-06 2:15
Dan Neely29-Sep-06 2:15 
QuestionAny Better Code Visualizer or FlowChart Generator ? Pin
Nadia Monalisa28-Sep-06 19:13
Nadia Monalisa28-Sep-06 19:13 
QuestionMonth Problem Pin
prabhakar dwivedi28-Sep-06 18:40
prabhakar dwivedi28-Sep-06 18:40 
AnswerRe: Month Problem Pin
Christian Graus28-Sep-06 18:45
protectorChristian Graus28-Sep-06 18:45 
AnswerRe: Month Problem Pin
aamironline28-Sep-06 21:13
aamironline28-Sep-06 21:13 
QuestionActive directory SID Pin
skrishnasarma28-Sep-06 18:36
skrishnasarma28-Sep-06 18:36 
QuestionHow to set default sound card devices in c# Pin
YogeshRT28-Sep-06 18:29
YogeshRT28-Sep-06 18:29 

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.