| Thread | Last Post | Replies |
|
| ToolTip | 21 Jul 2006 21:19 GMT | 3 |
Does anyone know how to generate a multi line ToolTip using the ToolTip class? I have tried using the newline (\n using C#) in the text but that displays the \n in the text when the tooltip displays. I've looked at the OwnerDrawn option, but it appears most of the params are ...
|
| Cursor.Current = Cursors.WaitCursor (VS 2005 Complains) | 21 Jul 2006 18:19 GMT | 1 |
I am new to VS 2005 and the subject above is one of the warnings VS 2005 highlights as a warning. The complaint is: Access of shared member, constant member, enum member or nested type
|
| Can windowform surface be drawn by native window functions? (Win32 or MFC) | 21 Jul 2006 18:06 GMT | 2 |
I am writing a .NET app that uses DLL libraries in native C++. Could anyone tell me, is it possible for a windows created in .NET app using C#, then pass the HWND handle of this window to a library that is written in native MFC and from within this native library, it will do ...
|
| Something changes FillWeight of DataGridView columns automatically... Why? | 21 Jul 2006 14:35 GMT | 1 |
I have a data-bound DataGridView on a WinForm application. After I manually load the data into DGV from an Access database, it changes the FillWeight properties of columns and the table looks different then. Original FillWeight values were set in the Form Designer.
|
| Changing property of an object from a modal form. | 21 Jul 2006 13:37 GMT | 4 |
using C# VS2003 private void frmMDIMain_Load(object sender, System.EventArgs e) { Form frmLogin = new frmLogin();
|
| Imgaes from Icon | 21 Jul 2006 10:43 GMT | 1 |
Do any one knows how can we extract all size of icons fron a icon into images int .NET e.g. a icon may contain three image type 1.16x16, 256 color
|
| focus on otherform.textbox from datagrid | 21 Jul 2006 09:04 GMT | 1 |
When a user uses an asteriks as input in one of my datagrid fields, I open another form in which users can select a product from a list. Everything works perfectly, except that I can't get the focus to the textbox on the new form.
|
| WinForm Single Instance App errors out with AccessViolationException | 21 Jul 2006 04:08 GMT | 2 |
I have a couple of windows form applications that I am wanting to integrate and have been playing around with the Single Instance Application setting. I have tried this with my own app and the sample SingleInstance05 that I got from MSDN. I can run it, but if I go to a cmd ...
|
| Process.Exited and MS Word | 20 Jul 2006 21:14 GMT | 4 |
If there's a better newsgroup to post this in, please let me know. I'm trying to start MS Word and get notification when it exits. The basic case works fine, but if Word or Outlook is already running - or is started while my instance of Word is still open, I get problems. Here's ...
|
| MVP 'suitable' for .Net 2 Winform App? | 20 Jul 2006 21:12 GMT | 2 |
This may seem a dumb question and I apologise in advance if it is, but..... I've been developing 'hobby-apps' for quite a few years now, nothing serious but just dabbling really. I've now got a chance to develop
|
| Windows versus Application Security | 20 Jul 2006 20:51 GMT | 6 |
I have a client that wants me to set up security for an windows .NET application using SQL Server 2000 as the DBMS. Currently we use the built in Windows security to define login and access to the database. The problem is that there is a lot of turnover and users work at multiple ...
|
| DataGrid - best way to configure column names? | 20 Jul 2006 16:52 GMT | 2 |
I am using the DataGrid control. I have linked it to a data source and am currently reading in some data. However, the names of the columns are taking on the names of the columns from the database i.e. job_number, job_title, job_address etc... I would like to name the columns ...
|
| Data Source drag/drop not allowed on inherited form | 20 Jul 2006 14:17 GMT | 3 |
In VS 2005 I have a base form that is designed to be inherited by many other forms within an application. This base form contains a tab control with two tab pages, among several other controls. The second tab page (lets call it TabPage2) has the Modifiers property set to ...
|
| MDI child icon problem | 20 Jul 2006 12:38 GMT | 2 |
I'm working with VS.NET2005 and building MDI application. All of my child forms have to be maximized. Problem is that when they are maximized before showing them, default form icon is shown, not the one that I set. I also disabled
|
| Converting from VS.NET 2005 to VS.NET 2003 | 20 Jul 2006 11:25 GMT | 2 |
Good afternoon all, I have given up on trying to get a Visual Studio .NET 2005 to compile under the .NET Framework Version 1.1; and instead moved my project to Visual Studio .NET 2003. Unfortunately though I am unable to get the
|