Click here to Skip to main content
15,860,859 members
Home / Discussions / C#
   

C#

 
AnswerRe: Obfuscator / Optimizer? Pin
leppie14-Jul-03 7:20
leppie14-Jul-03 7:20 
AnswerRe: Obfuscator / Optimizer? Pin
J. Dunlap14-Jul-03 7:58
J. Dunlap14-Jul-03 7:58 
GeneralRe: Obfuscator / Optimizer? Pin
leppie14-Jul-03 9:07
leppie14-Jul-03 9:07 
GeneralRe: Obfuscator / Optimizer? Pin
J. Dunlap14-Jul-03 10:40
J. Dunlap14-Jul-03 10:40 
GeneralSql Currency and a textBox Pin
totig14-Jul-03 1:57
totig14-Jul-03 1:57 
GeneralRe: Sql Currency and a textBox Pin
Not Active14-Jul-03 2:35
mentorNot Active14-Jul-03 2:35 
GeneralRe: Sql Currency and a textBox Pin
totig14-Jul-03 2:49
totig14-Jul-03 2:49 
QuestionHow to paste external window to my form? Pin
..Hubert..14-Jul-03 1:37
..Hubert..14-Jul-03 1:37 
Hi!
I need to paste window from some external program (let's say it's MS Outlook for example) to one of tabs in my application. Is it possible?
My first tought was to find hWnd using win32api, and then try to manipulate window like this:
System.Windows.Forms.Control c=Control.FromHandle(a);
It works fine, but only for current window and its children, returns null for other windows.
I tought about playing with some security setting but have no idea hot to apply them to application.

GeneralChanging the Form's title text Pin
eggie513-Jul-03 22:02
eggie513-Jul-03 22:02 
GeneralRe: Changing the Form's title text Pin
J. Dunlap13-Jul-03 22:06
J. Dunlap13-Jul-03 22:06 
GeneralRe: Changing the Form's title text Pin
eggie513-Jul-03 22:08
eggie513-Jul-03 22:08 
GeneralRe: Changing the Form's title text Pin
Rocky Moore13-Jul-03 22:10
Rocky Moore13-Jul-03 22:10 
GeneralRe: Changing the Form's title text Pin
Rocky Moore13-Jul-03 22:11
Rocky Moore13-Jul-03 22:11 
GeneralRe: Changing the Form's title text Pin
eggie513-Jul-03 22:14
eggie513-Jul-03 22:14 
QuestionCan one thread see that the other one's dead? Pin
Bog13-Jul-03 19:46
Bog13-Jul-03 19:46 
AnswerRe: Can one thread see that the other one's dead? Pin
Richard Deeming14-Jul-03 2:05
mveRichard Deeming14-Jul-03 2:05 
GeneralRe: Can one thread see that the other one's dead? Pin
Bog14-Jul-03 8:54
Bog14-Jul-03 8:54 
GeneralChanging a button Pin
eggie513-Jul-03 18:13
eggie513-Jul-03 18:13 
GeneralRe: Changing a button Pin
Nick Parker13-Jul-03 19:04
protectorNick Parker13-Jul-03 19:04 
GeneralRe: Changing a button Pin
eggie513-Jul-03 19:44
eggie513-Jul-03 19:44 
GeneralGraying out a button Pin
eggie513-Jul-03 16:08
eggie513-Jul-03 16:08 
GeneralRe: Graying out a button Pin
Nick Seng13-Jul-03 16:30
Nick Seng13-Jul-03 16:30 
GeneralRe: Graying out a button Pin
eggie513-Jul-03 16:37
eggie513-Jul-03 16:37 
GeneralRe: Graying out a button Pin
Nick Seng13-Jul-03 17:06
Nick Seng13-Jul-03 17:06 
Generalrich edit component Pin
peterchen13-Jul-03 8:44
peterchen13-Jul-03 8:44 

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.