Yuelin's Q&A profile
SQL Server SQL Server Reporting Services
Hi There http://msdn.microsoft.com/vstudio/products/compare/default.aspx States that Express Editions supports - SQL Server Reporting Services........... I would like to Generate Reports using these Services...... How Do I Do It Thanks Cheers Bronco Billy "Beer and Fast Women are Ok... No Cigarettes or Hard Liquor Allowed Yes - we are presently working to release another edition of SQL ...Show All
Windows Forms unload me
in vb6 we have this function unload me however in .net i can't seem to find it so how do we unload a form here in .net not close but unload NOT THIS ONE (e.g.) me.close me.dispose application.exit i'm looking for the convertion of that unload me&n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Visual Basic vs Visual C++
This is a question that has long lingered about my mind - Which language is better for DirectX, Visual Basic or Visual C++ I have been using Visual Basic for a long time now so that is the language that I am used to. I have dabbled some in Visual C++, but it was Version 3.1, so in all fairness, I haven't really learned Visual C++. As far as Visual Basic is concerned, I'm running version 6.0 Professional. The problem is that there aren't ma ...Show All
SQL Server == The SQL Server service failed to start ==
I'm newbe with SQL Server , I'm looking for help with sql server express edition 2005. At the end of installation ocurrs an error: The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually. Error Number : 29503 . (Summary file) Rest of components has status : Successfully installed I've go installed .N ...Show All
Visual Basic Countdown timer help
I am trying to create a countdown time in which a user can enter a time in hours minutes and seconds. The countdown will then begin. I want something like the TV show 24 timer that counts down. Here is the main code I have: Sub Timer2_Tick(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles Timer2.Tick Dim time As Date time = lblTimeRema ...Show All
Visual Studio Team System Do I have to have TFS while using Team suite Or Team Edition?
Does Team suite Or Team Edition work with Source safe 6.0 at all I didn't see any option in IDE to be able to get connected to 6.0 or 2005 source safe, does this mean If I am going to go with any team product then I have to have TFS What really I am gaining by migrating to a team product If I have no plans to buy TFS for now. Hi Gurpiar it should be possible to run TFS using Visual SourceSafe for source ...Show All
Visual Studio Why not tighter integration with things like MSBee????
As a huge fan of Visual Studio 2005 it has been very demoralizing lately to look at the passive adoption I know my employer will have because of the amount of risk associated with running parallel versions of the IDE. That combined with the obvious requirement to start upgrading our shared enterprise framework to start taking advantage of .NET 2.0 features and all of the regression testing associated with that has me feeling like this will ...Show All
Visual J# ResourceBundle
I am having trouble figuring out where to place my resource bundles inside my asp web site. My J# class file is in: \Visual Studio Projects\WebSites\view\App_Code\com\systems\test\rbw.jsl In rbw.jsl I do: resourceBundle = ResourceBundle.getBundle("login", new Locale("en", "us")); I've placed a "login.properties" file and a "login_en_US.properties" in a bunch of different file locations and I always get a "Resource Bundle not Found" e ...Show All
Visual Studio Cannot find server for Visual Studio help
I am having trouble using help for Visual Studio 2005. I installed Visual Studio and then installed the MSDN Library for Visual Studio that came with it. Visual Studio itself seems to be working just fine. However, any attempt to use help or MSDN generates the following error message: Cannot find server. URL: ms-help/MS.VSCC.v80/...<<lots more>> The page cannot be displayed Cannot find server or DNS error. This happ ...Show All
Visual Studio VSS Internet with database on another server
I have set up VSS 2005 to work with the Internet plug in. All works great if I have the database on the same pc as the web service. However, I would like the db on a separate computer. When doing this I get the error “The specified share path cannot be accessed by the SourceSafe web service” I have following the instruction in the following article http://msdn2.microsoft.com/en-us/library/ms230206.aspx If I enable anonymous access an ...Show All
Visual C# How can I use the delegate to update the user interface from a thread?
hi:) I make a thread to do some work, here I want to see how the thread is going on. How can I use the thread to update the label text(used to display the message from the thread). I am a newer in c# , any advance will be helpfull! thanks in advace. Not really a question or answer, just wanted to say I think this is a great thread, and I found it mighty useful ! - Jonathan ...Show All
Visual Studio Express Editions Vb .net vs. vb express
Hello, I own Visual basic .net and was wondering if and why is should get express edition what are the real atvantages Korab - To add to what Josh said, you can see a rough feature comparison between the Express and Standard versions of VS2005 at http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx . Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All
Software Development for Windows Vista Query about whether to install PSDK
Hiya, Ok. I have an XP dev box and I have VC++6 and VS2003 installed. I have some customers that require me to make modifications to existing programs using VC++6 to support v.old OSs (e.g. Win95b). I use VS2003 for just about everything else. I've downloaded and installed the VC++ Express edition, and after some examination was about to download and install the latest PSDK (Windows Server 2003 SP1 PSDK) as suggested within VC Express. Sin ...Show All
Visual Studio Express Editions Copy schema from data table to data source
DataAdaptor.FillSchema is handy for creating a data table and configuring it to match the schema of an existing table in a data source. But I need to do just the opposite. I have a table that I create progamatically. I create a new SQL database using t-SQL CREATE DATABASE. I want to add a new table to the database with schema matching that of my existing table. I can do it rather laboriously with t-SQL, but some sort of "DataAdaptor.S ...Show All
Windows Forms Use DataGrid to display simple Excel Table?
Hi everyone, I'm starting to use VB.NET i figured it wouldn't be such a bad transition after all the VBA in Excel and a some in Access i've been doing. But i'm getting stuck with all these components available. Two questions: 1) To display&nb ...Show All
