Answer Questions
Dao How Do I Run a Program from a Network Location
Is there a way to have a program run from a network location without having to install it I have a simple program I want my users to be able to just run as is from the network. There are deployment solutions for configuring security which might make this a bit easier for you: http://www.codersource.net/dot_net_security_deployment.html http://support.microsoft.com/default.aspx scid=kb%3Ben-us%3B815173 ...Show All
AnonymousCoo Start Debugging (F5) Crashes IDE Web App
Greetings, I am creating a website with Visual Studio 2005 Beta 2. Every time I try running the application with (F5) start debugging it crashes the IDE and wants me to report the problem to Microsoft. It works find if I start the application without debugging <ctrl>+<f5>. The web project is using location "File Type" using the ASP.NET Development Server on port 1147. The error I get is "Microsoft Visual Studio has encou ...Show All
Aleksei Stop taskbar appearing when printing ?
I have a form that is maximised and with FormBorderStyle set to none so it is covering the whole screen. My app. requires that some printing be done but when that happens the taskbar appears briefly and disappears again which looks unprofessional. Is there any way to keep the taskbar in the background or hidden Thanks for that Steve, it's a real shame though. I don't believe ...Show All
wetblanket August CTP manual download
Is it possible to download August CTP (C#/EE) full CD image The only downloadable thing I've found so far is the online installer. Thank you Inray - No, there are unfortunately no CD images of the August CTP available on the Web. If you are an MSDN Universal subscriber, you should be able to get CDs of Express through that program. Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All
Bernon Design Question, VB6 to VBExpress
Hi..I am moving from VB6 to VBExpress (with a very short .NET 2002 stop) and have a design question. Suppose I have two string arrays. The first has 20 elements and gives the make of cars (e.g. GM, Ford, Rover, etc). The second string array has 15 elements and contains the names of various individuals. My goal is to match each infividual with a car make. There will be only one matching car make for each individual. My VB6 solution is ...Show All
Jose Vitoria quick macros
I couldn't find in the IDE one of the features that really loved: the chance of recording quick macros (cntrl-shift-r) and executing them (cntrl-***-p). Did I forget something, or it's documented that the feature is disabled Thanks in advance for your answers. Stefano. Sad news! I really liked them. Many thanks, Michael. Stefano: The macros feature is not ...Show All
Whisky Fudge Resource Editing
When I try to edit resource file (*.rc) I get this error: "Resource Editing in not supported on the Visual C++ Express SKU". Does that mean there is no way to get the resource editor to work in VC++ Express sylt wrote: From the 'solution explorer', right-click the *.rc file and select 'open with..', then select 'source code (text) editor' from the list. It seems that *.rc files can't be added ( ...Show All
Samuel_Schoenberg Search Feature and Send Email.
Hi all !!! I want to create website that has a feature to search my database. Also, I want to make the website to be able to send email to my customers that are stored in the database. Is anybody outhere know how to do this Or maybe have some helpful link about creating these features in VWD 2005 Thanks a looottt in advanced. hi, vwd forums http://forums.asp.net hope this helps Were you able to find answer ...Show All
MSidden Saving table
Hello I am fairly new to this, I have been creating a small application that has come together fine and works, however all data that is stored in my table is lossed when the user exits the program and loads it back up. I presume that I need to have some way of saving the table and loading it up when the program is opened again. I have tried a few things so far with no success, can someone tell me what the best way of doing this would be, and ...Show All
narayanspg Absolute Beginner
Hi. Im using Visual Basic 2005 Express Express. I have a very simple form with a button on it. What I would like, is for when the click event of the button is fired, the date and time to be recorded in an access database. ive been able to make the connection to am access db, but past that, I'm lost. all the datareaders, tableadapters and on and on, are confusing me. Any help would be great. Thanks ...Show All
Chellam Adding Event in C#
As an exercise I am attempting to implement in C# the exercise described by Jackie Goldstein in VB in the article "New DataSet Features in Visual Studio 2005" (msdn.micrisoft.com/vbasic/reference/data/default.aspx) The exercise involves writing an event ValidateNewRow which is fired when a new row is added to the Orders table of the Northwind database. In the article the implementation is shown as (in Visual Basic): Partial Public C ...Show All
Dylan McAtee Re-Registering
I registered VB 2005 Express and i dont get a key or anything to put the key into. Now after a couple of days I get a balloon popup in my taskbar asking about registering it. I registered again. After starting it again it does it again. What do i do about it I got the same problem with VC# 2005 Express, I read a couple of threads and most of them say it will always happen until I time, I guess this is an annoy ...Show All
rickkeller upgrade from Beta2 to released version
Here are a set of resources to use before installing the RTM versions of VS or the .NET Framework. The main key is to uninstall SQL Express, VS, and MSDN *before* uninstall the .NET Framework. If you don't, you will end up with some orphaned files in the GAC which will lead to package load failures. Aaron's blog has some suggestions on how to clean that up. Tools and Tips on Uninstalling Previous VS 2005 Releases Official: http://l ...Show All
Rajashekar C# sql submit button
Hi all m creating a Youth muster administration program in c# i need some help i have a bunch of text boxes with for text like last name first name ect, i want to create a button that i can press that will place all the information into a sql database, please be spcific cos im a noob. cheers ps also i would like to add a progress bar, for the submission proscess, details on how i can do that would be helpfull to cheers Ho ...Show All
TWD Using Classes and Structs
I am confused on using Classes and Structs. Can anyone shed light on what MS has changed about them example this code generates a ton of weird errors #include <windows.h> class CIGECORE { public : LPSTR sAppTitle; int iPosX; int iPosY; int iWidth; int iHeight; }; Ok here is my entire projec ...Show All
