| Thread | Last Post | Replies |
|
| VS 2005 and Javascript | 31 May 2007 19:17 GMT | 1 |
I'm having an unusual issue with javascript. I had an error in some javascript code, so I commented out the problem area and attempted to run again so I could do a view source on the page and see what's happening. Even though the code is commented out it still attempts to run ...
|
| Want to send ascii data over the tcp socket in VB.NET. | 31 May 2007 17:27 GMT | 3 |
I want to send ascii data over the tcp socket in VB.NET. When the data reaches the destination, the special characters in the messages are recived as '?'. I meant the special characters which are not keyborad characters.
|
| 'class' is defined in multiple places | 31 May 2007 15:14 GMT | 3 |
I've googled this but I'm not getting anwhere. I've obviously ensured that the class is not defined twice. Its a web site ( the main dll ) that runs perfectly on my development machine but fails when it gets run on the server. I've been all over the server and deleted every ...
|
| Mobile Application | 30 May 2007 23:39 GMT | 2 |
We have a current application for some mobile Hand Held Barcode Scanners. The current App was written in Delphi and I intend to re-write it in VB.Net. Before I start can anyone recomend a News group for Mobile Apps. The program will need to work disconnected and update our main ...
|
| Can Wireless Gaming Adapter work with Wireless Router? | 30 May 2007 21:51 GMT | 1 |
Trying to set up a WGA54G (gaming adapter) to a WRT54G(wireless router) so I am able to use a wireless service provider on an already established wired/wireless office network. Thoughts???
|
| LoaderLock problem | 30 May 2007 21:09 GMT | 3 |
Help me understand this, please. I have an older VC++ COM DLL that I'm using in a C# project. One of the COM objects takes a callback object as a parameter so that it can spin off a thread and do some long running network stuff without
|
| Word Interop | 30 May 2007 21:07 GMT | 2 |
I am using late bound Microsoft Word integration with a vb.net winforms application. If I run code such as the following: Dim objWord As Object Dim objWrdDoc As Object
|
| Launch an application from a service | 30 May 2007 21:03 GMT | 3 |
I need to launch an application that interacts with the desktop from a service. The catch is I need it to work at the CTRL-ALT-DEL screen when nobody is logged in. How can I accomplish this?
|
| Visual Studio 2005 Debugger Skips Breakpoints | 30 May 2007 20:41 GMT | 1 |
Does anyone know why VS 2005 might skip breakpoints when debugging through the browser? It's a new installation so no configurations other than 'set startup project' and 'set startup page' have been set. Do I need to do additional configuration to get the debugger to break
|
| COM attribute named Event | 30 May 2007 17:54 GMT | 1 |
I'm using a COM object in .NET that has an array attribute named Event. Since event is apparently a reserved word in .NET, it's making me call get_Event() to retrieve the data. The problem is that the object I'm getting back from get_Event seems to be broken. If I try
|
| Smart Indent in Visual Studio 2003 | 30 May 2007 17:14 GMT | 1 |
Hi, I am editing code under visual studio 2003 environment. Does it have a 'Smart Indent' function like matlab does? Thanks
|
| Problem with WEBDAV | 30 May 2007 11:54 GMT | 1 |
I have tried the code supplied by microsoft help page as below and all I get is 440 Login Timeout
|
| Installing VS on two operating systems? | 30 May 2007 02:06 GMT | 4 |
If one has two operating systems on two different partitions, say Vista and XP. Is there is a way to install VS2005 on one partition and make it work on both operating systems, without needing to install VS2005 on both
|
| I want to publish one Event from my Header User Control using Master pAge | 29 May 2007 21:25 GMT | 1 |
I want to publish one Event from my Header User Control using Master pAge . And want to attach/detach this event from individual pages. Details: I have one User Control Header.ascx. This control have one Save
|
| single sign on for windows applications or windows services | 29 May 2007 21:05 GMT | 1 |
Does anyone have any experience with single sign on for .Net windows applications or windows services? So the idea is to be able to use the user credentials from logging into windows to authenticate the user for using a windows application or windows service. I have found some
|