Visual Studio .NET
|
|
|
|
|
|
|
| Bug in TableLayoutPanel |
| If you start a new Windows Form in VS 2005 Team Suite
Add a TableLayoutPanel
Click Play to Debug
*While the app is still running:
Go back to the designer
Click on the TableLayoutPanel and select Row - Delete
VS Crashes
Replicated on a couple machines - cheers! |
| |
|
| You have to create a custom action to do this. |
| You have to create a custom action to do this. You essentially create a DLL
that has classes and methods in it that are marked with attributes to let the
installer know that they are custom actions. You can then configure the
installer to run the methods at certain points in the install process.
http://msdn2.microsoft.com/en-us/d9k65z2d(VS.80).aspx is a sample that tells
you how to create... |
| |
|
| Thanks William.But how do I make that change of the explorer? |
| Thanks William.
But how do I make that change of the explorer? Is it a key in the registry?
Where should I search for information about how to make that substitution of
the explorer with my application?
Regards,
Pedro Gonçalves
"William Sullivan" wrote: |
| |
|
|
|
| Re: ComboBox bug?? |
| "Arshad Syed" wrote in message
news:789536D1-B662-4A0D-B998-5EAFF9FDB607@microsoft.com...
Look up the FormattingEnabled property of the ComboBox class in your MSDN
help.
http://msdn2.microsoft.com/en-us/library/system.windows.forms.listcontrol.formattingenabled.aspx
http://msdn2.microsoft.com/en-us/library/system.windows.forms.listcontrol.displaymember.aspx |
| |
|
| Plugin errors in webBrowser control after installing IE7. |
| Hi,
I have written a couple of applications that utilise a webBrowser control
axWebBrowser control in VS.NET 2003).
These webBrowser controls used to display files with extensions such as TIF,
DWG and DWF within the appropriate plug-in, so long as such a plug-in was
installed.
Now that I have installed Internet Explorer 7, however, I am getting errors
from all file-viewer plug-ins in my we... |
| |
|
|
|
|
|
| I wondered if you received your answer. |
| I wondered if you received your answer. I am working on one now that
upgrades VB6 to NET 2005. There is someone with a ZEBRA printer and they
have received the following answer on this link:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1085999&SiteID=1
Basically use the System.IO, System.Drawing... and use a filestream that
contains the labelcode... use the My.Computer.FileSystem ... |
| |
|
| Visual Studio 2005 and Unit Testing |
| Hello,
From everything I've read, Unit Testing only comes with Visual Studio
Team System Edition, but I am able to add a unit test project with the
Professional Version that I have. I'm just wondering if anyone knows if i
use this functionality, am I compliant with the licensing for Professional
and if not, why am I able to add these projects to my solution.
Many Thanks,
Joe |
| |
|
| Hey Matt,Thanks for reply. |
| Hey Matt,
Thanks for reply. Perhaps this is not an express edition, however I am
not sure as nowhere is written. I do not have its box as installed from
company's intranet.
Also my friends are using same version and files and are able to see
and use Server Explorer. Isn't it some dll problem which couldn't
manage to register(its just my guess)
Thanks,
Anurag Saxena |
| |
|
| please any one clarify |
| can we write connection string in Machine.config .if yes whats the
procedure.
as of now im using to write connection strings in Web.Config which one
is efficient either Machine.Config or Web.config |
| |
|
| Com interop, consuming a VB2005 assembly in VB5 sp3 |
| Hi all,
Does anyone know of any problems in consuming an assembly created using
VB.Net (VS2005, Framework 2.0) in VB5 sp3? I have done this sort of interop
before with VB6 and have had no problems.
The issue is that the class is registered for com interop and is visible in
the VB5 object browser, but none of the public methods are there. The
assembly is strong named and the assembly comvisi... |
| |
|
| Visual Studio.NET 2005 break point problems... |
| Hi,
I have been using visual studio.net 2005 and it used to work perfectly.
I dont exactly know when things started going wrong or when problems
occured. But when i create break points within web applications and run
the application it does not break.
i ahve tried reinstalling the application twice now, once removing the
.net frameworks 1, 1.1 and 2.0...
any suggestions would be much apreciated... |
| |
|
| Graphics |
| I am trying to build graphic charts in a vb.net module callable from another
form. I have translated this code from VB6 where it worked well. I can
make the code work to bring up and display the form and its command buttons.
I can track the code execution with debug. However, I cannot change the
background color of the form or see any of the drawline or drawtext
functions. Here are a few... |
| |
|
| How do I remove source control info from project/solution? |
| We develop professional development libraries. I created a Visual Studio 2005
solution that includes several solution folder with projects.
e.g)
Solution
SolutionFolder1
ProjectA
ProjectB
SolutionFolder2
ProjectA
ProjectB
The solution is under source control via Visual SourceSafe as integrated
with Visual Studio. I want to distribute the entire solution to my custome... |
| |
|
| Initial Position of Contextmenu |
| Hi,
In the documentation I read that a ContextMenu appears at the mouse position
when the user clicks the right mouse button. So far so good. In my situation,
however the menu pops-up at a random position, and when I release the mouse
button it get's positioned at the correct place.
I have no clue why ... can anyone give me a hint?
To show the control I use the following statement;
MyCont... |
| |
|
|
|