VS 2010 Using The Debug File - Change The Default Name?

Feb 12, 2012

When I drag my debug file from the debug folder to the start icon in order to make a shortcut for the application on the start menu, it automatically names the shortcut WindowsApplication1. How can I change the default name for this action?

View 14 Replies


ADVERTISEMENT

VS 2010 Can't Change Debug Platform?

Aug 17, 2010

I've received a project from a friend and the Debug platform is set to "Active (Itanium)",so I changed it to x86, saved, closed the "My Project" window, and debugged. Same message:Error while trying to run project. Cannot start debugging. The assembly to be debugged was built with a platform incompatible with the current system." I went back into My Project > Debug and it's been set back to Active (Itanium). I tried everything and looked around Google, has no-one else had the same problem? How do I fix it?

View 2 Replies

Debug-mode - Calculator - Change The Project Name And All The File Names That Had That String In It

Nov 11, 2010

It's just a small calculator project so it's no big deal, but after I had built the project, I wanted to change the project name and all the file names that had that string in it (and all internal references to that string). I had played with this before and knew that it was asking for trouble but I thought, "What the hell, I'll try it again." feeling a bit brash.

Well, everything works fine in debug mode, but there is this DOS window that pops up just before the main form does, and it doesn't go away for the entire debugging session. I think I see that window pop up on all other projects too (if the main form doesn't cover it up completely), but normally, it's only there for a split second.

View 2 Replies

VS 2010 Change Button BG Color To Default?

Jun 14, 2010

I change the background color of a button to red, and need to change it back in the code to the default gray

View 2 Replies

Change The Default Icon Of .exe File?

Aug 17, 2011

i have developed a program on Visual Studio.Net 2005, also i have deployed the program and got a shortcut icon on desktop which is fine but when i go to C:\program files\[MyProject]\MyProject.exe, the ,exe file has the default icon, i want to change that default icon to the custom icon. How can i perform this task?

View 6 Replies

.net - VB 2010 Express: Debug.WriteLine Optimized Away Completely In Debug Version?

Aug 31, 2011

Simple question that does not seem to be covered: If I use a lot of Debug.WriteLine statements in my code, will they be completely absent in my production version?

I mean: Is the compiler smart enough to not emit any code for those calls? Or would I have to surround them by #if DEBUG..#end if directives?

View 3 Replies

Change The Default Path Of Settings File For The Application When Installing?

Jul 27, 2010

how to change the default path of settings file for the application when installing??and where I need to change in application so that the application takes this file as setting file for itself (means it do not search in default location )

View 4 Replies

VS 2005 Change Default File App To Another App When Double Clicked In Explorer

Aug 6, 2009

I've searched the forms and ran into a road block i think due to not really knowing what its called I'm searching for. Here is a simple explanation. I would like to add a button on my form that if selected will change the default application that a certain file type opens with.

[Code]...

View 1 Replies

VS 2010 Combobox Default Value - Display The Name Of The Person Who Is Doing The Selection As The Default?

Nov 25, 2011

I have a combobox which contains a sample of names selected from a table.Currently the default name displayed in the box is the 1st name found in the table. What I would like to do is display the name of the person who is doing the selection as the default. The name is stored in a public variable 'PubName' and I do not want the user to be able to type into the combobox themselves.Is this possible?

View 2 Replies

Change Software Version On Debug Mode?

Feb 11, 2012

How can i Auto update or manual update my Software version. when i build my project on debug mode. Software version only auto increment when i publish the software. but dont want to publish my software yet. my project is developing state.

View 1 Replies

Visual Studio On Win 7 (64 Bit Ver) Won't Allow Debug To Change Code

Jul 28, 2010

I upgrade my computer to win 7 64 bit and run visual studio 2008, When I try to debug my old dotnet application (orgiinal from XP) it wont allow me to change any code while stop and debug. It said 'Change to 64 bit application is not allowed.

View 3 Replies

Change Breakpoint - Debug A Null Reference Exception

Sep 25, 2009

I'm having some trouble with breakpoints. I'm trying to debug a null reference exception. However if I set a breakpoint right before the null exception normally occurs, the null exception stops occuring. Here is a (very) simplified code snippet to give an example of my code.

[Code]....

In my real project, the line that calls DoSomething will throw a null reference trying to access MyChild. However if I put a breakpoint at that line, MyChild exists, and the call goes through without a problem. In the past, this was usually sign of a race condition in my code. In this scenario however, there are no other threads that modify MyList or any MyParent objects. What could possibly occur when visual studio breaks into code that preserves MyChild object that does not occur when no breakpoint exist? In my real project, the line that calls DoSomething will throw a null reference trying to access MyChild. However if I put a breakpoint at that line, MyChild exists, and the call goes through without a problem.

In the past, this was usually sign of a race condition in my code. In this scenario however, there are no other threads that modify MyList or any MyParent objects. What could possibly occur when visual studio breaks into code that preserves MyChild object that does not occur when no breakpoint exist?

View 2 Replies

Created Folder Go By Default In Bin / Debug Folder?

Nov 24, 2009

