| Thread | Last Post | Replies |
|
| Architecture advice | 30 Apr 2005 20:46 GMT | 3 |
I am designing a brand new vb.net application. My aim is to have the main app as a shell only and all real functionality is provided by plug-in modules. Modules are to be loaded at runtime depending on which modules are present. Modules also need to communicate to the main app to ...
|
| About menu items shortcuts | 30 Apr 2005 19:57 GMT | 2 |
Is it possible to display Custom Shortcut Keys for menu items. The standard Property Page for menu items allows only selected shortcuts to choose. I tried following text for menu item: "Process\tCtrl+Alt+P" but symbol '\t ' What you can suggest me
|
| Need help loading browser and dynamicaly generating webpage to load | 30 Apr 2005 07:41 GMT | 3 |
I have a vb.net 1.1 winforms app that needs to open webpage reports that contain confidential data. I wanted to use web services where I can encrypt parameters being passed in and also encrypt the web page content coming back. Then in the client app I wanted to decrypt the ...
|
| What's the main difference between Application.Exit() and Application.ExitThread()? | 30 Apr 2005 02:25 GMT | 1 |
Can anyone tell me the difference between ¡yApplication.Exit()¡z and ¡yApplication.ExitThread()¡z? I'm confused by the MSDN's explanation.... I'v try some codings but find nothing different between two of them!
|
| winform fails to set size correctly! | 30 Apr 2005 02:07 GMT | 1 |
There must be something happening behind the scenes to "help" me, but I've got a real problem. I've embedded an AxWebBrowser directly onto a form, and I'm trying to set the size of the form to accomodate the contents. The width sets to a
|
| Problems dynamically changing helpstring for combobox. | 30 Apr 2005 01:05 GMT | 3 |
I am setting the helpstring for all interesting controls to a default in the form load method. I am then using the SelectedIndexChanged of a combobox to dynamically change the help displayed using the popup menu, F1, and the toolltip depending on the currently selected item in ...
|
| GetDirectories for Empty Drive | 29 Apr 2005 23:08 GMT | 3 |
I have a directoryInfo named Folder with a name property of "A:\". I'm then trying to loop through and expand it a level. But when I say: For Each myFolder in Folder.GetDirectories...
|
| Testing for empty drives | 29 Apr 2005 23:08 GMT | 1 |
dim DriveList as string() = Environment.GetLogicalDrives gives me a string array of every drive on the system If I cast any of those strings as a directoryinfo, and it is, for instance, 'A:\' and drive A is empty, I get an exception when it is referenced.
|
| How to open browser and point to URL from winforms app | 29 Apr 2005 23:06 GMT | 1 |
I have a vb.net winforms app and need to open a browser and point it to a URL. How can this be done? Thanks.
|
| unhide window | 29 Apr 2005 20:04 GMT | 1 |
how can I set an app's main window visible from an other application? My problem is, that I know only the handle of the other app's main process, because the application's main window is set to hidden, so it doesn't have a mainwindowHandle, so I can't send a message to it.
|
| Windows application Icon | 29 Apr 2005 19:54 GMT | 1 |
I've modified the Windows application icon (App.ico) and now I can't see it when the application is in runtime and especially I cant't see it as icon of the file myapplication.exe... What should I do to restore the situation? I precise that in Visual Studio, when I open App.ico, I ...
|
| Displaying a horizontally scrollable row of thumbnail images | 29 Apr 2005 19:02 GMT | 1 |
I am new to working with images. Can anyone advise me as to what would be to the most efficient kind of (maybe PictureBox?) control I could use to populate and manipulate a scrollable horizontal Panel containing 10 visible thumbnail images out of some larger number?
|
| Longstanding WinForms bug: System.ComponentModel.Win32Exception: Class already exists | 29 Apr 2005 16:21 GMT | 1 |
http://groups-beta.google.com/group/microsoft.public.vsnet.vstools.office/browse _frm/thread/35b4a645edcfbc3b/07f785365ada27b7?q=System.ComponentModel.Win32Excep tion+%22Class+already+exists%22&rnum=3&hl=en#07f785365ada27b7 We are encountering this bug in our .NET 1.1 (SP1) ...
|
| MDI Container | 29 Apr 2005 13:29 GMT | 1 |
In C# when I change the isMDIContainer property of a Form to true, the background color of the Form changes to a default color set by Visual Stuidio (a dark grey) . Is there a way I can change this color to something of my choice. If so how? Changing the background of the Form ...
|
| ANN: O.W.C. Black Book with .NET | 29 Apr 2005 03:17 GMT | 2 |
Now available at amazon.com and www.lulu.com/owc Chapter preview at http://www.lulu.com/content/82300
|