| Thread | Last Post | Replies |
|
| Updating Label Value and Recursing Through Directories | 14 May 2008 00:12 GMT | 2 |
http://msdn.microsoft.com/en-us/library/806sc8c5.aspx The URL above gives sample code for use within a Console Application. What I would like to do is use this code within a Windows Form. That part is easy. The part that I am having trouble with is using the code in a form
|
| Wierd MessageBox.Show issue | 13 May 2008 20:19 GMT | - |
I have a modal dialog form which is being displayed with a ShowDialog(). It has a button on it called "Delete Step" which pops up a MessageBox.Show message to ask if the user really wants to delete the record. When the Delete step button is click it is hidden until I hit the ...
|
| VB.Net Treeviews | 13 May 2008 13:21 GMT | 1 |
I've been searching around for a good example of how to build/maintain Treeviews but haven't managed to find one. Could anyone point me at a good one please. Windows forms application using VS 2005.
|
| Key Handling Problem | 12 May 2008 20:17 GMT | 1 |
I have written an MDI windows application that handles key presses to do things like make text bold, and in a previous version successfully used cut, copy and paste with a RichTextBox. However, at some point in time, just the Cut, Copy and Paste stopped working. I was trying to
|
| How to control size of length in richtexbox per line ? | 12 May 2008 13:45 GMT | 1 |
How to control size of length in richtexbox per line ? Regards, Tee
|
| A DataTable-bound DataGridView throws a low-level Exception when columns are sorted, removed and re-added to the underlying DataTable. | 12 May 2008 12:51 GMT | 1 |
I am experiencing this issue when I am working on creating a dynamic datagrid. Please let me know if there is any work around for this problem. If I am posting this in the wrong newsgroup please point me to the right newsgroup.
|
| title bar | 12 May 2008 02:59 GMT | 11 |
Hi group, I want to hide the titlebar of Form1, VS2005 thanks very much, Carlos.
|
| Best practices for GUI of what called in MFC custom controls | 11 May 2008 14:51 GMT | 2 |
I have MFC-based application featuring: 1) Flow of "Screens" where screens are implemented as a MFC's CDialog-inherited classes loading PNG or BMP images. 2) Dialog's child controls also loads PNG or BMP images.
|
| Urgent help needed with ClickOnce Deployment | 10 May 2008 06:47 GMT | 2 |
I have been using ClickOnce deployment with my app for over a week now and everything was going fine. This weekend I changed my development machine from windows vista to windows 2003 server. Now when I go to publish my app, the checkbox "Sign the ClickOnce manifests" is checked ...
|
| [.Net 2008] Client Host Name on Terminal Server Session | 09 May 2008 17:51 GMT | - |
How can I get the hostname (computer name) of a client that runs a .Net 2008 programme (from the client's side) on a Terminal Server Session ?
|
| FileOpen Icon? | 09 May 2008 12:52 GMT | 2 |
Hey All, Does anyone know where / how to get the FileOpen icon file? Thanks, TC
|
| datagridviewCombobox Problem | 09 May 2008 12:43 GMT | - |
Add the following code under the dataError method: Private Sub grdProcess_DataError(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewDataErrorEventArgs) Handles grdProcess.DataError If e.Exception IsNot Nothing AndAlso _ e.Context = ...
|
| shdocvw webbrowser issue | 09 May 2008 11:01 GMT | - |
I add reference to shdocvw.dll and MSHTML.dll from VS 2005 winforms solution to add activex webbrowser control. I am not using managed web browser control. All works well and i can get to see web pages navigating from this control.
|
| Tab Caption disappears, if I change the windows classic theme to windows xp theme using visual studio 2005 | 09 May 2008 10:07 GMT | 1 |
I have a dialog with a tab contorl with tab property "vertical" set to true. Now if I change the theme from windows classic to windows xp theme, the caption of the tab disappears. Is there any way to retain the tabs caption in windows xp theme mode with tabs in vertical
|
| Suspending screen updates | 09 May 2008 09:11 GMT | 4 |
I have a winform with a panel on it. I am doing visual changes to the panel. Is there a way to suspend screen painting during these changes? If the whole form needs its display suspended then that would work for me too. How can I do this?
|