Click here to Skip to main content
15,921,062 members
Home / Discussions / C#
   

C#

 
QuestionListbox using Objects? Pin
codycaillet14-Jul-03 5:35
codycaillet14-Jul-03 5:35 
GeneralGDI+ question Pin
Mazdak14-Jul-03 5:22
Mazdak14-Jul-03 5:22 
GeneralRe: GDI+ question Pin
J. Dunlap14-Jul-03 7:53
J. Dunlap14-Jul-03 7:53 
GeneralRe: GDI+ question Pin
Mazdak14-Jul-03 9:25
Mazdak14-Jul-03 9:25 
GeneralCreating Control Panel Applets in C# Pin
Ian Cope14-Jul-03 4:47
Ian Cope14-Jul-03 4:47 
GeneralRe: Creating Control Panel Applets in C# Pin
Stephane Rodriguez.14-Jul-03 5:51
Stephane Rodriguez.14-Jul-03 5:51 
GeneralDatabase update Pin
Hovik Melkomian14-Jul-03 4:43
Hovik Melkomian14-Jul-03 4:43 
GeneralRe: Database update Pin
Mazdak14-Jul-03 5:24
Mazdak14-Jul-03 5:24 
GeneralShell Context Menu Handlers Pin
Scott Lee14-Jul-03 4:14
Scott Lee14-Jul-03 4:14 
GeneralRe: Shell Context Menu Handlers Pin
Nick Parker14-Jul-03 4:31
protectorNick Parker14-Jul-03 4:31 
QuestionObfuscator / Optimizer? Pin
Rocky Moore14-Jul-03 4:02
Rocky Moore14-Jul-03 4:02 
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 

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.