Andrew_Webb's Q&A profile
Visual Basic Stopping Alt+Ctrl+Del
Hi all I'm writting a program for public payable networked computers for playing games. I've got the server/client billing and other stuff like that done. Problem is, when my program boots up, it displays a full screen form (on top of everything), which holds the login/programs they can use/play. I've managed to remove the Alt+Tab, Alt+F4 and other key combinations like that. Although, i'm finding that Alt+Ctrl+Del still brings up task ...Show All
Visual Studio Team System GenericTest Sample won't download
Trying to download the Unit Test Sample from: http://msdn2.microsoft.com/en-us/library/ms243176.aspx does not work. The "Woodgrove Bank" sample link errors for the following URL: http://download.microsoft.com/download/2/5/1/251FF798-6CD7-418B-9AE2-81906B0C8ED9/ManagedDemo.zip.exe Is there any other way to download it Thanks, Burkhard A Google search revealed that somebody found th ...Show All
.NET Development ASP.net
I was wondering how I would do this in ASP.net Lets say I have 3 images be pulled from the database, how would I then make them clickable to view larger version Sorry if this is the wrong area...not sure where to put this question :( Although we have this forum for web services questions, www.asp.net is the right place for this question, and ASP.NET questions in general. ...Show All
Visual Studio Tools for Office Drag&Drop a usercontrol or an object to Word doc
Hi, I am developing a VSTO application where I would need to drag and drop components to my Word document, and then click on a button of my Action Pane to replace those components with parametrized text. Those components must be right-clickable to have specific properties, such as : the text they should replace in given languages. I could achieve this by using SmartTags but I would prefer to have icons instead of text, just like w ...Show All
Windows Forms TreeView Node Editing
Hello: I am using C# (2005) to implement a treeView and a few nodes. After the form is up, I would like to be able to programatically access one of the nodes (ex. Nodes[1]) and edit the text and tag. I am not looking for right-click and re-name type functionality, but am looking for a way to access the treeView and Remove the node and Add a new one in its place. How can this be done Does the treeView or form have to be "opened" for ...Show All
SQL Server How to call Integration Services Project from Web UI
I just got done finishing an Integration Services Project (which I have to say was sickening easy!) which does the following: 1) Imports a comma delimited txt file 2) Exports it into a table 3) I do some manipulation and other table creation using SQL 4) Outputs a table to a flat file again I now need to allow the user to run this process. I'd like to either: a) Provide them a shortcut that when clicked on their des ...Show All
Visual J# Unable to load old J# Browser Control
Over a year ago, we have converted successfully a few Java applets to J# browser controls. While doing testing for a new release, we now find that we could no longer load J# browser controls -- the browser displays a grey box and an error message in the status line saying "Unable to load DLL". I have the following installed on the machine Microsoft .NET Framework 1.1 Microsoft J# .NET Redistributable Package 1.1 Micro ...Show All
Smart Device Development Build rule
Hi, All! Could somebody tell me how can I choose Microsoft Macro Assembler Tool to buld *.asm file if this item is not present in "*.asm Property Pages" dialog->Configuration properties->General->"Tool" drop down list The same problem appears when I've ignored the Buld Rule Dialog at file addition... and in some other cases Thanks. Does http://blogs.msdn.com/jeffabraham/archive/2005/03/31/404283.aspx ...Show All
.NET Development Namespace Conflict while accessing webservice.
Hi, I have an interesting problem pertaining to webservices. I have a component (say TestCompLib) which is being returned by a webservice (say TestWebService). Now when I consume this webservice in my asp.net application and try to typecast the object return my webservice to my component i.e TestCompLib. I get can error of namespace mismatch. Actually the component has the namespace TestCompLib.Utils while when the webservice when it ret ...Show All
Visual C++ running executable from different locations
Hi, The executable file of my c++ project (Version .net 2003) runs fine and does not give any errors. However, the results (output files generated by the project) vary, depending on the location on the computer where the executable is stored and on whether or not other files are included in the directory where the executable is stored. Running the executable from another pc also leads to different results. I do not make use of any time-bas ...Show All
SQL Server Problems with Create Endpoint
I'm on XP running SQL 2005 (9.0.1314) trying to create and endpoint on my local machine. I'm trying to run the Adventureworks sample code: CREATE PROCEDURE [dbo] . [uspGetPersonInfo] @ID [int] AS BEGIN SET NOCOUNT ON ; SELECT [FirstName] , [MiddleName] , [LastName] FROM [AdventureWorks] . [Person] . [Contact] WHERE ContactID = @ID END ; CREATE ENDPOINT SQLEP_AWPersons STATE = STARTED AS HTTP ...Show All
.NET Development Problem with PadLeft() of the String.
Hi all, i have make a program to printing out some text from printDocument controls. i wanted to print the amount right align, just shown in below. ItemNo. Item Name Quantity Rate Amount ------------------------------------------------------------------------------------------ 1. abc 5 10.00 50.00 2. xyz 2 100.00 200.00 --------------------- ...Show All
Visual Basic Manually populate a combobox
All I want to do is manually populate a combobox with a displaymember and valuemember. I would've hope something like this would of work; combobox.items.add(new listitem (dr("Name"), dr("ID"))) but there is not listitem in VB.Net. So what would I use Thanks, Mike You can also do it using a class for the combobox item. Public Class ComboListClass Private sName As String Private iID As Integer Pu ...Show All
SQL Server Very Lost while trying to Configure “Web Service Identity”
Very Lost and very Frustrated Hello all, I am going to try to keep it short. Been banging my head with this SQL 2005 Reporting System. My system configuration is as follow: Windows 2000 server – (all services packs install) Microsoft SQL Server Management Studio 9.00.1399.00 Microsoft Analysis Services Client Tools 2005.090.1399.00 Microsoft Data Access Components (MDAC) 2000.085.1117 ...Show All
Visual Studio ReportViewer (WinForms) Print Layout Problem
I was having trouble with printing and the print layout in the ReportViewer control for WinForms. To reproduce this problem I created a simple form with just a ReportViewer control on it. I set the Report Server URL and Report Path at design-time and started the app. The report I was using had three parameters: a DateTime (set to a default date), a multi-value list (also set to a default of Select All) and another multi-value list with no def ...Show All
