| Thread | Last Post | Replies |
|
| Fastest way to resize bitmap with Picturebox | 08 Jun 2007 18:38 GMT | 2 |
I've got a Picturebox, into which I am putting a frame bitmap from a video camera. The camera bitmap is larger than the picturebox, which has SizeMode set to "Zoom" which causes the bitmap to be resized and correctly displayed. My question is whether letting the Picturebox do the ...
|
| IOCTL and name events stuff | 08 Jun 2007 18:18 GMT | 6 |
I need to write a GUI app which do the followings: 1. My app waits for events from other app(actually this is a network adapter driver) running in kernel. The driver writes to file and signal my app to read the file.
|
| domain name availability check | 08 Jun 2007 17:50 GMT | 5 |
I need to check domain name availibility on one of my page in website. I do not want to let user click a link which leads to sites which check for domain name but I want check on my button click. Does any one have a code to check domain name availiability ?
|
| from asp.net to COM object | 08 Jun 2007 17:39 GMT | 1 |
i try to convert asp.net to COM object but a find a problem, when i convert dll with tlbexp.exe the risult says that ther's an error during the elaboration the 'namespace.MyClassCollection, assembly'. Maybe the collection is not supported in COM object? Anyone know
|
| GUI construction issues | 08 Jun 2007 16:52 GMT | 4 |
I have a tab control, with several tabs, with RichTextBoxes in a few of them, they are all dock = fill. One of them becomes larger than the rest (position = 0,0 instead of 3,3). It's not a big deal, but I hate that this GUI editor just doesn't work sometimes, and it's
|
| Newbie Q: DLL class Inaccessible due to protection level. | 08 Jun 2007 15:41 GMT | 2 |
My goal is to create a C# DLL which I can use in other C# applications. I have built a simple C# DLL which contains: namespace MyFunctions class MyClass
|
| How to Handle 'enter' key in a form | 08 Jun 2007 15:31 GMT | 2 |
i had designed a win app(an address book) when the user wants to enter the contact he will type in all the details and "HE SHOULD CLICK ON THE ADDENTRY BUTTON PROVIDED" i want to simplify this task for the user by allowing the data to bw
|
| mciSendString - length of a track | 08 Jun 2007 15:23 GMT | 1 |
The mciSendString returns different value of tracks length than winamp. The value is longer about 20 seconds and I don't know why. Here is a code: public void SetTime() // I tried to set time format as it is said in
|
| radio buttons in a dataGridView help... | 08 Jun 2007 14:53 GMT | 1 |
I need to add a cell to my dataGridView that will contain 4 radio buttons and another cell that contains 3 textboxes. Any examples of this would be appreciated. Thanks,
|
| datagridview column order problem... | 08 Jun 2007 14:51 GMT | 1 |
Hello professionals, I have a datagridview that displays columns based upon my sql select statement. I have additional columns that I want displayed in the datagridview I
|
| how to use directx.capture in asp.net and c# code behind | 08 Jun 2007 14:22 GMT | 2 |
hello, I try to use directx.capture in my web application, I use visual studio web developper 2005 express with c# for code behind. I can list the webcam available on computer, no probem, my probem is to capture and display webcam in a control
|
| Getting logged in user from a service? | 08 Jun 2007 13:02 GMT | 33 |
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon (NT_AUTHORITY\SYSTEM). I understand that when the service starts, no user may be logged ...
|
| writing to notepad | 08 Jun 2007 12:44 GMT | 2 |
Hi, Im using streamwriter to write to notepad or word. No problems with this. Is it possible to write to either notpad or word, while the document is open, and the data to update as its written. At the
|
| Wich DBMS supports TransactionScope and distributed transactions? | 08 Jun 2007 10:59 GMT | 3 |
Only SQL Server 2005 or also DB2, Oracle and MySQL? Thanks, Luigi.
|
| Getting the name of user on remote computer | 08 Jun 2007 10:07 GMT | 2 |
Hallo NG! I would like to get the name of the user logged on on a another computer. I've written the following code which gives me the LogonId of this user. But getting with this Id the name of the user doesn't work.
|