| Thread | Last Post | Replies |
|
| XmlConvert.ToBinHexString ?? | 28 Aug 2006 14:10 GMT | 2 |
The docs says (both local and on msdn) that XmlConvert contains methods ToBinHexString and FromBinHexString! But my compiler complains about not finding these methods! Are they not implemented or is something wrong on my box ??
|
| Make .NET methods visible to COM | 28 Aug 2006 14:06 GMT | 1 |
I followed the instructions on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/c allnetfrcom.asp to call .NET class methods from the ActiveX Test Container (tstcon32.exe) and I can load my control, but there aren't any methods
|
| Delete files in use | 28 Aug 2006 14:00 GMT | 2 |
I'm trying to do a program that delete some files and registry entries, Is there any way to delete the files that "are in use". Thanks in advance.
|
| Key presses. | 28 Aug 2006 13:37 GMT | 3 |
I am new to this group, and to this language... So, hello. I was wondering for a project idea on how to get a program to register and respond to key presses on a console (Or really anything at all) and I can not find any tutorials anywhere that covers it.
|
| Print members of a class | 28 Aug 2006 12:31 GMT | 8 |
A have a class containing elements of string type. I need to print them using 'for' loop. How to do this. I spent few hours trying to do this from the other approach. Thanks for any help.
|
| Binary or hex numbers in textboxes? | 28 Aug 2006 12:18 GMT | 2 |
I'm having 2 textboxes in which I enter binary numbers that must be calculated to a third number that is shown in a third textbox. How do i convert my entered binary number to an e.g an int and how do I convert the calculated number to a binary string?
|
| Share a webservice reference between projects? | 28 Aug 2006 12:09 GMT | 2 |
I have a class that references/consumes a webservice, and I would like to split that class into a base class to be used as a based for classes in each of two class libraries/DLLs. I have extracted the base class into a cs file and inherit from it in two
|
| C++ wrapper code generator | 28 Aug 2006 11:55 GMT | 1 |
I need to import some dll file to my C# project. I've got header file of the library which I need to import. Do you know any scripts which will generate wrappers in C# for C++ functions form header files?
|
| C# Performance Problem | 28 Aug 2006 11:45 GMT | 2 |
Today, I find a problem from an old Google Code Jam Contest. You can read the problem statement here : http://www3.sympatico.ca/red.zrari/problem.htm I solved the problem in 15 min (wow, c# is very productive but...) but
|
| UDP broadcasting problem | 28 Aug 2006 11:33 GMT | 4 |
Hi, I have this problem in my UDP broadcasting, im a newbie in UDP, any help at all would be very much appreciated. I have a working UDP broadcast that sends and recieves without any problem. I tried sending a
|
| Notify Icon not working? | 28 Aug 2006 11:25 GMT | 1 |
I have a windows form and I added a notify icon. In there I have following 2 lines notifyIcon.ShowBaloonTip(1000,"test", msg, ToolTipIcon.Info); I stepped through the code and it executed properly but it didn't show
|
| How to find file size? | 28 Aug 2006 11:13 GMT | 2 |
How can I find the file size and other information for a file in an internet site, without downloading the file???? or is it possible at all??? Thanks.
|
| Reading a text file | 28 Aug 2006 10:45 GMT | 6 |
Hiya, Am having a few problems with StreamReader. I'm trying to open a text file, and read 5 columns, and put them into an array, and then do a calculation and read the next line of data, and do a
|
| Read XML file into GridView | 28 Aug 2006 10:43 GMT | 2 |
I need help in coding the following or if you can just point me in the right direction: 1) Reading the follwoing XML document 2) Hook up a GridView to the data received from the XML document. The Grid
|
| Populate data in one user control based on selection in another user control | 28 Aug 2006 10:25 GMT | 1 |
I have two user controls in an asp.net webpage each contains a DropDownList. Depending on the selection of the drop down in one user control i need to populate data in the other drop down which is in another usercontrol in the same page. Autopostback property for the
|