| Thread | Last Post | Replies |
|
| Can I send/receive to an FTP server from a .NET WinForm Taplet PC application? | 21 Apr 2004 23:45 GMT | 2 |
Does anyone know if there is any information on how to do this? The application will be synchronizing data from an intermittent, wireless link.
|
| Newbie | 21 Apr 2004 23:42 GMT | 2 |
I´m trying to load a VB6 project into .NET and it dont find the upgrade tool. Where can I find the Upgrade tool? Thanks
|
| Database for .NET Windows, PPC, and elsewhere? | 21 Apr 2004 22:14 GMT | 1 |
I'm trying to decide on a persistence layer for .NET that will run not only behind Windows forms, but also on Pocket PCs, and preferably work with web applications. Replication is necessary. I could go the SQL Server way, and it would certainly work, but it has
|
| How does one enable the drawing tools (VB.net)? | 21 Apr 2004 22:09 GMT | 1 |
the image editor toolbar is visible but none of the controls are enabled. I would like to drawing a few simple shapes on a form. How do i enable this toolbar thanks!!
|
| Activator.CreateInstance() versus 'new' | 21 Apr 2004 21:03 GMT | 9 |
I need to design a method that creates and returns a large array of objects. The problem is that the *type* of object to create isn't know until runtime. As a result, a parameter of type "Type" must be passed in: IMyInterface[] CreateObjects(Type type,int numberOfObjects);
|
| 100% usage on Client PC ?'s | 21 Apr 2004 20:40 GMT | 1 |
I just delivered a windows client .net app and have noticed on client Pc, and for that matter on dev PC, the CPU in the Task manager is pinged at 100%. Yet the PC acts fine. You can launch IE and other apps with no lag. My question is, why does it show up like that? App is ...
|
| Getting System Ticks | 21 Apr 2004 20:24 GMT | 3 |
Does anyone know a way to get system ticks in .Net? I found DateTime.Ticks, but that is equal to 100 nanoseconds. The reason I'm asking is because we're considering passing some sort of timestamp when an event fires. Do you have any suggestions on getting this value?
|
| datagrid verification issue | 21 Apr 2004 20:21 GMT | 7 |
I am trying to verify a datagrid in which there must be an entry in both columns of any new row, and those values must be greater than the corresponding values in the previous row. It is pretty simple to verify the cell the user starts in by invoking a verifying event for the ...
|
| VB.net 2003 good enough to create commmercial drawing program? | 21 Apr 2004 16:48 GMT | 6 |
Opinions needed - is VB.net good enough to create a proper vector drawing program with some bitmap processing, i.e. does it have a rich enough feature set, and do the compiled programs run fast enough for a commericial release? Or do you have to use C#, maybe even C++ (more ...
|
| ASP.NET function runs twice | 21 Apr 2004 16:11 GMT | 2 |
I have a button on my ASP.NET form that takes information from the form and puts it into a database. However, whenever I push that button it runs the function three times instead of just once. What can I do to fix this?
|
| Need help updating access db | 21 Apr 2004 14:58 GMT | 1 |
I new to ASP.net and am using the following code to attempt to update an Access 2000 mdb. The code does make it through the code following "try". NO rows are updated. There is a row with the work_id of 1343. What Am I missing? Your help is appreciated.
|
| WebBrowser control | 21 Apr 2004 14:32 GMT | 3 |
Anybody knows what's the equivalent of the WebBrowser control in .NET? Thanks.
|
| XP Event Error? | 21 Apr 2004 12:29 GMT | 9 |
I just started using .net 2003 this week. XP-Pro is giving me a Userenv ID of 1517 when I close XP ONLY after having .net open prior. Here is a copy: //-------- Event Type: Warning
|
| Portal Web Site Design from scratch | 21 Apr 2004 06:41 GMT | 1 |
I hope I am posting this to the correct newsgroup, I apoligize if I am in error. I am looking into creating my own portal. I realize that there are several out there allready pre-built(ie asp.net Portal Starter Kit) What I am looking for is either a book that produces one from ...
|
| internet time | 21 Apr 2004 05:38 GMT | 1 |
is enyone know how to calculate the "internet time" ? any articles about it thanx
|