Click here to Skip to main content
15,898,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncode for forex exchange using vb.net 2003 Pin
Stormint11-May-07 3:19
Stormint11-May-07 3:19 
AnswerRe: code for forex exchange using vb.net 2003 Pin
Dave Kreskowiak11-May-07 3:57
mveDave Kreskowiak11-May-07 3:57 
AnswerRe: Data Reports Pin
Dave Kreskowiak11-May-07 3:55
mveDave Kreskowiak11-May-07 3:55 
QuestionVisual Basic.Net Integration Pin
Vimalsoft(Pty) Ltd11-May-07 2:24
professionalVimalsoft(Pty) Ltd11-May-07 2:24 
AnswerRe: Visual Basic.Net Integration Pin
Christian Graus11-May-07 2:30
protectorChristian Graus11-May-07 2:30 
GeneralRe: Visual Basic.Net Integration Pin
Vimalsoft(Pty) Ltd11-May-07 2:44
professionalVimalsoft(Pty) Ltd11-May-07 2:44 
GeneralRe: Visual Basic.Net Integration Pin
Steven J Jowett11-May-07 3:12
Steven J Jowett11-May-07 3:12 
GeneralRe: Visual Basic.Net Integration Pin
Dave Kreskowiak11-May-07 3:53
mveDave Kreskowiak11-May-07 3:53 
Steven is correct. If you don't have the source code to the other app or it doesn't expose any kind of functionality to add controls, you're out of luck.

You can't add another control to a seperate application without pulling off some serious C++ and Win32-Fu. The technique is called "DLL Injection" and it can't be done using Managed Code.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionHow to disable Ctrl P keys in vb.net Pin
koolprasad200311-May-07 2:22
professionalkoolprasad200311-May-07 2:22 
AnswerRe: How to disable Ctrl P keys in vb.net Pin
Christian Graus11-May-07 2:30
protectorChristian Graus11-May-07 2:30 
GeneralRe: How to disable Ctrl P keys in vb.net Pin
Dave Kreskowiak11-May-07 3:45
mveDave Kreskowiak11-May-07 3:45 
AnswerRe: How to disable Ctrl P keys in vb.net Pin
Dave Kreskowiak11-May-07 3:47
mveDave Kreskowiak11-May-07 3:47 
GeneralRe: How to disable Ctrl P keys in vb.net Pin
Christian Graus11-May-07 18:06
protectorChristian Graus11-May-07 18:06 
Questionsetup in vb.net 2005 Pin
Sonia Gupta11-May-07 2:17
Sonia Gupta11-May-07 2:17 
AnswerRe: setup in vb.net 2005 Pin
Christian Graus11-May-07 2:32
protectorChristian Graus11-May-07 2:32 
GeneralRe: setup in vb.net 2005 Pin
Sonia Gupta11-May-07 19:14
Sonia Gupta11-May-07 19:14 
AnswerRe: setup in vb.net 2005 Pin
kubben11-May-07 3:08
kubben11-May-07 3:08 
GeneralRe: setup in vb.net 2005 Pin
Sonia Gupta11-May-07 19:14
Sonia Gupta11-May-07 19:14 
Questionhow to solve this error in vb.net code? Pin
sathyan_829411-May-07 1:29
sathyan_829411-May-07 1:29 
AnswerRe: how to solve this error in vb.net code? Pin
Christian Graus11-May-07 1:40
protectorChristian Graus11-May-07 1:40 
AnswerRe: how to solve this error in vb.net code? Pin
Dave Kreskowiak11-May-07 3:42
mveDave Kreskowiak11-May-07 3:42 
QuestionDataGridView Readonly Question Pin
_mubashir11-May-07 0:50
_mubashir11-May-07 0:50 
AnswerRe: DataGridView Readonly Question Pin
Dave Kreskowiak11-May-07 3:38
mveDave Kreskowiak11-May-07 3:38 
GeneralRe: DataGridView Readonly Question Pin
_mubashir11-May-07 6:07
_mubashir11-May-07 6:07 
GeneralRe: DataGridView Readonly Question Pin
_mubashir11-May-07 8:05
_mubashir11-May-07 8:05 

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.