Click here to Skip to main content
15,920,618 members
Home / Discussions / C#
   

C#

 
GeneralRe: VC++ DLL LIB and OCX in C# Win Form Application Pin
Luc Pattyn3-Jan-09 1:33
sitebuilderLuc Pattyn3-Jan-09 1:33 
QuestionTo enter values in GridView dynamically after clicking edit link in GridView Pin
suni_dotnet1-Jan-09 6:40
suni_dotnet1-Jan-09 6:40 
QuestionReadString, ReadChar(s), ReadByte(s)... Pin
Jumpin' Jeff1-Jan-09 6:15
Jumpin' Jeff1-Jan-09 6:15 
AnswerRe: ReadString, ReadChar(s), ReadByte(s)... Pin
PIEBALDconsult1-Jan-09 6:19
mvePIEBALDconsult1-Jan-09 6:19 
GeneralRe: ReadString, ReadChar(s), ReadByte(s)... Pin
Luc Pattyn1-Jan-09 6:45
sitebuilderLuc Pattyn1-Jan-09 6:45 
GeneralRe: ReadString, ReadChar(s), ReadByte(s)... Pin
Jumpin' Jeff1-Jan-09 9:33
Jumpin' Jeff1-Jan-09 9:33 
Questionbutton click through another program Pin
Deresen1-Jan-09 2:38
Deresen1-Jan-09 2:38 
AnswerRe: button click through another program Pin
Christian Graus1-Jan-09 2:59
protectorChristian Graus1-Jan-09 2:59 
You can find the window handle of the button and send it a message. It's fiddly, hacky and ugly, but it will work.

The second half, you can write a system wide keyboard hook, or another program which, when it's got the focus, gets the keyboard event, then finds that window and sends it the message.

Christian Graus

Driven to the arms of OSX by Vista.

AnswerRe: button click through another program Pin
Silvyster1-Jan-09 12:43
Silvyster1-Jan-09 12:43 
GeneralRe: button click through another program Pin
Deresen1-Jan-09 21:14
Deresen1-Jan-09 21:14 
AnswerRe: button click through another program Pin
Eddy Vluggen2-Jan-09 2:03
professionalEddy Vluggen2-Jan-09 2:03 
GeneralRe: button click through another program Pin
Deresen2-Jan-09 2:14
Deresen2-Jan-09 2:14 
GeneralRe: button click through another program Pin
Eddy Vluggen2-Jan-09 2:26
professionalEddy Vluggen2-Jan-09 2:26 
GeneralRe: button click through another program Pin
Deresen2-Jan-09 2:31
Deresen2-Jan-09 2:31 
QuestionObject reference not set to an instance of an object.? Pin
dec821-Jan-09 2:06
dec821-Jan-09 2:06 
AnswerRe: Object reference not set to an instance of an object.? Pin
Christian Graus1-Jan-09 2:08
protectorChristian Graus1-Jan-09 2:08 
GeneralRe: Object reference not set to an instance of an object.? Pin
dec821-Jan-09 2:10
dec821-Jan-09 2:10 
GeneralRe: Object reference not set to an instance of an object.? Pin
Christian Graus1-Jan-09 2:36
protectorChristian Graus1-Jan-09 2:36 
GeneralRe: Object reference not set to an instance of an object.? Pin
dec821-Jan-09 2:59
dec821-Jan-09 2:59 
GeneralRe: Object reference not set to an instance of an object.? Pin
Christian Graus1-Jan-09 3:08
protectorChristian Graus1-Jan-09 3:08 
GeneralRe: Object reference not set to an instance of an object.? Pin
dec821-Jan-09 3:58
dec821-Jan-09 3:58 
QuestionCrystal Report Designer Pin
spiritboy31-Dec-08 23:19
spiritboy31-Dec-08 23:19 
Question[newbie] [error] must declare a body because it is not marked abstract, extern, or partial Pin
jon-8031-Dec-08 23:01
professionaljon-8031-Dec-08 23:01 
AnswerRe: [newbie] [error] must declare a body because it is not marked abstract, extern, or partial Pin
beatles169231-Dec-08 23:25
beatles169231-Dec-08 23:25 
Questionadding 2 hashtable Pin
tejesh12331-Dec-08 20:48
tejesh12331-Dec-08 20: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.