BertB's Q&A profile
Visual Studio Team System trying to run lab scenario - problem with toolbox items
Hello, I am trying to learn/evaluate the Visual Studio 2005 Beta 2 suite by working my way through the Visual Studio 2005 Virtual Lab for C# at Visual Studio 2005 . I am doing Exercise 1 (“Running Applications without installing them) in the lab manual for the exercise ( View or download ). I ran into difficulty at step i (Drag a panel from the toolbox onto Form1). The toolbox that appears on my screen is empty. ...Show All
Visual C++ What API required to access HTML tag of a chm file in MFC program????
Hello, I like to write an MFC program that will have to check the value of an html tag (<meta>) in a chm file. So I like to know what MFC class and method is required to use to have my program access the html tag value of a chm file Any idea pls Thanks. vcboy wrote: I can't have chm file shown on web browser in my program. So, is there any way to get MSHTML document object witho ...Show All
Visual FoxPro How to tell if cancel was clicked in the print dialog.
Can you capture the cancel in print dialog in vfp Ok I see how both work but am confussed in how to combine and make it work. :) Please give me a little more guidence. Doug ...Show All
Windows Forms Refresh Problem?
I have the follow problem: The first time i draw the image I get a blank screen( The image stay only a half second) but the next time the image is good drawn. I have looked for a refresh method but i didn´t find it. Any  ...Show All
.NET Development How do i use tree view?
Can anyone recomend some good internet resource where i could read something about tree view implementation. I want my aplication to have one (data tree control) wich is filled with nodes stored in SQL 2005 DB table when form is open.... in other words i don't want to add nodes in code but rather store them in DB. I have no idea how do i store this in DB. Whata data structure would i best use for this purpose For example this is the tree e ...Show All
.NET Development Failed to grant minimum permission requests.
Hello, Security is not one of my strongest areas, so I apologize if the question is trivial. I have an assembly that I want to distribute. It has some unsafe code. What should I do to make it run in medium trust environment Victor It depends on the medium trust environment. You could add a call to CodeAccessPermission.Assert for the SecurityPermission Attribute and SecurityPermissionFlag.UnmanagedCode, e.g.: ...Show All
Software Development for Windows Vista Whats the differente with biztalk 2006?
Thanks Biztalk is primarily for connecting disparate systems. To do this, BizTalk has lots of workflow-like features for routing messages, performing tasks, and so on. But it was built to work with computer systems, not real-life business processes. They actually released a workflow-like extension for BizTalk, but it was too toyish to be used in actual real-life business scenarios. A real workflow engine must be ...Show All
Visual Studio How to advise Visual Studio that a file edited by a custom designer has changed?
How to advise Visual Studio that a file edited by a custom designer has changed I have implemented a VSIP custom designer used to define some custom objects. This data is persisted in XML format. The Editor View is inherited from UserControl and consists of several text boxes, where the user enters data. What must I do to advise Visual Studio that a change happened inside my designer, so that Visual Studio behaves in the sta ...Show All
.NET Development Datareader and class'ing
I am trying to find a way to class my datareader code. the code opens the DB connection and reads the information. then the datareader is used to populate a listbox. is there a way to return a datareader from a class file when I try doing so with 'private void ReadDatabase(string Command)' I get an error that void does not return a value. obviously private int would not work or other similar calls. So how do I return the reader I have to allow t ...Show All
SQL Server Install errror in SQLServer 2005 SP1
I have a error instaling SP1 for SQLServer 2005 Standard Edition Spanish. The log is the following: ..... Doing Action: SetInstanceProperty PerfTime Start: SetInstanceProperty : Wed Apr 26 16:02:31 2006 <Func Name='SetInstanceProperty'> MSI (s) (48!D0) [16:02:31:827]: PROPERTY CHANGE: Adding SqlOriginalMachineName property. Its value is 'WS03'. MSI (s) (48!D0) [16:02:31:827]: PROPERTY CHANGE: Adding SqlLegacyRegPath property. Its ...Show All
Smart Device Development Getting "Download Failed" Message!
Hello Experts, We are facing this issue quite a while now and we have to repair our SDK everytime to get rid of this error message. Please help us find out WHY we get this Download Failed message everytime we start the emulator while working on evcpp The emulator works perfectly though once loaded but failed to show the application files. Any comments/suggestions will help us a lot! With Best Regards, Vicky ...Show All
SQL Server sql DB on Server1 and SSIS server on Server 2 problem
I want to deploy my packages to the MSDB on Server1 and I want to use the SSIS server on Server2 to execute those packages. so: Server1 = SQL Server, Server Agent Server2 = SSIS server, SSRS server, SSAS server Question1: I'm using this setup because then the CPU on Server2 is used for processing the package, right So ... I want to execute a Job on Server Agent on Server1 to run packages stored also on Server1 but the SSIS ser ...Show All
Smart Device Development Debugging without ActiveSync?
Is it possible to debug a native application from Whidbey Beta 2 on a Windows CE 5.0 device that doesn't include activesync In the device settings the only choice seems to be ActiveSync. What is happenning is that the emulator is not recognizing the idle loop in the BSP and is trying to execute it at maximum speed. The workaround is to change the idle loop in the SMDK2410 so that the emulator sees it and ...Show All
Visual Studio 2008 (Pre-release) MSMQ over HTTP
I can’t send an message over http to a queue that resides on an different machine. Without using WCF theres no problem. I've testet to send message to the queue using System.Messaging classes. I'm using MsmqIntegrationBinding. Is there something i have to do Use a different binding perhaps the mq address i use looks like this msmq.formatname:DIRECT=HTTP://IPNumber/msmq/clientqueue Hoping for some help ...Show All
Visual Basic Item not member of ComboBox
I am using VB 2003. Dim myComboBox as ComboBox myComboBox.Items But it says Items is not a member of ComboBox. Am I missing a namespace or some reference Item is not a member of the combobox control but items is. If you wanted to get the value of item try combobox1.items.item(0).tostring ...Show All
