Click here to Skip to main content
15,891,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display Waveform Pin
Klazen12-Sep-07 7:55
Klazen12-Sep-07 7:55 
Questionvector drawing in wpf Pin
donovan.solms11-Sep-07 12:39
donovan.solms11-Sep-07 12:39 
QuestionOpening large files / sockets [solved] Pin
Anthony Mushrow11-Sep-07 12:22
professionalAnthony Mushrow11-Sep-07 12:22 
AnswerRe: Opening large files / sockets Pin
Luc Pattyn11-Sep-07 13:25
sitebuilderLuc Pattyn11-Sep-07 13:25 
GeneralRe: Opening large files / sockets [modified] Pin
Anthony Mushrow11-Sep-07 13:37
professionalAnthony Mushrow11-Sep-07 13:37 
GeneralRe: Opening large files / sockets Pin
Luc Pattyn11-Sep-07 14:04
sitebuilderLuc Pattyn11-Sep-07 14:04 
GeneralRe: Opening large files / sockets Pin
Anthony Mushrow11-Sep-07 14:20
professionalAnthony Mushrow11-Sep-07 14:20 
AnswerRe: Opening large files / sockets [solved] Pin
Anthony Mushrow11-Sep-07 14:52
professionalAnthony Mushrow11-Sep-07 14:52 
The progress bar. Set the value Maximum to the length of the file, and the Value of the bar to the current position. It was the quickest way for testing purposes, and now it comes back to haunt me.

I even checked how it would react with a console app, which revealed it would just be set to the maximum number for an int, if the file length was too long. But apparently, it makes the app stop, no cryptic error, nothing, it just stops.

Still, i'll just set the max to 100 and use a percentage. So glad i figured that out, i wouldn't have been able to sleep.
And tomorrow, lots of try and catch.

Thanks for the help.
GeneralRe: Opening large files / sockets [solved] Pin
Luc Pattyn11-Sep-07 16:15
sitebuilderLuc Pattyn11-Sep-07 16:15 
GeneralRe: Opening large files / sockets [solved] Pin
Anthony Mushrow12-Sep-07 2:06
professionalAnthony Mushrow12-Sep-07 2:06 
QuestionC# equivalent of getch () Pin
Jordanwb11-Sep-07 11:48
Jordanwb11-Sep-07 11:48 
AnswerRe: C# equivalent of getch () Pin
User 665811-Sep-07 12:14
User 665811-Sep-07 12:14 
GeneralRe: C# equivalent of getch () Pin
Jordanwb11-Sep-07 12:23
Jordanwb11-Sep-07 12:23 
AnswerRe: C# equivalent of getch () Pin
Dave Doknjas11-Sep-07 14:08
Dave Doknjas11-Sep-07 14:08 
GeneralRe: C# equivalent of getch () Pin
Jordanwb11-Sep-07 14:15
Jordanwb11-Sep-07 14:15 
GeneralRe: C# equivalent of getch () Pin
Dave Doknjas11-Sep-07 14:33
Dave Doknjas11-Sep-07 14:33 
GeneralRe: C# equivalent of getch () Pin
Jordanwb11-Sep-07 15:10
Jordanwb11-Sep-07 15:10 
GeneralRe: C# equivalent of getch () Pin
Brady Kelly11-Sep-07 22:11
Brady Kelly11-Sep-07 22:11 
GeneralRe: C# equivalent of getch () Pin
Jordanwb12-Sep-07 8:33
Jordanwb12-Sep-07 8:33 
QuestionGet an object from a handle [modified] Pin
Skippums11-Sep-07 11:12
Skippums11-Sep-07 11:12 
AnswerRe: Get an object from a handle Pin
Luc Pattyn11-Sep-07 13:22
sitebuilderLuc Pattyn11-Sep-07 13:22 
GeneralRe: Get an object from a handle Pin
Skippums12-Sep-07 4:18
Skippums12-Sep-07 4:18 
GeneralRe: Get an object from a handle Pin
Luc Pattyn12-Sep-07 4:58
sitebuilderLuc Pattyn12-Sep-07 4:58 
QuestionCan I make a partial font in C#? Pin
Robert Royall11-Sep-07 11:05
Robert Royall11-Sep-07 11:05 
QuestionTextBox Pin
Assaf8211-Sep-07 10:31
Assaf8211-Sep-07 10:31 

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.