Description:
Microsoft Visual Studio newsgroup.
|
|
|
hardware reporter
|
| |
i'm gonna develop a program which runs on the server and forwards query to the clients on the network to reach information of presented hardware on them!
all i need is https requests, a database schema of hardwares, a program which collects information on each client and send it as reply!
someone can help me?... more »
|
|
Devs Using TFS and Visual Studio Wanted for Microsoft User Research Study in Redmond!
|
| |
As Microsoft is speeding up the next vision for Team Foundation Server and Visual Studio, we are re-imagining the way developers interact with the systems in Visual Studio. Your feedback will help bring the right information to the user's fingertips, and make it easier to navigate to, interact with, and consume content. In this study, we will be collecting feedback on early plans for our re-imagined Team Foundation Server portal that will drive agile sprints for months to come.... more »
|
|
VS Addin - how to handle code editor?
|
| |
Hello,
I'm currently writing an add-in for VS. At a certain moment, I want to open some files in the code/text editor. I have 2 scenarios:
1) I noticed you can't open a file twice in the editor (or is there some way that I can?). In this case, I'm willing to use the horizontal pane splitter (the horizontal bar that exists in the top of the editor, initially hidden - you can drag and drop the little box in the top-right corner of any file code editor (having an up/down splitter icon on it) - and your splitter will appear - then you can move the splitter up and down, having the same file rendered in both upper and lower pane). I couldn't find any idea or hint on how to move this splitter programmatically.... more »
|
|
VS2010 autoexp.dat ADDIN dll questions
|
| |
Hi, all.
I'm looking to see a) if what I want to do is feasible, and b)
general pointers on how.
To start, I have a class like so:
class Foo
{
DWORD dwIndex;
VARIANT var;
...
dwIndex is, as the name may suggest, an index into an array of
strings.
What I want to do is set things up so it displays in the Locals/etc... more »
|
|
Geodetic functions library GeoDLL 32 Bit and 64 Bit
|
| |
Hi developers,
who develops programs with geodetic functionality like world-wide coordinate transformations or distance calculations, can use geodetic functions of my GeoDLL. The Dynamic Link Library can easily be used with most of the modern programming languages like C, C++, C#, Basic, Delphi, Pascal, Java, Fortran, Visual-Objects and others to add geodetic functionality to own applications. For many programming languages appropriate Interfaces are available.... more »
|
|
Doubts about unicode in command line
|
| |
Hello everybody, I have a problem related to the usage of a command line program in Windows CE after building it in VS2008.
The program is a zip utility developed from a japanese open source developer ([link]).
When I use this program, it happens something really strange.... more »
|
|
add in and menu
|
| |
I want to create add in in visual studio 11 which uses menu like tools->mnu1->mnu11. After some trials I wrote following code
CommandBarControl toolsControl = menuBarCommandBar.Controls[too lsMenuName];
CommandBarPopup toolsPopup = (CommandBarPopup)toolsControl;... more »
|
|
Walkthrough de MSDN - Creating a Web Site with Membership and User Login
|
| |
Hi,
I tried that walkthrough, and found it very interesting until I had to
use the recovery password feature which uses the SMTP mail service.
That part of the application uses the ASP.NET Configuration command in
the Website menu. One is told to configure the SMTP e-mail settings.
There is not much information about this in the walkthrough. I would... more »
|
|
|