I have a Label control on the form with small text.
i want to be displayed - rotated counter clockwise by 90 degree
VB.NET / VisualStudio 2005
Windows Forms Application
Any ideas
Does anyone konw whether I can load .net 4.0 assemblies from SQL Server 2008? In particular, we are looking at SQL Reporting, with Custom Data Extensions. I have noticed that hte SQL Server 2008 Business Intelligence Studio does not seem to support VS2010 at the moment. If I release my CDE's as .net 4.0 assemblies, will I even be able to load them from within the SQL Server Reporting Server?
When I add stored procedures to a linq datacontext, by default visualstudio prefixes the stored procedure with the sql schema that it is in. Is there any way to stop this? In our environment, the stored procedures may be moved to other schemas over time, and we will default the schema based on the sql user used to connect. Do I have to do this manually or can I somehow turn off the schema prefixes?
I saw that nullptr was implemented in VisualStudio 2010. I like the concept and want to start using it as soon as possible; however GCC does not support it yet. My code needs to run on both (but doesn't have to compile with other compilers).
Is there a way to "emulate" it? Something like:
#define nullptr NULL
(but obviously that wouldn't work well at all, I was simply showing what I meant).
I have a c# proyect that I need to change its product name upon compiling. I used the prebuild event to change it in the AssemblyInfo.cs but a few times visualstudio doesnt get this change and compiles it with the previous product name. So i prefer to change it after compiling from another executable (all in c#)
I am trying to define db dependency for a web based application, and was thinking that perhaps the hibernate mappings used in the application might be importable into some sort of tool to produce a visual ERD diagram. Has anyone tried something like this?
I am developing a simple c++ program inside Microsoft VisualStudio. This program will later be convert to DLL, in order to register it to Internet Explorer.
Inside my program, I would like to do like this:
if flag=1,
toolbar_button = green;
else
toolbar button = red;
I want to create a simple button on the Internet Explorer, and the button can reflects the color that I pass from my c++ program.
How can I achieve this?
This is not "programming" related as much as it is "software engineering" related.
I am required to produce an implementation for additional functionality to a complete system. All I am armed with is knowledge of the existing architecture and a functional spec with visual requirements, user stories and use cases. Is there a standardised way to go about this? I suck at documentation.
Does anyone know of any generic jdbc driver to use with eclipse crystal reports because I cant find any that work out. It works 100% in visualstudio i.e ms access and crystal reports.
What's the worst shortcut you have in your "muscle memory"?
For example, mine is CTRL-L: compiles the current object in Sybase Powerbuilder, but deletes the current line in VisualStudio.
Hi All,
is it possible to use icon file as a image for a button in visual basic?
f.e.
I have 3 buttons that need to have 3 icons when you click the button the icon of the button needs to be the icon of the form is this posible?
btnIcon1 = my.resources.ICO1
btnIcon2 = my.resources.ICO2
I have a page where a text file is downloaded when I button is clicked. When that happens I would then like to direct the user to a confirmation/more details page.
I am using visualstudio 2008 and it is VB.Net in 3.5
While I know it is possible to add a custom step to an MSI install using VisualStudio that will allow the user to make a selection, how do I or can I save that selection to a file to be read later by the app when it is run?
Hello,
It's there an existing application to visualize IIS 7.0 failed request log ?
I know you can use IE to analyse the xml log file, and we get a visual generate by the xsl file, but my xml log file have 97 MO and the IE performance is not got.
I cannot view the performance log, because i beleive there a javascript error generated.
Thanks
Lets say I open some application or process. Did some work with that. Now I closed it.
Need to know whether this application caused any memory leak.
i.e used up some heap memory and not cleared it properly.
Can I get this statistics some how? I'm using VisualStudio (for development) under Windows OS.
Even I would be interested in knowing this information for any 3rd party application.
I don't need any data to be stored. I'd like an application to start, create an Entity Framework entities container based on the model I've designed but having no data records in it, then generate some data (from user input and other input sources), work with it and discard all the data on close, without propagating any data operations made with EF contect to a real database hosted on server or in a file. How do I implement such a pattern?
I use Entity Framework 4 and VisualStudio 2010.
This is a further question based on this answer:
http://stackoverflow.com/questions/2589851/how-can-i-implement-this-visual-effect-in-matlab/2589957#2589957
The general solution should work for all background colors and length/width ratios.
I installed infragistics trail version. While each time running the application through VisualStudio 2008, i getting the message box like "this is a trail version".
just i want to suppress this message. How can i do this.
Hey guys, after using graphical IDE's like VisualStudio, I'm used to pressing CTRL+Space to auto-complete a variable or function name. Now, I know such a thing isn't completely possible in VI, but I heard there was a list of commands that could be mapped that allowed automatic completion of variables and functions in the current file opened. Does anyone know what this sequence is?
Thanks in advance.
i am calling a java webservice from C#. i generate the wdsl proxy through visualstudio which works fine and i see the methods. etc.
I have one issue where i get this error in one of the requests:
org.xml.sax.SAXException: No object was found for class type class com.ml.ets.ease.analytics.soap.Request
does anyone have any idea why i might be getting this error.
I am developing using the Symbol/Motorola MC70. I use the emulator that comes with VisualStudio and the SDK for much of my development.
The standard skin for that is a simple windows mobile device.
Is there a way to get the skin for the MC70 for the emulator?
I would like to get at the raw image data, as in a pointed to a byte array or something like that, of the image output from a direct3d app without actually rendering it to the monitor.
I need to do this so that I can render direct3d as a directshow source filter
Visualstudio 2008 c++
I need to render a simple texture mapped model as the output of a directshow source filter. The 3d rendering doesnt need to come from Direct3D, but that would be nice. OpenGL or any other provider would be fine assuming I can fit it into the context of the DirectShow source filter.
visualstudio 2008 c++
I'm learning CodeIgniter and I come from Microsoft VisualStudio so I'm used to the auto complete feature. I've been using notepad++ so far but I wonder if anyone knows an editor that works better with CodeIgniter.
I would love to see features like:
Right-click - Add new model
Right-click - Add new view
Autocomplete with CodeIgniter helpers and libraries