| Thread | Last Post | Replies |
|
| form placement | 20 Jan 2004 09:16 GMT | 1 |
I use dual monitors with VB.Net Sometimes my forms display on the left monitor and sometimes on the right. However, they seem to be consistent (any one form always displays on the same monitor). Can someone tell me what determines on which monitor the forms will display?
|
| API Problem | 20 Jan 2004 08:42 GMT | 3 |
I have a application which is developed using VB.6.0 The application contains a Frame and Button. when the user click the button then the existing powerpoint(path hot coded) will open and fit into the frame
|
| Container collection | 20 Jan 2004 08:33 GMT | 2 |
One thing I found is that Windows.Forms.Form- and Windows.Forms.UserControl-Objects both create (through VS2k3) a private System.ComponentModel.Container components = null; collection
|
| Force update of db after concurrency violation | 20 Jan 2004 08:19 GMT | 1 |
I'm coping with concurrency errors as detailed in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm l/cpconoptimisticconcurrency.asp but I have a situation where, in a particular situation, I want to force the update command to _always_ write
|
| Localization - how do you do it? | 20 Jan 2004 06:17 GMT | 3 |
[ using C# with WindowsForms ] Hi, I think I've read everything there is to read about localization in dotNET and I still don't get it.
|
| Aborting form load | 20 Jan 2004 00:40 GMT | 5 |
I have a form that checks some things if its load event. If something happens I would like to form handle it gracefully, which means closing. How can I close a form from the load event? I tried this.Close(), but I get a run-time error.
|
| application location | 19 Jan 2004 22:45 GMT | 2 |
How can I find where my application is installed? I have a Windows Service installed in C:\Program Files\MyApp I tried using Directory.GetCurrentDirectory but that returns C:\Winnt\System32 which isn't what I want. Any ideas?
|
| standard icons | 19 Jan 2004 22:30 GMT | 5 |
I was wondering if anyone knew of a place I could download a collection of 'standard' application icons. I have a custom menu control I've written which can display icons, but no icons to display (except for a couple of colored squares I drew). My graphical ability is severely ...
|
| App.Config File | 19 Jan 2004 22:06 GMT | 2 |
I have been using VS.Net 2002 up until now. When I create an App.Config file (AppName.exe.config) and place it in the bin directory, I will remain undamaged when I press F5 to run my program. In VS.NEt 2003, the app.config file is deleted. I have tried copying it into the ...
|
| Assembly sign problem... | 19 Jan 2004 21:34 GMT | 1 |
Ok, I created a class library that uses the AxWebBrowser object and therefore it uses the SHDoc assemblies. My control creates an IE look-a-like user control and exposes this control. I want to sign this assembly but when I try to do that I get an error because the SHDoc assembly ...
|
| How to use control 'Invoke()' from second thread - 'Catch 22' | 19 Jan 2004 19:51 GMT | 3 |
I seem to run into a Catch 22 problem updating forms from a second thread. I have only been able to get the Invoke() function to work when the form was displayed using Application.Run(TheForm). When using ShowDialog() to display the form the Invoke() function does not return ...
|
| Property grid collections (revisted) | 19 Jan 2004 17:51 GMT | 1 |
I have a property grid which nicely handles collections of objects. Within the property grid I have control over what is displayed to summarise the collection, but can this be editable too? What I want to achieve is something similar to what the property grid gives
|
| Jel netko bio na pro?lim Windaysima? | 19 Jan 2004 13:43 GMT | 3 |
Bok! Ako je netko bio na pro?lim Windaysima, zanimali bi me komentari, iskustva, dojmovi, impresije... Mi smo developeri u .NETu, pa razmi?ljamo o odlasku...
|
| Screen savers | 19 Jan 2004 13:24 GMT | 4 |
Is there an event I can listen for in WndProc so I know when the screen saver is active and insactive? Thanks
|
| Web Browser Control in MDI child | 19 Jan 2004 12:17 GMT | 1 |
Web Browser Control in MDI child I have problems using the web browser control in a MDI applications. After showing the browser MDI child, i can't get the focus to other MDI childs by clicking in their client areas (click in window header works). Any hints? (I have no problems ...
|