Click here to Skip to main content
16,017,788 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question on custom attributes Pin
spif200116-May-05 20:25
spif200116-May-05 20:25 
GeneralStretching and Transforming Pictures Pin
Reanalyse16-May-05 20:15
Reanalyse16-May-05 20:15 
GeneralRe: Stretching and Transforming Pictures Pin
Werdna17-May-05 14:52
Werdna17-May-05 14:52 
GeneralRe: Stretching and Transforming Pictures Pin
Reanalyse17-May-05 17:13
Reanalyse17-May-05 17:13 
GeneralGENERAL NETWORK ERROR..CONTACT YOUR DOCUMENTATION Pin
pubududilena16-May-05 19:38
pubududilena16-May-05 19:38 
GeneralRe: GENERAL NETWORK ERROR..CONTACT YOUR DOCUMENTATION Pin
mav.northwind17-May-05 22:05
mav.northwind17-May-05 22:05 
Generalempty project wizard in Visual studio 2005 Pin
Anonymous16-May-05 18:46
Anonymous16-May-05 18:46 
GeneralSetCaretPos is not working Pin
CsharpHelp16-May-05 17:47
sussCsharpHelp16-May-05 17:47 
Hi all
I have used this function
[DllImport("user32")]
public static extern int SetCaretPos(int x, int y);
public void setPos(int x1,int y1)
{
SetCaretPos(x1,y1);
}
to set the position of the caret cursor but it is not setting the position of the caret cursor at the given coordinate please help me out

Questiona Collection of Panel's Problem ? Pin
hareluya16-May-05 17:32
hareluya16-May-05 17:32 
GeneralNeed explanation ... Pin
Francis Chau16-May-05 16:20
Francis Chau16-May-05 16:20 
GeneralRe: Need explanation ... Pin
Christian Graus16-May-05 18:36
protectorChristian Graus16-May-05 18:36 
GeneralRe: Need explanation ... Pin
Francis Chau16-May-05 19:20
Francis Chau16-May-05 19:20 
Generalexporting pure virtual interfaces from managed dll Pin
.dan.g.16-May-05 15:28
professional.dan.g.16-May-05 15:28 
Generalmy application in system tray on windows startup Pin
Sasuko16-May-05 13:45
Sasuko16-May-05 13:45 
GeneralRe: my application in system tray on windows startup Pin
John Arlen116-May-05 15:28
John Arlen116-May-05 15:28 
GeneralRe: my application in system tray on windows startup Pin
Sasuko16-May-05 23:25
Sasuko16-May-05 23:25 
GeneralRe: my application in system tray on windows startup Pin
Drew Noakes17-May-05 1:45
Drew Noakes17-May-05 1:45 
GeneralRe: my application in system tray on windows startup Pin
pubududilena16-May-05 17:11
pubududilena16-May-05 17:11 
GeneralDirectinput question Pin
cardboard4216-May-05 13:41
cardboard4216-May-05 13:41 
QuestionHow do a make a scrolling window for a game? Pin
Anthony Mushrow16-May-05 13:36
professionalAnthony Mushrow16-May-05 13:36 
AnswerRe: How do a make a scrolling window for a game? Pin
Marc Clifton16-May-05 13:53
mvaMarc Clifton16-May-05 13:53 
GeneralDateTimePicker Pin
StephenMcAllister16-May-05 12:46
StephenMcAllister16-May-05 12:46 
GeneralDirectX basic drawing Pin
Kordzik16-May-05 11:55
Kordzik16-May-05 11:55 
GeneralRe: DirectX basic drawing Pin
MoustafaS17-May-05 0:41
MoustafaS17-May-05 0:41 
GeneralHelp with Encoding! Pin
methodincharge16-May-05 7:40
methodincharge16-May-05 7:40 

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.