Whenever I create files in VB.net, the results go by default in the bin/Debug folder. I would like them to go in bin/Debug/Test without having to write the actual location, since the project folder may change from user to user (i.e. they don't place their project in the same folder I do).

View 8 Replies

Asp.net - Change Default For MaskedEditExtender Am/pm?

Oct 18, 2011

The MaskedEditExtender control that I am using is set up for a MaskType="DateTime" and the AcceptAMPM="true" but I need to know how a user can change the am/pm without having to type in A for AM and P for PM? Is there a way I can add arrows or something to this control so that it is more user-friendly when changing from AM to PM? My users aren't going to know that they need to type out the value for it to change.

[Code]...

View 1 Replies

Change Default Printer In .net?

Jun 4, 2004

I have a vb.net app that uses PrintPreviewDialog to print a document. Now I want the user to be able to print to any printer on the network. So, I created a listbox of available printers which works fine. Now, I need to either change the windows default printer to the one selected, or make the PrintPreviewDialog use that printer name.

View 6 Replies

Change The Default Font To Something Else?

Mar 31, 2012

I am using VB 2010. The default font for forms is Sans with a size of 7.8. Is there a way I can change the default font to something else. I do not see this choice in the options section of the tools menu.

View 3 Replies

IDE :: Change The Default Value(s) Of Controls?

Jan 31, 2012

Is there any way to change the default value(s) of controls? How about setting the default value of Textbox.Multiline to True which would make it easier to arrange on the form.

View 2 Replies

Change Calendar Default Value To Null?

Jun 24, 2011

how to change calender default value to null?

View 1 Replies

Change Default .net Form Skins?

Jul 12, 2010

Can we change default vb.net form skins . I mean to make it better?I am not saying to change background colour or image . I am saying to change style,design etc?

View 1 Replies

Change Default Debugging Form?

Mar 17, 2009

I don't know what this is called or I'd search for it since I'm sure it's been discussed. How do you pick a form as the default form that opens when you start debugging? As in, I have a form I want to debug but when I click debug, a different one opens with no means of getting to the other forms.

View 6 Replies

Change Default Encoding To ASCII?

Dec 9, 2010

I'm using this to write to a text file[code]..

but i need to change the encoding from the default. how do i change the default encoding to ASCII?

system.text.encoding?

everything in outputText is written as a string and then concatenated into outputText.

View 8 Replies

Change Default Excel Program?

Jun 21, 2009

I have Excel 2003 and 2007 loaded on my computer. When I open an Excel file, it is defaulting to 2003. How do I check to see what the default program is for opening xls files and change this to 2007 in my code? I have already done the following manually:

1-Open My Computer
2-Go to Tools --Folder options
3-Click the File Types tab
4-Scroll down to the XLS file type and highlight it

[code]....

However I am not convince that its defaulting to Excel 2007 when I run projects in VB as I am seeing the "File Conversion" prompt when file are open.

View 1 Replies

Change Default Mailto Client?

Feb 9, 2009

I'm developing an application and when the application is open, I need to handle the mailto protocol. I'm thinking the best way is have the app change the HKEY_CLASSES_ROOTmailtoshellopencommand registry key when it opens and change it back when it closes.

View 2 Replies

Change Default Taskbar Icon?

Feb 13, 2012

How do I change the default taskbar Icon? I can change the application Icon but how do I change the "boxes" icon that appears in the taskbar? I found this but how do I change it to use a icon from file?[url]...

View 7 Replies

Change Default Try Catch Template?

Oct 14, 2010

What I want to do is change the default Try Catch template so that includes the basic error handling code that is required by my company. I have tried to find the place where we can change this, but I only appear to be able to find out how to do things like change the class template and things like that rather than bits of code.

View 2 Replies

Change Default Try-Catch Variable Name?

Jul 20, 2011

I was wondering if it was possible to change the default variable name that shows up in the auto-complete for a Try-Catch block. It populates as:

Try
Catch ex As Exception
End Try

I want it so it populates as:

Try
Catch excError As Exception
End Try

View 1 Replies

Change Default Value Of A Property Of Control?

Jan 12, 2012

I am inheriting my own DataGridView (say MyDataGridView) from the standard DataGridView control. What I want is that certain properties of MyDataGridView should have a different default value than what its base have. For example, AllowUserToAddRows, AllowUserToDeleteRows, AllowUserToResizeRows properties should have the default values of False; so that when I drag MyDataGridView into a form in the IDE, the default values shown in the properties grid should be False. Later on, if I want to change them to True from the grid, they will be set accordingly.

View 1 Replies

Change Default Windows Printer?

Aug 28, 2009

I really want to do is change the default printer in Windows.No combobox populated with a list, just simply the syntax for changing the default printer.

View 1 Replies

Change The Default Form Icon?

Feb 12, 2009

How do you change the default form icon in vb.net 2003 form?

View 2 Replies

Change The Table To The Coefficient Value In A Default?

May 12, 2011

I have a table that contains the matter field coefficient and I want to bring its value to 1 by default, but unfortunately I forget to do that when creating the table matter, and I try to change the table to the coefficient value in a default but it does not work

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved