 |
|
 |
how to capture bit map in the visual studio 2010?
and how can we do playback in visual studio 2010?
|
|
|
|
 |
|
 |
What do you mean by capture bitmap? There is no facility, as far as I know, in Visual Studio to capture images directly, other than opening an image resource and pasting the image in. Do you, by any chance, actually mean that you want to capture an image using a language in .NET? If so, what language and what technology stack (e.g. WinForms) are you on about?
|
|
|
|
 |
|
 |
The problem is the setup and deployment installed templates are missing from my version of visual studio.net 2010 professional edition. I want to have these templates available since the programmer before me deployed the C# 2010 web application I am suppose to support using a 'setup.exe' and 'application.exe'. I do not want to change the method of how the application is deployed to production since I will only be making enhancements. **Note: I am the only programmer at this company.
I want to mention the following about my workstation:
1. I have Visual Studio.net 2008 professional edtion on my workstation. I do not remember the options I selected for the first install, but I was using it for a C#.net 2008 desktop application. The visual studio 2008 has the setup and deployment templates available.
2. I never removed Visual Studio.net 2008 professional edition from workstation.
3. I installed visual studio.net 2010 professional and probably selected C# and web development projects for the initial install.
Should I do one of the following:
1. Is there a way to ask visual studio 2010 for the setup and deployment templates for web applications? If so, how do you accomplish this task?
2. Is there a conflict with visual studio 2008 and 2010 on my workstation? Do I need to change some setting?
3. Should I uninstall visual studio 2008?
3. sould I uninstall visual studio 2010 and reinstall it? If this is the case, when the visual studio 2010 professional is used for the first time, what options should I select if I want to work on? I do want C# and work on web application proejcts.
If you have other suggestions, can you let me know what they are?
modified 27 Apr '12.
|
|
|
|
 |
|
 |
This is off-topic, can I ask why you wrapped the question insider PRE tags? Did you do that manually, or did you paste the text for the question in from, say, notepad, and then chose "paste as code" from the paste dialog that pops up?
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
|
|
|
|
 |
|
 |
I copied the text from notepad and directly pasted the myquestion into this window. I did it this way since I did not want this website to timeout. (I just assumed it would timeout after some point.)
|
|
|
|
 |
|
 |
You can sit in the post-a-message window for as long as you want while typing.
When you pasted, did you see a popup windows to the immediate right of the text area in which you pasted?
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
|
|
|
|
 |
|
 |
Hi experts,
sometimes I find it useful to split a code file view. Then I can see a declaration an another piece of code that are further apart than one screen height.
I wonder how to navigate from one side of the splitter over to the other via keyboard.
Therefore, the web told me to find or create a hotkey for "window.nextsplit". My problem is that I just cannot find it in "Extras" - "Options" - "Keyboard". Many of those entries are in german (since I live in germany and have a german Visual Studio 2008 Standard installed).
Anyone knows what the command is called in german ("Fenster.NächsterBereich" navigates to the Search&Replace window)?
Ciao,
luker
|
|
|
|
 |
|
 |
F6 works for me. Or you could ask one of your German colleagues.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
|
|
|
|
 |
|
 |
No luck this way. I'm the only "software guy" here.
Ciao,
luker
|
|
|
|
 |
|
 |
But you can still ask someone to translate for you.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
|
|
|
|
 |
|
 |
I have been hearing about the data dude that can be used for a visual studio.net 2010 professional edition ide. I have heard alot about the 'generic' features of it. However can you tell me where I can obtain the download for this? Also can you tell me and/or point me to some features that are used by the data dude?
|
|
|
|
 |
|
 |
Try this[^].
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
|
|
|
|
 |
|
 |
HI, Not sure if i'm posting in the correct area, but if not hopefully someone can redirect me.
I'm trying to write a visual studio extension to among other things keep all our check in comments consistant.
We have a 3rd part application that we keep all out work tasks in, which i can link to (and already have in the extension). I simply want to use that task name to set the comments in the pending changes window.
I can get hold of the window, with
Window window = _Application.Windows.Item("{2456BD12-ECF7-4988-A4A6-67D49173F564}");
but cannot seem to access any of the controls on it.
Other windows have and 'object', which allows access to all the controls, however on the pending changes window the object is null.
Am i looking at this in the correct way? is this even possible?
Any help would be greatly appreciated.
Thanks
Martin
|
|
|
|
 |
|
 |
how to navigate to different project file from one project file on clicking of button in visual studio 2010
|
|
|
|
 |
|
 |
Which button are you talking about?
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman
|
|
|
|
 |
|
 |
I made an application for tracking the location of Windows phone 7 using Windows phone SDK 7.1 and i have used visual studio 2010 for creating my application.I have made different project files in visual studio 2010 using XAML one for starting page which has button at the bottom named menu ,i want on clicking of this button my another project file get opened which has different icons page and again on clicking of those icons my different project files should run in emulator like on clicking of one icon project file of Bing map should open and on clicking of another icon project file of simple calculator should open in Windows phone 7 emulator on debugging my application.How can i achieve all this i am getting unhandled exceptions and i can't navigate to different project files from one another while debugging the application.
|
|
|
|
 |
|
 |
Saurav_bajaj wrote: i am getting unhandled exceptions
Then you should add some code to handle them and determine why they are happening and what needs to be done to fix them.
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman
|
|
|
|
 |
|
 |
Thanx for your reply. I will do what you suggested if still there is a problem , I will come back to you.
|
|
|
|
 |
|
 |
hi all .
in visual studio 2008 .
i put 2 png photo in picturebox1 and picuterbox2 ..
and give the backcolor for picuterbox1 and picuterbox2 to Transparent then i tray to move picuterbox1 over picuterbox2 with Timer or button
pictureBox2.Left = pictureBox2.Left - 10;
when the pic1 over pic2 the transparent doesn't work
i need a help with it pleas ...
|
|
|
|
 |
|
 |
When an existing component is too complex for me to understand it, or too stupid to do what I expect from it, then I stop using it. PictureBox is a prime example of the latter.
Use a double-buffered Panel and paint both images onto it yourself.
|
|
|
|
 |
|
 |
I did something to my VS2008 instalation so that Ctrl F or the associated menu path no longer invoke the "Find and Replace" dialog. How do I get it back?
Ger
|
|
|
|
 |
|
 |
Tools > Options > Environment > Keyboard.
In the Show commands containing, type Edit.Find. From there, you can set the mapping to what you like.
|
|
|
|
 |
|
 |
Morning Pete,
This ones different. Invoking Find using point/click through the menus does nothing either. I have found Edit.Find and it is assigned to Ctrl-F, I have also done a reset. Its more like the Find dll if there was such a thing is not responding.
I have seen a single intance of a blacked out Find and Replace dialog with (not Responding) since this started.
Ger
Ger
modified 11 Apr '12.
|
|
|
|
 |
|
 |
You might have to reset Visual Studio then. To do this, from the command line, type in devenv /resetsettings. Unfortnately, this wipes any settings you have, but it should cure the problem.
|
|
|
|
 |
|
 |
Ctrl F is Find only, does Ctrl H (Find & Replace) work?
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman
|
|
|
|
 |