| Thread | Last Post | Replies |
|
| iequalitycomparer | 25 Oct 2006 06:06 GMT | 1 |
I have a custom colllelctoin class which inherits collecton base. It is a collecton of objects of type X and X has ID integer as like a unique key. How do i check if the object already exists in the collection?.
|
| Auto Hide and Pin Windows Form Panel | 25 Oct 2006 06:00 GMT | 1 |
I want to build a Windows form application that will have a number of different panels. I want to be able to Auto Hide the panels, or pin the panels, just like Visual Studio does with the different views. How can I do this?
|
| cannot add event procedure | 25 Oct 2006 04:35 GMT | 1 |
I got an error message after I created a new event procedure for a grid control. But I can write a new procedure without any problem. The error is Microsoft.Practices.CompositeUI.Services.ModuleLoadException was unhandled
|
| Get the average value ? | 25 Oct 2006 04:24 GMT | 11 |
I need to write a function to calculate the average value from a coupe of parameters from database. Question 1 (value) (people that answer the specific value)
|
| UDP broadcasting | 25 Oct 2006 04:02 GMT | 1 |
in UDP broadcasting, how do i know from which client was the message sent to the server? is there a way to know this without having to place the IP of the sender in the message itself? Thank you so much in advance!
|
| How to write registry on a remote machine? | 25 Oct 2006 03:31 GMT | 3 |
i'm wondering how to reader or write registry of a remote host. are there any classes help? Thanks in advance -Zhilin
|
| meta name DESCRIPTION dynamically | 25 Oct 2006 02:34 GMT | 1 |
How can I build meta name DESCRIPTION dynamically? I need an example. Best Regards Dariusz Tomon
|
| API for GPRS | 25 Oct 2006 00:31 GMT | 2 |
I've a GSM modem to put a SIM Card and communicate to any cell phone. But I don't found any library for send and receive SMS or MMS thats works in .NET. I've try with Mercury, but don't works ok. Someone knows some library to send and recieved sms/mms?
|
| Determining machine SID? | 24 Oct 2006 23:47 GMT | 1 |
How can I locate the SID of the host machine? I've looked online, and there are plenty of examples on retrieving the current user's SID, but not the machine. Cheers, Jon
|
| Page.Server.Transfer | 24 Oct 2006 23:45 GMT | 3 |
I am trying to do a Page.Server.Transfer on a web control and am getting this error, "Error executing child request for SecureRegistration.aspx." Any suggestions. Thanks in Advance
|
| Problems pulling info from Form1 to Form2 | 24 Oct 2006 23:18 GMT | 9 |
I thought I had it figured out but I'm still getting errors :( I would appreciate any help I could get. I have two forms: Form1 and frmVerify. Once the info gets submitted on Form1 its text fields are transfered to some label fields to frmVerify.
|
| form.doublbuffered problem | 24 Oct 2006 23:07 GMT | 2 |
I use the paint event to call an external object that will write text and or drawings to the form - (to make it persistant) If i have the form property DoubleBuffered set to true the text will only occassionaly display on the form.
|
| Peristent Data - Registry, Settings | 24 Oct 2006 23:01 GMT | 4 |
I am trying to find the best way to save data between application sessions. I have an options form that can be used to configure an application. This information needs to be stored so that it can be loaded up when the application next starts.
|
| .Documents.Open AND kind ? | 24 Oct 2006 22:50 GMT | 4 |
because msdn is so poor... somebody did he write a similar script ? (DTE/DTE2) _applicationObject.Documents.Open(docPath, "?string kind?", false); i must type the "string kind"... but with what ?
|
| How install Windows Service? | 24 Oct 2006 22:38 GMT | 2 |
I just created a Windows Service. But now, how do I install it so that it shows up in my list of services? Thanks, Ron
|