Click here to Skip to main content
15,887,812 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Send a Text Message to a Cell Phone from a VB.NET Application Pin
Richard MacCutchan13-Feb-14 21:54
mveRichard MacCutchan13-Feb-14 21:54 
AnswerRe: Send a Text Message to a Cell Phone from a VB.NET Application Pin
Simon_Whale13-Feb-14 22:21
Simon_Whale13-Feb-14 22:21 
GeneralRe: Send a Text Message to a Cell Phone from a VB.NET Application Pin
MyOwnBoss7-Mar-14 13:52
MyOwnBoss7-Mar-14 13:52 
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 
I am just wondering if it's posible to make that?

I have my MyApplication.exe inside my form and I want it to be just fix on its location?

VB
System.Diagnostics.Process.Start("MyApplication")'My Application.exe
           Dim P As System.Diagnostics.Process = System.Diagnostics.Process.GetProcessesByName("MyApplication")(0)
           P.WaitForInputIdle()
           SetParent(P.MainWindowHandle, Me.Panel1.Handle)


We can resize the panel by adding
MoveWindow(P.MainWindowHandle, 0, 0, 500, 300, True)


but its posible to make it fix on that location?

modified 11-Feb-14 10:52am.

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 
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 

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.