| Thread | Last Post | Replies |
|
| List all users in a group on a local computer using C# | 09 Jul 2007 18:07 GMT | 2 |
I need a function to List all users in a group on a local computer using C#. any assistance would be much appreciated
|
| DotNet and Http Outlook Express question | 09 Jul 2007 17:58 GMT | 1 |
In my ViaualC# .Net 1.1 windows form application, I have a string as: http://MyIP/frmTestForm.aspx?lblTestNo=J2vTuX8Tv7qBn7HzK7O67XCdMQ== On the MS Development Environment 2003 http://MyIP/frmTestForm.aspx?lblTestNo=J2vTuX8TvqBnHzKO6XCdM==,
|
| WAVEOUTCAPS problem | 09 Jul 2007 17:43 GMT | 9 |
I trying to get something that seems to be simple to work: I’m using VS 2005/C#. I want to get the information of my WaveOut devices. The WAVEOUTCAPS structure is defined in C++ as: typedef struct {
|
| Sender, how to code it as one line code. | 09 Jul 2007 16:52 GMT | 3 |
We can assign multi object ( ex: textbox )'s double click point to a same function. ex: private void all_boki_textbox_point_here_DoubleClick(object sender, EventArgs e)
|
| DataTable.Select condition with TimeSpan Values | 09 Jul 2007 16:35 GMT | 4 |
Hi to All, i'm using C# in .NET 2.0 and i have a DataTable A with a column of type TimeSpan used to store HOUR info. I'm trying to filter my DataTable A selecting only rows that have the
|
| How To Serialize DotNet Types into Byte Arrays? | 09 Jul 2007 16:32 GMT | 2 |
How can I serialize a uint Type into a Byte[4]?
|
| how to show chm file? | 09 Jul 2007 16:21 GMT | 2 |
I have to write a program, all it has to do is read in the name of the chm file passed to it and show the chm file. I wrote a batch file called test.bat and which will accept the chm file name and it shows the chm file. It works ok, but the dos box is
|
| List all groups on a local computer using C# | 09 Jul 2007 16:00 GMT | 1 |
Hi, I want to list all groups on a local machine using C#. How do I go about this? Thanks
|
| Getting file type | 09 Jul 2007 15:57 GMT | 2 |
Im creating a program in which im trying display a file list in the listview. similar as windows explorer detailed view. im able to get every thing except the file type. im stuck here and could not file any example on net.
|
| virtual printer driver for PDF | 09 Jul 2007 15:46 GMT | 7 |
I would like our app to print to PDF instead of the printer and then email the pdf. For example, we have a print preview of an invoice and if the user click to print the preview and selects the PDF dirver, it prints to PDF. Is there a source code that does this or a control to ...
|
| Remote Objects | 09 Jul 2007 15:20 GMT | 1 |
Could someone help with trying to help me understand this code. I am trying to add remote control functionality to an existing application. I am new to c#. This starts the server bit of the remote object. However, it creates
|
| Log4net vs MS Enterprise Logging App Block | 09 Jul 2007 15:15 GMT | 2 |
Hey guys, Just an opinions thing more than anything. I've just been messing around with Log4Net and discovered the Logging Application Block in the Enterprise Library (3.1).
|
| The surrogate pair is invalid. | 09 Jul 2007 14:55 GMT | 3 |
I have a console application that is run via a scheduled task everyday at 4 in the morning. For some reason, a couple of days ago, every time the scheduled task is run (ether manually or by scheduled time) I get a "The surrogate pair is invalid" error. When ever I manually run ...
|
| how to load xml files stored in the resources of a project | 09 Jul 2007 14:43 GMT | 1 |
i have created a project that contains some class files and xml files stored in resources. i have created dll of this project and am using it in another project. In other project i want to read the xml stored in the resources of
|
| Page directives dinamically | 09 Jul 2007 14:37 GMT | 1 |
Hi, Its possible to remove, (in execution time), one of the properties that i set in the page directive area? For instance, i have this directive:
|