| Thread | Last Post | Replies |
|
| Hexadecimal numbers from Active directory | 26 Jun 2007 19:22 GMT | 1 |
I am using DirectorySearcher to get data from Active Directory. When I obtain a GUID that is a Hexadecimal number it is automatically translated to a Decimal number. I need to be able to acquire the Hex number intact. Anyone have any ideas how to do that?
|
| UPS Web Service | 26 Jun 2007 19:14 GMT | 3 |
I'm getting this error: Server was unable to process request. --> Object reference not set to an instance of an object. When using this code
|
| composite table made of column objects | 26 Jun 2007 19:04 GMT | 2 |
Dear Group, I'm just learning Windows Forms and C# (just in time for it to be replaced by MS What's Next) and have a question concerning displaying columnar data in a single datagridview.
|
| Custom IPrincipal with a Generic | 26 Jun 2007 18:31 GMT | 2 |
I'm working on a custom IPrincipal. Sometimes I use the "good ole" MS system of strings. Lately, I've been storing my roles and rights as Guids. Check out the below code.
|
| Sysinternals DebugView | 26 Jun 2007 17:59 GMT | 2 |
I am trying to download sysinternals debugView from microsofts website but i am getting an error. http://www.microsoft.com/library/errorpages/smarterror.aspx?404;http://www.micro soft.com/technet/sysinternals/utilities/debugview.mspx is this just a problem with their site ?, i can't ...
|
| Datatable : ReadErrorLog | 26 Jun 2007 17:53 GMT | 4 |
I am newbie in C# world, developing SMO application. I was looking ReadErrorLog method of JobServer class which returns Datatable. My Question is, How I would know what columns are returning from
|
| Different Project types | 26 Jun 2007 17:50 GMT | 1 |
Can someone explan or a web link which has information regarding all the different projects supported in VS2005 (say C#). I want to recapcture my knowledge who is doing what. like earlier ATL com project was there now its still there but there are other lots of different proejct ...
|
| Reset gridviews help... | 26 Jun 2007 17:38 GMT | 2 |
I have 7 gridviews on one aspx page that kindof work like a javascript menu. How can I reset them after their use and put back into original state upon creation (so that they could easily be used again)? If possible, can you show me a code snippet that sets the gridview and
|
| Get the date form the monthCalander control | 26 Jun 2007 17:23 GMT | 1 |
how can get the date selected in the monthCalander Control i'm able to see the selectionstart property but its displaying the date and the start time (i.e) 12:00:00 AM i used the following code to get the date selected in the
|
| String.Format vs + operator | 26 Jun 2007 17:15 GMT | 17 |
Which is better, which is faster, which is easier etc... ????? String.Format ( "yadda {0} yadda {1}", x, y ) "yadda" + x.ToString() + " yadda" + y.tostring(); My code has a mish mash of both and I am wondewring if I should standardize
|
| Google Maps | 26 Jun 2007 17:10 GMT | 7 |
Is there a way to use the Google Maps API in C-Sharp? I've found very little when seaching the web. I don't know JavaScript very well and I thought doing it in C-Sharp would be easier. Thank you for the help.
|
| Form come up near system tray | 26 Jun 2007 16:49 GMT | 2 |
I'm writing a very small notifyicon app and I want a form to pop up on double click near the icon tray. Any suggestions? Thanks.
|
| Best book for learning C# when you master VB already | 26 Jun 2007 16:40 GMT | 4 |
I have been using VB.net for years. I have not had any practical experience with C#, but now I want to learn, to keep growing as a programmer. Can anybody recommend a good starter-book for me? Thanks in advance
|
| How to get Post-Build Event to launch GUI app, still edit. | 26 Jun 2007 16:33 GMT | 1 |
I'm trying to launch a code coverage tool as part of the post build event for a special debug configuration. It launches just fine, but Visual Studio is busy waiting for the post build to finish before it allows any modifications to take place. I would like to be able to work ...
|
| DataRow and DataReader | 26 Jun 2007 16:29 GMT | 3 |
Given that a data item in both a DataRow and DataReaders IDataRecord can be accessed using something like dr["ColumnName"]. I'd like to create method that accepts either a DataRow or IDataRecord.
|