| Thread | Last Post | Replies |
|
| Setting NTFS permissions using 2.0 framework | 27 Jun 2006 20:56 GMT | 3 |
Apologies if this has been asked & answered (pls post a link if this is so) but I am tired of finding a close but not quite close enough solution. I am looking for a sample or explanation of how to use asp.net 2.0 to set NTFS folder/file permissions. Most of the solutions
|
| Hex() in C# | 27 Jun 2006 20:47 GMT | 8 |
Does C# have an equivalent function of Hex() -> "Returns a string representing the hexadecimal value of an integer" in VB? thanks,
|
| Refressing ConfigurationSettings.AppSettings | 27 Jun 2006 20:15 GMT | 1 |
I read my applications App.Config file using ConfigurationSettings.AppSettings When I try to check it's last access write time using File.GetLastWriteTime and the refresh new data from App.Config using
|
| picturebox detect pixel color | 27 Jun 2006 19:46 GMT | 3 |
I want to detect a pixel color number when i move the mouse over de picturebox. I think the next line has the color but i don't now how i get it: System.Drawing.Point pt = new Point() ;
|
| Setting Colors in Base Form to be used by Child Forms | 27 Jun 2006 19:12 GMT | 1 |
I want to be able to define standard colors in a base form, then have child forms use those values instead of standard colors. Ex in my base form I want to do this: Color myColor = System.Drawing.SystemColors.Control;
|
| How to use this generic? | 27 Jun 2006 19:07 GMT | 15 |
I have this class: public class MyClass<TValue> where TValue : IMyClass, new( ) {...} I need to create a class that will hold instances of the above class
|
| Can I automate browsing of this site? | 27 Jun 2006 18:58 GMT | 1 |
I'm trying to automate this for a mass-processing of GDC number information (scrapping). I've tried everything I can think of and every example I've come across to no avail. The root site is: http://www.dcor.state.ga.us/GDC/OffenderQuery/jsp/OffQryForm.jsp
|
| InternetSetCookie() replacement? | 27 Jun 2006 17:55 GMT | 2 |
I am in the midst of converting a .NET 1.1 app to 2.0, and have run across a section where the old programmers were using [DllImport("wininet.dll")] to get to InternetSetCookie(). Is there a way to do this natively in .NET 2.0?
|
| How to check current mouse position is desktop window? | 27 Jun 2006 16:07 GMT | 3 |
I create a system mouse hook, to get mouse position and click events. use GetDesktopWiindow and WindowFromPoint(x,y) to get window handle in my hook proc. Click mouse on desktop window and print the window handle which i got in
|
| Asyncronous problem | 27 Jun 2006 16:05 GMT | 1 |
Hi, I made an application that foreach directory that found in the hardisk create a node into a treeview. Of course, to avoid that the user interface gets blocked, i use a handler in
|
| Working with Excel | 27 Jun 2006 16:04 GMT | 1 |
I'm new to C#. I want to open an excel document and work with it in C#. I currently have Excel2000, I think it is version9.0. But Clients might have office XP, XP2003 on
|
| TreeViews | 27 Jun 2006 15:55 GMT | 2 |
Hi to all, When i use the treeview and i add nodes to it, i have the problem of the depth. I try to explain myself. depending of the number of nodes i add or the place where i add it, i have
|
| Printing a WinForm as a Graphic | 27 Jun 2006 15:19 GMT | 6 |
I'm using Visual Studio 2005 and C#. I need to print a WinForm used for data entry as a graphic. In other words, I need to print the exact WinForm the user sees on the screen. I searched through the newsgroups, and found the code below. This seems
|
| Embed Another Application In my C# App | 27 Jun 2006 15:13 GMT | 3 |
I am looking to embed an application into my c# Application. (Google Earth for reference) It does not appear to have an OLE interface. I want to use it on a panel within my application thus allowing me to add my
|
| Update in repeater | 27 Jun 2006 15:07 GMT | 2 |
I've a problem in an update operation in a repeater. This in my code: <asp:Repeater ID="rpCosti" EnableViewState="true" runat="server" OnItemCommand="OnUpdate">
|