| Thread | Last Post | Replies |
|
| updating xcml config file with treeView nodes | 29 Aug 2006 10:17 GMT | 1 |
hey! what i wanna do sounds very simple at first, but it turned out to be a real bone crusher... i want to check if a treeView node is checked and if a correspondent node in my xml config file exists just to sort of synchronize them by
|
| Using the BindingSource | 29 Aug 2006 10:01 GMT | 7 |
I would like to do something like this Aclevel.text = Me.UsersBindingSource.CurrencyManager.Current("accesslevel") but in C#, i tried Aclevel.text = this.UsersBindingSource.CurrencyManager.Current("accesslevel");
|
| TabControl | 29 Aug 2006 09:47 GMT | 1 |
How do I make particular tab pages visible or invisible at run time?
|
| Interface member implementation | 29 Aug 2006 08:56 GMT | 3 |
I get the following errormessage when trying to compile this class, can somebody tell me what's wrong? The errormessage: GraphicObjects.cs(203):
|
| Non-static method requires a target | 29 Aug 2006 08:39 GMT | 3 |
Non-static method requires a target appeares when I am trying to activte nunit (test). Any clue? Thank you!
|
| File Types in Deployment Project - "Open With" list | 29 Aug 2006 08:21 GMT | 1 |
I have encountered the same problem another posted about several months ago. Unfortunately, there was no result posted on the old thread. I will let the original message text stand and ask if anyone can help me
|
| Memory Leak in RemotableObject (VSNET1.1) | 29 Aug 2006 08:12 GMT | 2 |
In my Remoting project there exists a service, which returns an image stream per client call (each second). Everything seems to operate well, except that it produces a mem-leak on the Server side: TaskManager MemUsage counts up constantly.
|
| how to tell text from binary file | 29 Aug 2006 06:30 GMT | 4 |
How can a binary file be distinguished from a text file on Windows? Obviously I want a way that is more sophisicated that just looking at the dot extention in the filename. I want to write code that processes all text files in a directory but leaves
|
| How to read text of powerpoint file in c# | 29 Aug 2006 04:18 GMT | 2 |
I want to read all the text of powerpoint presentation (.ppt file), then i have to show it on some webpage without any formating (so i need to retrieve the text only). Can somebody help me ... !
|
| File converter | 29 Aug 2006 04:17 GMT | 4 |
Any program I can use to convert word, xls, html into text file?
|
| Isotropic drawing mode? | 29 Aug 2006 00:47 GMT | 2 |
How can a window's coordinate system be set up so that each drawn element within a window is adjusted so that, as the size of the window changes, the same drawing operations result in objects located in the same relative position and size to each other? In Win32 terms, this is ...
|
| Getting TCP/IP information. | 29 Aug 2006 00:12 GMT | 3 |
I can easily get the TCP/IP address of the local machine but I'd also like to know if the machine is behind a firewall/hub - what the address is that is being sent over the net. Is there anyway to get the TCP/IP that is actually being sent out there?
|
| does csc.exe rebuild source files every time? | 29 Aug 2006 00:08 GMT | 2 |
I'm a newbie to csharp. I've just read that there are no object files (*.obj) in C#. So a command such as this will build my.exe straight from the source files. csc.exe /out:my.exe *.cs
|
| Using FileStream or not? | 29 Aug 2006 00:05 GMT | 3 |
Which is better to use, FileStream or File.Create?
|
| Registering Remote Com+ Serviced Component | 28 Aug 2006 21:30 GMT | 1 |
I want to register a COM+ component on a remote System programatically. Also i want to configure it for the user account i mean Identity for the service and Roles for the service. how i can do that in C# ? With Best Regards
|