Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# deployment question Pin
mav.northwind11-May-05 4:47
mav.northwind11-May-05 4:47 
GeneralActiveX Pin
Rassul Yunussov11-May-05 0:22
Rassul Yunussov11-May-05 0:22 
GeneralRe: ActiveX Pin
S. Senthil Kumar11-May-05 0:59
S. Senthil Kumar11-May-05 0:59 
GeneralRe: ActiveX Pin
Polis Pilavas11-May-05 1:02
Polis Pilavas11-May-05 1:02 
GeneralRe: ActiveX Pin
Rassul Yunussov11-May-05 1:10
Rassul Yunussov11-May-05 1:10 
GeneralRe: ActiveX Pin
Polis Pilavas11-May-05 1:11
Polis Pilavas11-May-05 1:11 
GeneralTo Get Data from Clipboard Pin
Mann Khine11-May-05 0:18
Mann Khine11-May-05 0:18 
GeneralRe: To Get Data from Clipboard Pin
hooray11-May-05 0:52
hooray11-May-05 0:52 
the problem here that you cannot set all data to the clipboard. the clipboard cannot handle all types of data. it can only handle data in the formats given in the enum DataFormats.

example:
string str = (String)iData.GetData(DataFormats.Text);

Generaldata transfer betwin server/client Pin
aliarmin10-May-05 23:39
aliarmin10-May-05 23:39 
Generalmailing software in c# Pin
pakFari10-May-05 23:39
pakFari10-May-05 23:39 
GeneralRe: mailing software in c# Pin
Michael P Butler11-May-05 0:00
Michael P Butler11-May-05 0:00 
GeneralRe: mailing software in c# Pin
pakFari11-May-05 22:30
pakFari11-May-05 22:30 
QuestionRegisterClass in C# ? Pin
Vitaly Tomilov10-May-05 23:38
Vitaly Tomilov10-May-05 23:38 
AnswerRe: RegisterClass in C# ? Pin
S. Senthil Kumar11-May-05 1:03
S. Senthil Kumar11-May-05 1:03 
GeneralRe: RegisterClass in C# ? Pin
Vitaly Tomilov11-May-05 1:09
Vitaly Tomilov11-May-05 1:09 
GeneralRe: RegisterClass in C# ? Pin
S. Senthil Kumar11-May-05 1:21
S. Senthil Kumar11-May-05 1:21 
GeneralRe: RegisterClass in C# ? Pin
Vitaly Tomilov11-May-05 3:43
Vitaly Tomilov11-May-05 3:43 
Generalcollision checking in a game Pin
Anonymous10-May-05 23:36
Anonymous10-May-05 23:36 
GeneralStoring List of Integer values. Pin
sugunet10-May-05 23:14
sugunet10-May-05 23:14 
GeneralRe: Storing List of Integer values. Pin
S. Senthil Kumar10-May-05 23:24
S. Senthil Kumar10-May-05 23:24 
GeneralIs the PC connected to the internet Pin
Roggey10-May-05 22:55
Roggey10-May-05 22:55 
GeneralRe: Is the PC connected to the internet Pin
Polis Pilavas11-May-05 0:54
Polis Pilavas11-May-05 0:54 
GeneralMultiple validating events Pin
Morrgan10-May-05 22:19
Morrgan10-May-05 22:19 
GeneralRe: Multiple validating events Pin
Marc Clifton11-May-05 1:46
mvaMarc Clifton11-May-05 1:46 
GeneralRe: Multiple validating events Pin
Morrgan16-May-05 4:48
Morrgan16-May-05 4:48 

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.