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

C#

 
AnswerRe: Sending byte array(data) to a URL with POST or GET Pin
harold aptroot12-Apr-09 7:09
harold aptroot12-Apr-09 7:09 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Member 441789212-Apr-09 7:17
Member 441789212-Apr-09 7:17 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
harold aptroot12-Apr-09 7:43
harold aptroot12-Apr-09 7:43 
AnswerRe: Sending byte array(data) to a URL with POST or GET Pin
Luc 64801112-Apr-09 8:23
Luc 64801112-Apr-09 8:23 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Member 441789212-Apr-09 9:10
Member 441789212-Apr-09 9:10 
GeneralRe: Sending byte array(data) to a URL with POST or GET Pin
Luc 64801112-Apr-09 9:33
Luc 64801112-Apr-09 9:33 
Questionthreading question Pin
Rafone12-Apr-09 6:45
Rafone12-Apr-09 6:45 
AnswerRe: threading question Pin
Luc 64801112-Apr-09 7:05
Luc 64801112-Apr-09 7:05 
Hi,

GUI stuff has to be handled on the main or GUI thread; it is the time-consuming other things your app does that should be delegated to one or more other threads; real threads, or ThreadPool threads, or BackgroundWorkers. BTW: Such threads are not allowed to touch the GUI Controls, unless they use Control.InvokeRequired & Control.Invoke.

Smile | :)
GeneralRe: threading question Pin
Rafone12-Apr-09 8:42
Rafone12-Apr-09 8:42 
Questionhow to make admin form Pin
manika12312-Apr-09 6:34
manika12312-Apr-09 6:34 
AnswerRe: how to make admin form Pin
EliottA12-Apr-09 6:35
EliottA12-Apr-09 6:35 
QuestionWhat is the base for making chat program Pin
E_Gold12-Apr-09 4:32
E_Gold12-Apr-09 4:32 
AnswerRe: What is the base for making chat program Pin
fly90412-Apr-09 4:37
fly90412-Apr-09 4:37 
Questionbuilding tree Pin
Reza S12-Apr-09 1:30
Reza S12-Apr-09 1:30 
QuestionShortcut key for a button ? Pin
Mohammad Dayyan12-Apr-09 1:12
Mohammad Dayyan12-Apr-09 1:12 
AnswerRe: Shortcut key for a button ? Pin
Henry Minute12-Apr-09 1:30
Henry Minute12-Apr-09 1:30 
GeneralRe: Shortcut key for a button ? Pin
Mohammad Dayyan12-Apr-09 1:34
Mohammad Dayyan12-Apr-09 1:34 
GeneralRe: Shortcut key for a button ? Pin
Henry Minute12-Apr-09 4:17
Henry Minute12-Apr-09 4:17 
GeneralRe: Shortcut key for a button ? Pin
Mohammad Dayyan13-Apr-09 1:23
Mohammad Dayyan13-Apr-09 1:23 
GeneralRe: Shortcut key for a button ? Pin
DaveyM6912-Apr-09 21:00
professionalDaveyM6912-Apr-09 21:00 
GeneralRe: Shortcut key for a button ? Pin
Mohammad Dayyan13-Apr-09 1:24
Mohammad Dayyan13-Apr-09 1:24 
QuestionDisplaying MessageBox from a Console application Pin
Rajdeep.NET is BACK12-Apr-09 0:17
Rajdeep.NET is BACK12-Apr-09 0:17 
AnswerRe: Displaying MessageBox from a Console application Pin
Eddy Vluggen12-Apr-09 0:30
professionalEddy Vluggen12-Apr-09 0:30 
QuestionLast modified time in file. Pin
Karmendra Suthar11-Apr-09 23:27
Karmendra Suthar11-Apr-09 23:27 
AnswerRe: Last modified time in file. Pin
Karmendra Suthar11-Apr-09 23:28
Karmendra Suthar11-Apr-09 23:28 

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.