mk20's Q&A profile
Visual Studio Express Editions visual basic 2005 express Build a program now not displaying
while attempting to run "MyFirstWindowsApplication" from the "Build a program now" book, the program seems to run and end very quickly(screen flickers once and returns to the IDE screen) I just installed VB2005 express on my XP system and was wondering if I need to change something in Windows XP home to see the VB program Read on to page 39. You have to start without debugging. If y ...Show All
SQL Server Unable to Install Sql Server Express Manager
Hope this forum has an answer. Having successfully downloaded and installed C# Express and Web Dev Express (to include .NET Framework 2.0 and SQL Express 2005, I tried to download the SS Express Manager CTP. I successfully downloaded and installed on my Windows 2000 SP4 machine the new MS Installer, as indicated on the web site and seemed to have no problems with that. The pre-requisites from the website were ("You must install the Microsoft .NE ...Show All
Windows Forms Child Windows in Child Windows in C#
Hi there, This may be a stupid/newbie question, usual apologies if so, but I'm writing in C#, and I've got an application with an MDI setup, and I want to add windows in as child windows to the MDI's child windows. For example, my documents&nbs ...Show All
Visual Studio Obtaining a reference for a existing project
Hello, I'm starting to work with VStudio Extensibility, I need to know how to obtain a reference for an existing project If you are writing an add-in or a macro you can get the the Project object by enumerating the Projects collection, e.g DTE.Solution.Projects.Item(1) will return the the first project object in the list of projects. If you don't know much about the DTE object model I would recommend the following web page on msdn, showing ...Show All
Visual J# Erro with J# - Urgent!!!
Hi...Urgent... The following errors are occurring when we try to give one printing to print in the screen a consultation to the one bank SQL. This site that makes to the consultation this in IIS 6.0 and following errors is occurring. Somebody already saw these errors Erro com J# 2.0 - Exception of type 'java.lang.ExceptionInInitializerError' was thrown. Erro com J# 1.1 - Could not load file or assembly 'vjslib, Version=1.0. ...Show All
Visual C# adding Favorites Functionality from IE to a Form??
What needs to be done to add "Favorites" Functionality to a Form like in Internet Explorer I'm not sure what needs to be done to get that kind of Functionality in my Project.. Thxs for the Help in Advance.. Well, does your app show HTML pages If not, what sort of 'favourites' do you want to show. At the core level, whatever you want to browse to, you need to store it's name, and some associated ...Show All
SQL Server MS Access upsizing to MS SQL Beginner
Hi, I just built a site and found out that the hosting company does not support MS Access, but does support MS SQL ODBC. I have never used MS SQL, nor know how it works. I followed the directions to upside my MS ACCESS DB to MS SQL DB and I am waiting on a login and password from the hosting company. Do I have to have MS SQL software on my computer for it work Do I need to keep my computer online in order for my site pages to connection with ...Show All
Visual Basic Published in Beta
Hi, I have created a program in Visual Basic 2005 Express Edition BETA 2, I have .net runtime beta 2 installed. When my program is published, will the end user have to install a new .net runtime. Will it work on 1, Beta 2, or 2 itself What will they have to install (if anything ). Thanks alot... I have uninstalled everything I am meant to, yet it still will not work!!!! it just will not load the setup downloader!! Thanks anyway thoug ...Show All
Visual Basic Getting the connection string for a project
I'd like to set a string variable to the connection string for a project. I've seen the build connection string module/function and tried to use it but it's hopelessly complex for what I want. I just want the string. Is there an easier way Hello. I'm not sure whether you're trying to figure out how to build the connection string or to query an existing one. For information on building a connection ...Show All
Visual Studio Team System Beta 3 refresh to RC upgrade
RC Install is throwing an exception on my single server upgrade from Beta 3 refresh. I have googled the error and it looks like it happened when some people upgraded from Beta 3 to the Beta 3 Refresh. The error is: "Couldn't load string ID: 2000 From file: CustomText.1033.dll" There are 3 different versions of this resource file out there in the various directories within the distro. They are dated 7/11/05, 7/15/05 and 11/4/05. atdt ...Show All
Visual C# c# tutorial
is there anywhere i can get a free ebook on the c# language. thanks in advance... Just an idea, but Microsoft have some good documentation on the C# Language. http://msdn.microsoft.com/vcsharp/programming/language/default.aspx ...Show All
SQL Server Accessing Remote SQL Server Management Console from the web browser?
How does one access a remote SQL Server from the web browser Thanks, -Conrad There is no builtin functionality for that. But Microsoft offers a Web Administrator (don’t knwo if that one is also capable for SQL Server 2005) http://www.microsoft.com/downloads/details.aspx FamilyID=c039a798-c57a-419e-acbc-2a332cb7f959&DisplayLang=en HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
.NET Development Timer function with millaseconds elapsed (in dos/command-line)
I was working on a small simple program, emulating the old loading screens I used to see for old Dos games I played, where the top-left side of the screen had a rotating graphic: | / - \ | / - \ repeat from left to right, the characters were displayed one at a time, and it looked like a spinning line anyways, I need a timer function to time the characters to appear on screen, but I've searched everywhere, the MSDN library, other w ...Show All
Visual Studio Team System No documentation for customers in MSF Agile?
Can someone point me to a set of activities in MSF Agile that deal with creating and delivering appropriate guidance for using a finished system to the people who will use it While trying to figure this out I noticed that the "Business Analyst" role was shown with the rounded box labeled "User Experience" in the introductory page on Roles. Since the type of the rounded boxes wasn't identified I'm not exactly sure what they are intende ...Show All
Visual C# connect to a remote database
Hi, I wrote a program that works fine at 1 machine :-) . Now I want to work with 2 or more machine's. So I install my program on the clients and change dat connectionstring to the correct path. (network share like:Z:\Data\Db1.mdb) This works fine for reading data from the database ! But when I want to add a record or update an existing record I get an error like "unable to execute because the querry can't be updated". This is&nb ...Show All
