| Thread | Last Post | Replies |
|
| P/invoking doesnt work | 13 Jan 2004 11:33 GMT | 2 |
I need to p/invoke this win32 dll: (main parts of it named: thelib.dl (compiled with visual c++ 6 #define WINVER 0x50
|
| Buggy Bitmap.Clone ?? | 13 Jan 2004 08:13 GMT | 1 |
Hi Guru's I'm making a Image viewer have a lasso loop functionality for zooming a particular section of image. The picturebox contains a given image and using the mouse
|
| Code | 13 Jan 2004 07:16 GMT | 4 |
using System; using System.Drawing; using System.Collections; using System.ComponentModel;
|
| Can't Shutdown with System Tray Application Running | 13 Jan 2004 05:35 GMT | 3 |
I have created a System Tray application that works as expected until the user tries to shutdown. The computer will not shutdown because the System Tray application is still running. Can someone please provide an example of how to close the application
|
| Outlook style Navigation Bar | 13 Jan 2004 02:18 GMT | 4 |
I'm writting a dotnet app and like to have the same navigation bar as Outlook . Any one knows where I can find some code for that? Thanks in advance
|
| Office Integration From VB Form | 12 Jan 2004 22:51 GMT | 2 |
All, I am looking for ideas, code samples, links about topics to access Outlook. In my app, I want to allow a user to open an Outlook public folder of contact records. Then allow user to select a contact and have it linked
|
| Making sound | 12 Jan 2004 22:48 GMT | 3 |
How do I make the bell sound, heard when some message boxes are displayed? Thanks
|
| Problem with Key Event Sequence | 12 Jan 2004 22:28 GMT | 2 |
Using 1,1, C#, Windows Form (actually a UI Type Editor). I need to filter characters in a textbox to numbers and a decimal point while allowing backspace and delete key strokes The doc says: KeyDown, KeyPress, KeyUp.
|
| Scrolling a list box programmatically | 12 Jan 2004 21:57 GMT | 3 |
I have a VB.NET Windows form that contains a list box. As events occur, I am adding text to the list box to provide a status update to the user (and so the user can scroll up to see what occurred). The issue I am having is that I want the latest status updates (the ones at the ...
|
| PictureBox Typecast | 12 Jan 2004 21:57 GMT | 4 |
I have several picturebox controls on a WindowsForm in VS.NET 2003. On the Click event, the object sender argument is available to the event.
|
| Localization for touch screen controls ?? | 12 Jan 2004 18:04 GMT | 1 |
I have an application developed which uses a standard mouse/keyboard. However a new customer wants to use a touch screen with this application. This mostly means that the UI needs bigger controls for everything (and bigger fonts).
|
| Databinding column of DataRow | 12 Jan 2004 17:24 GMT | 1 |
I have a form containing a DataRow object representing e.g. data for a customer with the following columns : name, address, workaddress This form contains two TextBoxes an one ComboBox : txtName, txtAddress and cmbWorkAddress
|
| WebBrowser in MDI child | 12 Jan 2004 17:16 GMT | 2 |
I have a WebBrowser in a form, it works fine, but when I make this window mdi child, the browser doesn?t appear. Any idea or comment, thanks in advance. Victor
|
| how set a button the default | 12 Jan 2004 17:15 GMT | 7 |
i want set Ok button the default, so if the user click on enter button it is handles. what parameter i must set in propreties inspector? p.s. when the user push on enter button the window musn't close but handle a
|
| Active window | 12 Jan 2004 16:06 GMT | 3 |
I want my Windows Form application to catch the current active window, doing some works, and then reactivate the previous window. How can I do this with .NET Framework? Or I have to use API functions? Many thanks
|