| Thread | Last Post | Replies |
|
| [.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 ?
|
| Key Handling Problem | 09 May 2008 15:32 GMT | - |
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
|
| 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.
|
| Visual Studio 2008 c# app to drag email to a form.. not quite work | 07 May 2008 21:38 GMT | - |
I have this windows form app.. where i have a text box and from outlook i want to be able to drag and drop from outlook to the form and basically copy to this text box the subject and body text... I thought i almost had this figured out.. here is the code near the end that
|
| Anchor/dock problems | 07 May 2008 18:03 GMT | - |
I'm using a DevExpress XtraGrid V. 7.3.5.0 and have posted on their forums as well. I've built an application that has gone through testing, user training and was deployed to production yesterday. On all the machines everything worked as expected. However, there is one machine ...
|
| Prevent a resx file from using the solution path as it's namespace? | 07 May 2008 00:30 GMT | - |
I have many Views in my application and I've setup my solution structure like so: View Data Entry
|
| Add-in Image question | 05 May 2008 18:13 GMT | - |
In this line (connect.vb, after creating an add-in through the built in VS.Net Add-in template), Look at the '59' : toolsMenuName = "Tools"
|
| RTF content in contextmenu strip | 05 May 2008 11:13 GMT | - |
I have a requirement- need to display RTF content in context menu. I am able to host a rich textbox in a contextmenu strip using ToolStripControlHost class. But assigning some RTF content to the containing rich textbox control does not display in actual RTF
|
| Hot Shop ESQ Watches 9900 SLX - ESQ Minimum Price | 05 May 2008 05:08 GMT | - |
Hot Shop ESQ Watches 9900 SLX - ESQ Minimum Price Hot Watch Shop : http://www.hotwatchshop.com ESQ Watches : http://www.hotwatchshop.com/ESQ-Watches.html ESQ Watches 9900 SLX : http://www.hotwatchshop.com/ESQ-Watches-9900-SLX-Watch.html
|
| DataSourceCredentials and ReportViewer | 05 May 2008 02:18 GMT | - |
I am hard coding values for now just to get it working. But here is my code. reportViewer1.ServerReport.ReportServerUrl = new Uri(@"http://MYDBSERVER/ReportServer/");
|
| In desperate need of ADD-in help! | 04 May 2008 20:58 GMT | - |
I've recreated my add-in multiple times - - and at some point along the way, I get an error in the connect.vb file at this line: Dim toolsControl As CommandBarControl = menuBarCommandBar.Controls.Item(toolsMenuName)
|
| DataGridView, DataGridViewComboBoxColumn problems | 01 May 2008 14:52 GMT | - |
I've been looking at this for a while now and I have tried 4 or 5 different options and I can't quite get this to work. Requirements I have a DataGridView setup in virtual mode and I want a Combobox
|
| Missing Images while printing in vb.net | 01 May 2008 09:54 GMT | - |
Hi Toall , I want to explain you clearly , I am having some panels having some controls CheckBox,ComboBox,Datagridview,Hyperlink,label,Listbox,Picturebox,RadioButt
|
| WPF | 29 Apr 2008 08:19 GMT | - |
I use VS 2005 I would like to use WPF with VS 2005 Though I have download Visual Studio 2005 extensions for .NET Framework 3.0 (WCF & WPF), November 2006 CTP
|