Vimla-Frank's Q&A profile
.NET Development Get all servers, databases, etc.
Hi; With the new ADO .NET 2.0, is there a way to have it enumerate all: servers (of a given type such as Sql Server, Oracle, MySql, etc.) databases on a server tables, views, and stored procedures in a database I have database specific code (Oracle, Sql Server, & OLE-DB) to enumerate the tables/view/stored procedures. But I would prefer a DbConnection based call that would work for all. And I have the Sql Server sqldmo code to get all ...Show All
Visual C# reference-type objects allocated on the stack?
I'm curious how intelligent the Visual C# compiler is regarding memory managment of reference-type objects. All reference-type objects are said to be "destroyed at an unspecified time after the last reference to them is removed". I'm wondering whether or not the compiler uses any data flow analysis to recognise reference-type objects that don't actually need to allocated on the heap. For example: namespace ConsoleApp ...Show All
Smart Device Development Serial Port DataReceived Event in .Net 2.0
Hi there, This is driving me crazy, I cannot seem to get the DataRecieved event to work on the Pocket PC using the new serial port class in Visual Studio 2005 with C#. The DataRecieved event just never seems to be called. I can write data to the port just fine. Here is some very simple sample code that reproduces the error:. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u ...Show All
.NET Development SUb MAIN in forms application using VB.NET
Hello All, I have this simple question. When you write a application in VB.NET. The application begins to execute from SUB MAIN. When you develop a form application using VISUAL STUDIO.NET, I dont see the SUB MAIN in the FORMS1.VB or anywhere else in the project. Is this SUB MAIN something created automatically by VB.NET and then compiled Thanks Prashant H. K. My understanding is that if you set the startup obje ...Show All
Visual C# DLL Import and Migrating Projects
Hi, I have got on a dev machine project which has a c# file which calls a c++ dll. This works fine . So nothing wrong with the way I am calling the c++ dll or anything wrong with the c# file. However , I need to move to a new dev machine. I have simply copied the project over (i.e. copied the project folder from ../Visual Studio 2005/Projects/). The c# prgram works fine. BUT when calling the c++ dll it is unable to locate it! Erro ...Show All
Visual Studio Express Editions link.exe error
I followed this tutorial: Building Windows Forms Applications with Wizards in Visual C++ Express (12 Minutes - 8.2 MB) And I get an alert box that pops up and says: --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Runtime Error! Program: C:\Program Files\Microsoft Visual Studio 8\VC\bin\link.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the a ...Show All
.NET Development treeview
how to add nodes in a tree view Assuming you have a TreeView called 'myTreeView': myTreeView.Nodes.Add( new TreeNode("My TreeNode")); Or you add them in the designer by using the Nodes property. ...Show All
SQL Server Also for Sql server 2000
i get this error when i wanna install sql server 2000 http://img287.imageshack.us/my.php image=error4pt.png There is no image located at the URL you posted, perhaps you post the install log and the image again. Jens Suessmeyer. ...Show All
SQL Server How do I use SQL Server 2005 Express for a backend to a web site forums
I have installed SQL Server 2005 Express Advanced Edition. I wan to use it as a database backend for a Web Site I am building which will use the Snitz Forums ASP web. How do I se this up to work with the Snitz product Yes I am new to databases and have never set up one for use in a web application or site before. I am grateful for any assistance or tutorials which can be given to help me accomplish this task. It will all depend on how ...Show All
.NET Development Internet or Network Monitor
I want to make an internet or network monitor to retrieve how much data has been received and sent in bytes, does anyone know how to make this in .NET, what namespaces should i use thnx... You might want to look into PerformanceCounters... and check for Bytes Sent and Bytes Received Counters ...Show All
Visual Studio Team System Considering Upgrade Path... What Will I Be Missing vs. Developer Edition
I learned I can only chose one of three roles (Architect, Developer, Tester) in transitioning my MSDN Universal subscription. I currently serve a role as an Architect AND Developer for a product my company produces and I am just wondering what I'll be missing out on if I opt for the "Architect" path. Will I still be able to develop code, but just miss out on the unit testing tools Will I still be able to use the FX Cop code c ...Show All
Visual FoxPro Upgrading from a previous version of Foxpro
I'm currently upgrading an application written using foxpro 3.0 Like the application Paul was rewriting a few threads back, the only thing that doesn't work is the old character screen menu. It had 10 @SAY and 10 @GET commands and a READ. Then it routed execution to .PRG files with a DO CASE ... ENDCASE loop. I am not looking into investing the time to rewrite the existing UI, and would rather just get the old program working as it was. The ...Show All
Visual Basic A WithEvents Problem
Hi I have built a user control which has its own events. I am Populating the main Form with several of these usercontrols ( i dont know how many till run time) I am doing this in a loop and adding them to a collection at the same time. I have declared - Public WithEvents MyUserControl As UserPage The Event handler is only called from the last page added to the Form. It took me a while but i realised that all the userpages have the same variable ...Show All
Visual Studio Express Editions Add-in Manager
So... I donwloaded the express edition and started playing around with it. I'm new to VS, doing most of my programming in Dev C++. I noticed that MSDN had a great article about the 10 best add-ins for studio. I read it...liked it...wanted to try it. I downloaded CopySourceAsHTML and installed it, however it didn't work for me. So I started reading around the newsgroups and discovered I had to enable my add-in in VS ...Show All
Visual C++ Newbie question about VS in general...
OK, I got a version of VS... but im having real troubles getting anything done in this... I mean I know how to write "hello world" for example but err how to compile for one and what kind of a file/project do I choose... they all just give me these big source codes from the start but what if I want to do something all my own (hello world for example )... someone answer me quick... If you wrote that cpp file from something other ...Show All
