Click here to Skip to main content
15,923,689 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralThanks Pin
Saksida Bojan21-May-05 10:14
Saksida Bojan21-May-05 10:14 
GeneralGet Full File Name from HANDLE of API "CreateFile" Pin
raf-sp17-May-05 11:25
raf-sp17-May-05 11:25 
GeneralBlocking Character Pin
Saksida Bojan17-May-05 5:03
Saksida Bojan17-May-05 5:03 
GeneralRe: Blocking Character Pin
Christian Graus17-May-05 13:33
protectorChristian Graus17-May-05 13:33 
GeneralRe: Blocking Character Pin
Saksida Bojan18-May-05 0:31
Saksida Bojan18-May-05 0:31 
GeneralRe: Blocking Character Pin
Christian Graus18-May-05 12:39
protectorChristian Graus18-May-05 12:39 
GeneralRe: Blocking Character Pin
Saksida Bojan18-May-05 23:12
Saksida Bojan18-May-05 23:12 
GeneralRe: Blocking Character Pin
Christian Graus19-May-05 12:47
protectorChristian Graus19-May-05 12:47 
Saksida Bojan wrote:
How can i return True and event handel has Void for returning.

Obviously, you're using MC++ events, not the events that C++ supports natively.

KeyEventArgs has a property called 'Handled'. Set it to true. This will in effect do exactly what returning true in pure C++ would do, I would hope. If it's already true, then you need to catch the event further down, but I would hope not.

Saksida Bojan wrote:
i found something on this webpage, but i don't want to write a dll.

LOL - I don't see why you'd need to do that.

Saksida Bojan wrote:
Is this even posible. I had VB6 and was posible with this method. I prefear MC++

Yes, it's possible, but I was giving you pure C++ advice, and you're using .NET events. I've not used MC++, I don't see the point. Sorry if we muddled a bit to get to what I hope is the right answer.



Christian Graus - Microsoft MVP - C++
GeneralThanks For Help Pin
Saksida Bojan19-May-05 20:29
Saksida Bojan19-May-05 20:29 
Questionhow i get CTreeView into my project? Pin
Anonymous15-May-05 17:00
Anonymous15-May-05 17:00 
AnswerRe: how i get CTreeView into my project? Pin
Sheng Jiang 蒋晟23-May-05 18:44
Sheng Jiang 蒋晟23-May-05 18:44 
GeneralI/O in MC++. Pin
mostafa_pasha14-May-05 12:23
mostafa_pasha14-May-05 12:23 
GeneralRe: I/O in MC++. Pin
Christian Graus17-May-05 13:33
protectorChristian Graus17-May-05 13:33 
GeneralRe: I/O in MC++. Pin
mostafa_pasha18-May-05 10:29
mostafa_pasha18-May-05 10:29 
GeneralCSocket and OnIdle processing Pin
popacio13-May-05 20:50
popacio13-May-05 20:50 
GeneralPutting multipal projects together. Pin
Anonymous13-May-05 15:55
Anonymous13-May-05 15:55 
GeneralRe: Putting multipal projects together. Pin
Christian Graus17-May-05 13:36
protectorChristian Graus17-May-05 13:36 
GeneralRe: Putting multipal projects together. Pin
Anonymous18-May-05 5:05
Anonymous18-May-05 5:05 
GeneralRe: Putting multipal projects together. Pin
Anonymous18-May-05 5:08
Anonymous18-May-05 5:08 
GeneralRe: Putting multipal projects together. Pin
Christian Graus18-May-05 12:48
protectorChristian Graus18-May-05 12:48 
QuestionWhat do i use to make a DOS app Pin
Anthony Mushrow13-May-05 7:24
professionalAnthony Mushrow13-May-05 7:24 
AnswerRe: What do i use to make a DOS app Pin
Saksida Bojan16-May-05 22:29
Saksida Bojan16-May-05 22:29 
Generalstring formatting to show hex values Pin
richiemac13-May-05 4:20
richiemac13-May-05 4:20 
GeneralRe: string formatting to show hex values Pin
Saksida Bojan17-May-05 3:26
Saksida Bojan17-May-05 3:26 
GeneralRe: string formatting to show hex values Pin
richiemac17-May-05 4:09
richiemac17-May-05 4:09 

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.