| Thread | Last Post | Replies |
|
| HELP - enumerating local NICS | 09 Jan 2005 12:08 GMT | 3 |
Can PLEASE SOMEONE HELP me how to enumerate local network interfaces (i.e ip addresses, dns, etc.) with csharp. I need the type of information that would come up when typing ipconfig /all
|
| Spread trading application | 09 Jan 2005 11:41 GMT | 3 |
I work for a very small trading firm. We are thinking of developing our own trading application to automatically make spread trades on the e-cbot platform. We are somewhat unsatisfied with our current application that performs this functionality.
|
| Webserver Control vs HTML server Control | 09 Jan 2005 10:55 GMT | 2 |
What is the exact difference between a Webserver control and a HTMLserver Control? Why would you use one or the other? Thanks!
|
| Printing Labels | 09 Jan 2005 10:27 GMT | 2 |
I have a requirement from my app to print a variable number of incrementing labels (actually barcodes but integer values will do for now). I have some suitable labels - 48 to a sheet and I am stuck as to the next step having never done any printing from an app before.
|
| treed thread | 09 Jan 2005 09:36 GMT | 1 |
i'am programming an application that launches 5 threads, those launches 10 threads more. i need that the last one 10 threads finished first, and then the others. Any idea??
|
| Win32 app. or .net App.? | 09 Jan 2005 08:41 GMT | 5 |
I need to implement a stand alone gui application which need to call some other regular DLL functions (unmanaged code). Should I use .net with C# or just use Win32 API to write this exe? Is it easy to call any DLL function from .net/C# program?
|
| Reboot and Shutdown Windows XP using VB.NEt | 08 Jan 2005 17:22 GMT | 3 |
I would like to know the code for reboot and shutdown windows xp professional using VB.Net. thanx Senthil
|
| System DLLs runtime checking | 08 Jan 2005 12:29 GMT | 5 |
I am trying to clean out all the VB specific code in a project before porting to C#. Having removed all the import references I still see the VB runtime is loaded at startup. How can I pin down what is actually causing the VB runtime still to load?
|
| Databound Dropdown List to a binary field | 08 Jan 2005 12:29 GMT | 1 |
I want to create a databound dropdown list with "Yes" = 1 and "No" = 0. I set the collection up with the two values and databind it to a binary field (sql server) and the only entry in dropdown is "True" or "False" depending on the value in the field.
|
| How to convert colors to HTML | 08 Jan 2005 11:20 GMT | 3 |
How do I convert "LightGray" to an HTML color? I have a color picker that returns the name of the color and I need it's HTML equivilent (like #050505) Thanks!
|
| DropDown's DataSource/DataMember | 08 Jan 2005 09:15 GMT | 20 |
I think I've stared at it until it's made me stupid(er?). What am I missing about setting the list of the dropdown to display data pulled from a table? //... daPrepaid.Fill(dsPrepaid, "Seller");
|
| Suggestions for tools, processes for new team | 08 Jan 2005 04:41 GMT | 10 |
I'd like to get suggestions from some of the folks here regarding tools and processes for a new, small development team. I'm starting a new job next week, and part of the fun is
|
| Dotfuscate or Not ? | 08 Jan 2005 00:09 GMT | 7 |
To protect your C# program from decomplication, the Dotfuscator is the recommanded way by Microsoft. But if you dotfuscate your final release, your program could break down, and also you will probably fall in a "Dotfuscator hell", which is even worse than the famous DLL hell. So ...
|
| Develop using FAT32? | 08 Jan 2005 00:06 GMT | 6 |
I'd be interested in comments pro or con about using -- or not using -- the FAT32 file system for ASP.NET development and testing.
 Signature <%= Clinton Gallagher
|
| Outlook Express Automation | 07 Jan 2005 22:13 GMT | 2 |
How can I retrive a list of contact in outlook express?
|