| Thread | Last Post | Replies |
|
| unhandled exception | 22 Apr 2005 11:14 GMT | 3 |
i am using VS.NET 2003 and coding in VB.NET. some of my users recieving an unhandled exception in one of my programs. although these exceptions always occur during a certain process, they are totally random as to if and when they occur. if have not been able to
|
| Using the Picture Control | 22 Apr 2005 06:42 GMT | 5 |
Ive been programming for some time now, so i wanted to get into graphics, but i wanted to see if I could make a Picture Viewer. I have no experience with the picture control, ive tryed the MSDN tutorial for the control. If the code to use it in is in Basic, dont bother sending it ...
|
| Arithmetic operations with large numbers | 22 Apr 2005 04:23 GMT | 8 |
I have a situation where I have to support a large number(not decimals), something of the order of 20 to 30 digits in the database(sql server 2000) I am not able to use LONG data type as it exceeds the limit, so I am thinking of using the string value now. But do not know how to ...
|
| How to retrieve clients MAC address? | 22 Apr 2005 03:16 GMT | 5 |
i can't figure out how to retrieve clients MAC address using C#.NET. I can get IP but not MAC. Thanks in advance. Gidraz
|
| Scheduler / Daemon | 22 Apr 2005 02:58 GMT | 1 |
I am looking for a scheduler / daemon kind of control in .Net. Preferably in C#. I don't think 1.1 has inbuilt (read: core) support for daemons (like available in Java)... are there any 3rd party libraries available?
|
| Passing data between forms? | 22 Apr 2005 01:19 GMT | 4 |
How would I send information from DataGrid on the main form of the application to a modal popup form and then pass any changes to the data back to the main form and database when the popup form was closed? Thanks
|
| Compite Native code with .NET 2003 | 21 Apr 2005 23:43 GMT | 15 |
Is there anyway to compile native Win32 application with .NET 2003 and thus write program for computer which doesn't have the framwork installed ? If not ----> gcc!!
|
| How can I format this date | 21 Apr 2005 23:39 GMT | 2 |
When I use msgbox(Now().ToShortDateString) I get 4/21/2005. How can I convert that to 042105. Thanks
|
| Streamreader/Streamwriter | 21 Apr 2005 23:29 GMT | 2 |
Using vb.net, I am using Streamreader to read a text file and searching for a line to delete, the I close the file and open it as a streamwriter so I can put the new file back to disk without the line that I deleted. Can someone tell me how I can do this without having to close ...
|
| 0x800405a6 error | 21 Apr 2005 23:22 GMT | 1 |
I'm hoping someone has a better answer than "check the documentation for a brief description of something that isn't the problem" <g> I have an app that runs just fine in development on my XP machine, but when I move it to others (running 2KPro), I get the above error. All that ...
|
| Regex File contents | 21 Apr 2005 22:47 GMT | 3 |
I want to regex a 600Mb file. Instead of reading it all into a string and passing that into an expression is it possible to point regex to a file for proccesing? Thanks
|
| Is COM still relevant | 21 Apr 2005 13:40 GMT | 2 |
I want to develop a C++ class library. I finally realised I need COM not just C++ Dll. Is developing COM as dll useful or should I consider any .Net related technology. Is COM relevant or when to chose COM than .Net and when to use related .Net technology.
|
| get md5 | 21 Apr 2005 13:22 GMT | 1 |
i have 2 different applications. (1 is WEb application (asp.net), other is windows forms app.) Web application saves user information (username, pass) to database for a while, using HashPasswordForStoringInConfigFile method (using MD5).
|
| Incorect components positions | 21 Apr 2005 10:37 GMT | 1 |
I have faced a problem: I have an application based on Windows Forms (Framework 1.1) - everything works just fine with 99% of computers, but there is still 1% where components doesn't fit the window... It looks like everything grows... but the window itself. The most interesting ...
|
| Need to know the LAN connection status | 21 Apr 2005 10:32 GMT | 5 |
I'm designing an application that will be run on LAN-connected desktop PCs, and will also be run on laptops that may or may not be disconnected from the LAN. The application also needs to continue functioning if the network goes down.
|