Click here to Skip to main content
15,920,468 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak12-Jul-04 13:28
mveDave Kreskowiak12-Jul-04 13:28 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
James Gohl14-Jul-04 8:58
James Gohl14-Jul-04 8:58 
GeneralPrint to a File Pin
gthompson20059-Jul-04 19:11
gthompson20059-Jul-04 19:11 
GeneralRe: Print to a File Pin
Dave Kreskowiak10-Jul-04 14:06
mveDave Kreskowiak10-Jul-04 14:06 
GeneralRe: Print to a File Pin
gthompson200510-Jul-04 14:31
gthompson200510-Jul-04 14:31 
GeneralRe: Print to a File Pin
Dave Kreskowiak10-Jul-04 14:42
mveDave Kreskowiak10-Jul-04 14:42 
GeneralRe: Print to a File Pin
gthompson200510-Jul-04 15:01
gthompson200510-Jul-04 15:01 
Generalmodeless dialog Pin
nnjj9-Jul-04 6:14
nnjj9-Jul-04 6:14 
Hello

I want to create a modeless dialog addin in EXCEL by using VB.NET 2002.

I found a following good document and I could successfully compile it. Then I could open a modal dialog in EXCEL.

"Tips and Tricks: Building Microsoft Office Add-ins with
Visual C# .NET and Visual Basic .NET"

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchtipstricksbuildingmicrosoftofficeadd-inswithvisualcnetvisualbasicnet.asp

In the document, I changed the following command

selectionForm.ShowDialog()

to

selectionForm.Show()

and I could successfully open modeless dialog.


HOWEVER, this dialog window is hidden under the EXCEL window when the EXCEL window is set to TOP position by clicking its title bar.

In VBA, I know that modeless dialog window is always shown above the EXCEL window when the EXCEL title bar is clicked.

In VB.NET, I want to make my modeless dialog shown always above the EXCEL window like VBA.

I think that the AddOwnedForm() command will be a solution, but I could not done it yet.

If anybody here has experience to create modeless dialog in EXCEL using VB.NET 2002, Please let me know how to do this.
Best Regards,

nnj
Japan
GeneralDebug levels Pin
Boniolopez9-Jul-04 3:30
Boniolopez9-Jul-04 3:30 
GeneralRe: Debug levels Pin
Dave Kreskowiak9-Jul-04 4:04
mveDave Kreskowiak9-Jul-04 4:04 
GeneralRe: Debug levels Pin
Boniolopez9-Jul-04 4:28
Boniolopez9-Jul-04 4:28 
GeneralRe: Debug levels Pin
Dave Kreskowiak9-Jul-04 5:50
mveDave Kreskowiak9-Jul-04 5:50 
Generalgive vb code Pin
nazerudeen9-Jul-04 2:15
nazerudeen9-Jul-04 2:15 
GeneralRe: give vb code Pin
Dave Kreskowiak9-Jul-04 3:45
mveDave Kreskowiak9-Jul-04 3:45 
Generalgive vb code Pin
nazerudeen9-Jul-04 1:54
nazerudeen9-Jul-04 1:54 
GeneralRe: give vb code Pin
Dave Kreskowiak9-Jul-04 3:42
mveDave Kreskowiak9-Jul-04 3:42 
GeneralPassing Parameter value from VB.net to MySql Pin
Member 12217979-Jul-04 1:39
Member 12217979-Jul-04 1:39 
GeneralRe: Passing Parameter value from VB.net to MySql Pin
The Man from U.N.C.L.E.19-Jul-04 7:24
The Man from U.N.C.L.E.19-Jul-04 7:24 
GeneralRe: Passing Parameter value from VB.net to MySql Pin
Member 122179719-Jul-04 16:26
Member 122179719-Jul-04 16:26 
QuestionProblems calling form from windows service? Pin
mythinky8-Jul-04 23:18
mythinky8-Jul-04 23:18 
GeneralParallel port vs VB.net vs ASP.net Pin
marcus_gsh8-Jul-04 20:54
sussmarcus_gsh8-Jul-04 20:54 
GeneralRe: Parallel port vs VB.net vs ASP.net Pin
Dave Kreskowiak9-Jul-04 2:37
mveDave Kreskowiak9-Jul-04 2:37 
GeneralIE Explorer Toolbar - like google Pin
Claudio Chiappetta8-Jul-04 17:50
Claudio Chiappetta8-Jul-04 17:50 
GeneralRe: IE Explorer Toolbar - like google Pin
Dave Kreskowiak9-Jul-04 5:35
mveDave Kreskowiak9-Jul-04 5:35 
Generalsaving the state of a textbox in Windows application Pin
Anonymous8-Jul-04 10:41
Anonymous8-Jul-04 10:41 

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.