Click here to Skip to main content
15,896,278 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCreating MySql views Pin
SPSandy12-Feb-14 17:40
SPSandy12-Feb-14 17:40 
AnswerRe: Creating MySql views Pin
Eddy Vluggen12-Feb-14 22:30
professionalEddy Vluggen12-Feb-14 22:30 
SuggestionRe: Creating MySql views Pin
Eddy Vluggen13-Feb-14 10:11
professionalEddy Vluggen13-Feb-14 10:11 
GeneralRe: Creating MySql views Pin
SPSandy16-Mar-14 5:45
SPSandy16-Mar-14 5:45 
QuestionMake An Exe Inside My Panel Become Unmoveable Pin
EYESTRA1N11-Feb-14 4:12
EYESTRA1N11-Feb-14 4:12 
AnswerRe: Make An Exe Inside My Panel Become Unmoveable Pin
Chris Quinn11-Feb-14 4:41
Chris Quinn11-Feb-14 4:41 
AnswerRe: Make An Exe Inside My Panel Become Unmoveable Pin
EYESTRA1N11-Feb-14 5:13
EYESTRA1N11-Feb-14 5:13 
AnswerRe: Make An Exe Inside My Panel Become Unmoveable Pin
Dave Kreskowiak11-Feb-14 7:33
mveDave Kreskowiak11-Feb-14 7:33 
No, you can't. You don't have direct control over the window of a seperate process.

The thing is that the external process does not know it's window is inside your window. It thinks and works exactly like it was running on the desktop. The desktop is itself a window, just like your Panel control.

If the user grabs the title bar of the external process, they can move the window around and your code will not know anything about it. There are no events that tell you if the external process window is being moved.

The users can also hit the minimize and maximized buttons on the external process window and they will work, just as if the window was on the desktop. You can't 100% stop that from happening.

AnswerRe: Make An Exe Inside My Panel Become Unmoveable Pin
Eddy Vluggen11-Feb-14 8:29
professionalEddy Vluggen11-Feb-14 8:29 
GeneralRe: Make An Exe Inside My Panel Become Unmoveable Pin
EYESTRA1N11-Feb-14 18:11
EYESTRA1N11-Feb-14 18:11 
GeneralView Word Document in Vb.Net Form Visual Studio 2012 Pin
Danish198711-Feb-14 1:02
Danish198711-Feb-14 1:02 
GeneralRe: View Word Document in Vb.Net Form Visual Studio 2012 Pin
Richard Deeming11-Feb-14 1:13
mveRichard Deeming11-Feb-14 1:13 
GeneralRe: View Word Document in Vb.Net Form Visual Studio 2012 Pin
Danish198711-Feb-14 1:24
Danish198711-Feb-14 1:24 
GeneralRe: View Word Document in Vb.Net Form Visual Studio 2012 Pin
Eddy Vluggen11-Feb-14 3:02
professionalEddy Vluggen11-Feb-14 3:02 
QuestionPrintPreviewControl at Zoom In Page Right and Bottom Margin Spaces Not Appear?? Pin
Nicomendox10-Feb-14 10:33
Nicomendox10-Feb-14 10:33 
QuestionSms in Vb.net Pin
sadish69-Feb-14 19:59
sadish69-Feb-14 19:59 
AnswerRe: Sms in Vb.net Pin
Chris Quinn9-Feb-14 21:14
Chris Quinn9-Feb-14 21:14 
QuestionSelect statement with checkbox Pin
Gentry_389-Feb-14 17:48
Gentry_389-Feb-14 17:48 
AnswerRe: Select statement with checkbox Pin
Mycroft Holmes9-Feb-14 17:56
professionalMycroft Holmes9-Feb-14 17:56 
GeneralRe: Select statement with checkbox Pin
Gentry_389-Feb-14 18:23
Gentry_389-Feb-14 18:23 
GeneralRe: Select statement with checkbox Pin
Gentry_389-Feb-14 18:29
Gentry_389-Feb-14 18:29 
QuestionEmbed VLC in VB.net 2008 Express Edition Pin
Almas Akhtr9-Feb-14 3:16
Almas Akhtr9-Feb-14 3:16 
AnswerRe: Embed VLC in VB.net 2008 Express Edition Pin
Dave Kreskowiak9-Feb-14 4:57
mveDave Kreskowiak9-Feb-14 4:57 
Questionlinking multiple tables(3 or more tables) using sql select query in vb6 Pin
Member 102487687-Feb-14 0:32
Member 102487687-Feb-14 0:32 
AnswerRe: linking multiple tables(3 or more tables) using sql select query in vb6 Pin
Dave Kreskowiak7-Feb-14 7:44
mveDave Kreskowiak7-Feb-14 7: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.