| Thread | Last Post | Replies |
|
| Reference to class | 16 May 2007 18:11 GMT | 6 |
I have a dialog the displays info. When called from the main form I need to access the property values in my CurrentProject class. The values are null when I attempt to access them from the dialog class. I'm not sure how to make the properties accessible to all other classes in ...
|
| DataGridView: last column can be made smaller but not bigger | 16 May 2007 16:47 GMT | 4 |
I have a DataGridView control where the user can resize the columns. The control is embedded inside a Panel. When clicking on and dragging the column seperator to the right of the rightmost column, I can make the column smaller when I move it to the left. If I try to move it to ...
|
| Error while sending e-mails with attachments using SmtpClient::SendAsync | 16 May 2007 14:55 GMT | 5 |
I get an error when I send e-mails with attachments using SmtpClient. Following is the code snippet - MailMessage msg = new MailMessage(from, to); /*...all the initialization goes here */
|
| control simialar to office text color picker | 16 May 2007 13:30 GMT | 3 |
I need a control to select text foreground an background color, it should look and behave similar to the controls used in excel 2003. Does such control exist? thanks,
|
| TextBox autocomplete and Enter key | 16 May 2007 11:54 GMT | 1 |
I have a dialog with OK button as default, i.e. pressing Enter will close the form. I have added a TextBox to the form, with AutoCompleteMode = SuggestAppend, with a custom datasource. If I select an item in the suggest dropdown and press Enter, my dialog closes. How can I stop ...
|
| Detach Application.ThreadException Event, really? | 16 May 2007 10:37 GMT | 12 |
I read MSDN that described "Because this is a static event, you must detach your event handlers when your application is disposed, or memory leaks will result". But I didn't find out any exsited code following this rule, or even mentioned about the detach.
|
| Product Studio query | 15 May 2007 21:30 GMT | 1 |
I need to open Product studio from my windows application and log abug... how can I do it? Any good samples...
|
| Fire KeyDown in C++ | 14 May 2007 17:09 GMT | 1 |
How do I fire the KeyDown event in Managed VC++? I am getting a compile error saying "event does not have a raise method". Please help. regards,
|
| ConfigurationSettings.AppSettings.Set question | 14 May 2007 16:08 GMT | 3 |
If I use ConfigurationSettings.AppSettings.Set("KeyName", "KeyValue"), where does the KeyName/KeyValue combination ends up? In a file? In windows registry? Thanks
|
| how to popup context menu | 14 May 2007 15:58 GMT | 4 |
I am a new bee in C#. (I am a VC++ programmer long time already.) I want to display a context menu in ListView. And the context menu items will be changed during runtime -- it depends on the location which user clicked, for example, over ListItem or not.
|
| Best approach advise | 14 May 2007 13:39 GMT | 3 |
I'm working on a small windows application which needs to attach an local mdf file to a SQL server and create some standard reports, As far as I can see, I've two posibilities, OR I connect to the company SQL server OR I foresee SQL Express to be installed
|
| RichTextBox | 14 May 2007 07:04 GMT | 1 |
I need to read data from certain table and then save it to RTF file. I thought up of using a RichTextBox and then "dumping" all the text into this compoent at run time and use the "SaveFile" method. However, I would have to "manipulate" the text that goes in to the rich text box. ...
|
| Double click on file to load in my app | 13 May 2007 19:59 GMT | 3 |
I have set the file association for Text files with my application - now what I'd like to do is to double click on a text file, and have it actually load in my application. Right now - all that happens when I double click on the file is that it runs
|
| Sending mail through mail program | 13 May 2007 18:11 GMT | 3 |
Does anybody know how I can launch the default mail program with a new mail ready to be sent and assign it a file attachment? I use C# windows forms 2.0
|
| MDI container question | 13 May 2007 18:11 GMT | 1 |
I am newbie, so not much known about programming. Trying to learn through books and help materials. I would like to design an application where i have a frmMain. I marked this form as a MDI container. On the left hand side i have designed a Outlook
|