| Thread | Last Post | Replies |
|
| Windows HAndles C# to C++ | 17 Oct 2005 13:06 GMT | 2 |
I would liek to create a window in C# and pass the handle and the hInstance to an unmanaged c++ dll for some DirectX stuff. I have many iterations and get nowhere. The HWND gets an null reference exception. The HINSTANCE in the C++ is not the same as the C# instance. Anyway ...
|
| DrawString calls inconsistant in Paint Handler! | 17 Oct 2005 11:05 GMT | 3 |
I am using Graphics.DrawString in the paint handler of a label. The text comes up and behaves as expected on all events such as resize of the lable control. The problem is when i move a messagebox/ another application( say notepad )
|
| ToolStripRenderer | 17 Oct 2005 11:00 GMT | 2 |
Would anyone have an example showing the ToolStripRenderer using Whidbey like colors. Regards Craig
|
| track app activation | 17 Oct 2005 03:25 GMT | 2 |
I want to know wether the application is active or not. I have inspector/tool windows, not attached to a particular window. and I want to hide/show them wether or not my aplication is active. I've tried to setup an IMessageFilter listening for:
|
| Global Variables | 16 Oct 2005 22:00 GMT | 2 |
I would like to find out if I create global variables in my windows forms application and this application sits on a system where the system have other applications running, will the global variables exposed to the other applications sitting on the same system?
|
| icons cannot be displayed anylonger | 16 Oct 2005 17:53 GMT | 3 |
I have bought a collection of professional icons in different sizes and formats like png, bmp, ico, gif. Now I have placed in one form the icons on navigation buttons within my form. I don't know what happens but whatever I do, the icon is not visible so I
|
| VB2005 Project with Source Safe | 16 Oct 2005 08:32 GMT | 2 |
I want some expert's advice. Two ways we can use source safe. 1. Use Souce Safe explorer and Check In / Check Out from there 2. Add Project to source safe and do Check In/ Check Out from from Visual
|
| Multithreaded Panel Visiblility | 16 Oct 2005 08:30 GMT | 2 |
I've got myself a C# .NET 1.1 application I'm making where a docked Panel that contains some progress bars etc. is being toggled between Visible and not. Basically a user drags some photos into the window and it activates a background thread that shows the panel, does some work,
|
| Windows Form Designer Formatting | 16 Oct 2005 03:10 GMT | 1 |
I use the designer in Visual Studio .NET 2003, and I really don't like the way it automatically generates some things. For example, I don't like the extra bloat of everything having System.Windows.Forms when it's alread imported. I know there are situations where it can cause
|
| Dynamic table rows don't appear on client page - Any idea why | 15 Oct 2005 21:17 GMT | 3 |
I've got simple C#/WebForms VS.NET app that ostensibly populates a table server-side, but no table is displayed client side. I tried a couple of other dynamically generated pages with no luck there either. The code is provided below. Any ideas?
|
| PropertyGrid Mouse-Events | 15 Oct 2005 20:50 GMT | 1 |
Why do I not get Mouse-Events like MouseClick, MouseUp or MouseDown from the PropertyGrid?
|
| ClickOnce Server Name | 15 Oct 2005 17:16 GMT | 1 |
So far we were using No Touch Deployment (Framework 1.1) to run the application. Using No Touch Deployment when we run command Application.ExecutablePath it gives the full url from where the application executed. Like
|
| ComboBox - Set first display item in drop down list | 14 Oct 2005 21:46 GMT | 3 |
I have a ComboBox that contains values 0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 500. Let's say the user types in a value of 425, and then clicks the drop down list. When the list drops down, the first item in the list is 0. How can I set the first item in the list to the
|
| SaveAs with WebBrowser Control | 14 Oct 2005 19:39 GMT | 2 |
I have used WebBrowser control and i want to save the entire webpage including pictures etc. I am using ExecWB method of WebBrowser control with OLECMDEXECOPT_DONTPROMPTUSER flag (as in folowing statement) ie.ExecWB(OLECMDID.OLECMDID_SAVEAS,
|
| SelectedIndexChanged not firing on mouse click | 14 Oct 2005 19:15 GMT | 3 |
I'm running into a strange problem (or at least it seems strange to me). I have a standard list box (System.Windows.Form.ListBox) on a form and I'm trying to trap for activity on the SelectedIndexChanged event. It works fine if you change the selected item via the keyboard (arrow ...
|