| Thread | Last Post | Replies |
|
| Access object through C# loop | 13 Jun 2005 20:37 GMT | 2 |
I have an aspx page that contains 5 tables. Each table I have Named tblSection1, tblSection2, tblSection3, tblSection4, tblSection5 respectively and reside in a corresponding panel for collapse and placement purposes. I have a loop in the code behind that will add rows and cells ...
|
| GPS | 13 Jun 2005 16:31 GMT | 2 |
I need to set up gps to track the locations of 6 trucks (our fleet). Can I use mappoint for this? Don't I need to purchase a reciever and transmitter for the trucks so that they can transmit their location and then I can map that out in mappoint? Please advice on where to begin.
|
| Double Click Behaviour in IDE | 13 Jun 2005 16:03 GMT | 3 |
Is there anyway to change the behaviour of the double click in the Solution Explorer? If I double click a form, I don't want it to open in the designer, I'd much rather it open the source code. Thanx
|
| Invoke a method on Word thread | 13 Jun 2005 15:21 GMT | 1 |
How do I invoke a Word method on Words' thread, instead of on my app's thread? Background: My VB.NET app automates Word (2000 and onwards). After I do some editing (successfully) on a Word.Document object, I then call the document object's
|
| "Globaly" declare object on Server-side. | 13 Jun 2005 14:44 GMT | 1 |
I have a multi-layer business application written in VB.NET. The client can be either a website or a webform communicting with the bussines-layers through webservices. In "Client-classes" i'm sometimes using Singletons to "store"
|
| Msgbox on Windows Server 2003 | 13 Jun 2005 14:28 GMT | 1 |
I'm really new to .Net development and need your advise on this. Recently I've completed a web application using VB.net (Visual Studio .Net 2003). In the application whenever the user clicks the delete button, a msgbox will appear prompting the user to confirm the deletion via ...
|
| Error running VB.NET Application through Service | 13 Jun 2005 14:10 GMT | 2 |
I am running a simple .NET program, which is being executed by a windows service and I am coming across the error -532459699. I have tried the following: Ran the service using the system id and a specific id - no difference
|
| HELP ME | 13 Jun 2005 12:51 GMT | 3 |
HELP ME PLEASE PEOPLE!!!!!!!!!!! someone hacked into my msn account so i changed my password to something really long and now i can't rememeber it and have tried to reset my password but it sent it to my alernet email address and i don't know what that is. CAN ANYONE HELP ...
|
| encrypt password in config file | 13 Jun 2005 12:15 GMT | 4 |
I want to encrypt a username/password inside a config file that will be read and decrypted by a .dll. I have discovered many ways to do this looking at Google but was wondering if anyone could recomend one method over another. Any thoughts?
|
| Accessing Unmanaged dll | 13 Jun 2005 10:41 GMT | 4 |
I am running a client based application written in C#. As part of the deveopment I am utilizing a set of dlls which is part of a vendors application (not written in .Net). So I have written a managed wrapper for the dll.
|
| Where is the "search" link? | 13 Jun 2005 07:56 GMT | 1 |
I like to search in the forum but I can't find the (in FAQ described "search" link: "... To access the search feature, click on the "search" link at th top of most pages. ..."
|
| Hide JIT Debug Error | 13 Jun 2005 06:34 GMT | 4 |
I'm trying to create an all encompassing error handler to handle all Unhandled Exceptions. I have added an event handler to AppDomain.CurrentDomain.UnhandledException and everything works fine when debugging. When I try to run the app outside of the IDE I get the JIT Debug
|
| Delete Query | 12 Jun 2005 22:57 GMT | 1 |
i write this, im using access and oledb: i have a lblDate=Date.Today in form load "DELETE FROM Tblname WHERE SaleDate='" & lblDate.text "'" i just want to delete the records with SaleDate=today date but when
|
| Frankly, I prefer DLL Hell | 12 Jun 2005 21:59 GMT | 4 |
I am attempting to do something extremely simple: -I have an application that references multiple sets of third-party assembly DLLs -The third-party assemblies are not strong-named and thus (apparently)
|
| Cursor attributes and location in Console class | 12 Jun 2005 21:34 GMT | 1 |
How can I set the Cursor (that is, the caret) attributes and location in the Console class?
|