BartoszBien's Q&A profile
Windows Search Technologies Running as a service
Is it possible to have Windows Desktop Search index when the user is logged out ie. have it run as a service Will the desktop search be written to run as a service for XP at some time in the future, please Thank you, Jace ...Show All
Visual Studio Help collection integration
Hi All, This is for plugging in one help collection to another one, Let me explain the requirement: We have two VSIP packages, say Product-1 and Product-2, and both have their on help collections. Let the root node in TOC of the first collection be HelpProduct-1 and the second- HelpProduct--2. These packages will be installed in separately, and the requirement is to show in help contents, these two collections as children ...Show All
.NET Development Forcing an overriden method to call it's base implementation
When designing a base class I wish to be able to 'force' an overriden method call to also call the base implementation. Is there a way to make the runtime call first the base.method() and only then the derived.method() OR force the programmer implementing the derived to do this OR even to throw a compile time warning that will alert the programmer to do so Cheers, Kind of an oxymoron isn't it Do you want to ove ...Show All
.NET Development Web service client (VB.Net): debug build works, release build doesn't
I'm writing a VB.Net client application that communicates with web services running on Apache Axis 1.3 and Apache Tomcat 5.5.16. I'm using Visual Basic 2005 Express Edition. Everything was working fine until I tried running the release build instead of the debug build. It gets to one of the web service calls and reports an exception: System.InvalidOperationException: There is an error in XML document (1, 368). ---> System.ArgumentExcep ...Show All
.NET Development Accidently deleted .Net Framework 1.1
I accidently deleted .Net Framework 1.1 from my PC. I used System Restore to go back prior to the deletion but that did not work, it was partially successful. I tried to use Add/Remove but that tells me >net 1.1 it is not installed. I tried to re-install, but the installer says it has problems and then quits. I get "fatal execution engine" errors at startup, AutoCad doesn't work, Visual C# IDE doesn't work... Any suggestions for ...Show All
Windows Forms Simple way to populate treeview from database
What is the simpliest way to populate a treeview from a sql or access database with 1 table (category and subcategory) Thx in advance Thx DMan1, now i know that i have a long way to walk with programing. ...Show All
Visual Studio OnMouseWheel event in the text editor?
I want my add-in to be able to respond to a mouse wheel event while a document is active in the Visual Studio text editor. My immediate goal is to bind Ctrl+WheelUp to PgUp and Ctrl+WheelDn to PgDn, but it would be nice to have this adjustable. I just don't know how to respond to a mouse wheel event. Thanks, Sam I'm actually using my implementation of this in an open-source plugin I made for VS 2005. I haven't h ...Show All
Visual Basic Windows Service - "Allow Interact with Desktop"; Set when installing
On our POS Terminals, we have a requirement that the user's can't change the time of the PC. We have blocked access to the user's to the clock, the time config, and the command prompt. However, there are cases that somehow, someway it is getting changed. So I was tasked to create a XP Service, that will monitor the time of the system. One of the things I am using in the service is: Microsoft.Win32.SystemEvents.TimeChange All works ...Show All
.NET Development One more time
Ok guys 10th time lucky I think (Hope) I am trying to build a VERY BASIC Windows Form Application using Visual Studio 2005 and C# I have a MSQL db attached to the application, on the table are 2 columns IDNum (int) Primary AutoIncrement Nombre (varchar(50)) on the form I have TextBox called txtIDNum A button called btnSubmit another TextBox called txtNombre What I want to happen is someone types a number in the txtIDNum. Press the submit button ...Show All
Visual C# MDI parent and child form controls interaction.
Hi! Can anyone give a sample C# code for a command button of a child Form to change the "text" property of the parent Form when the button is clicked Kindly post your solution guys. Thank you. This is on MDI Form's menu click private void menuItem2_Click(object sender, System.EventArgs e) { objForm2 = new Form2(this); objForm2.MdiParent = this; objForm2.Show(); } When you i ...Show All
Visual Basic Run-time error 1004. Copy method of chart class failed
Greetings, Heres a challenge, i cant find a solution to this anywhere. In EXCEL. Ive got VB code to copy a Template of a Chart, and then populate it with data. It needs to create about 40-45 graphs... i do this every monday so its automated for that reason. anyway, if it creates over around 39 graphs, i get this error: ----- Run-time error '1004' copy method of Chart class failed. ----- This is the line of code is stops on. &nb ...Show All
Visual Studio Team System What else do I need to learn VSTS?
It seems I should install MS Project and SharePoint Server to cooperate with VSTS Are they included within the Beta2 package Or I have to install them alone Is there any other product I have to install separately Thanks! You will need the MS Project and MS Excel for two tasks: 1) Edit the WorkItems list in Excel (for example, to list all the requirements) 2) Get the tasks in the WorkItems database and schedule the tasks. These produ ...Show All
SQL Server Changing the look of Report Manager
Is there a way to change the size of the text boxes and other items that appear in report manager when you run a report I am referring to the size of the boxes that the user can enter information into to run the report. Thank you, Hi Kimberly This has been discussed alot on the forum, in short the answer is "somewhat". You can modify the cascading style sheets for the report manager, I found a good thread on that yesterday but ...Show All
Visual C++ VC++ Express B2 not working with Platform SDK
Microsoft claims that you can write native Win32 applications with the Visual C++ 2005 Express Edition Beta 2. Microsoft claims that this can be done simply by downloading and installing the Platform SDK. Is this in fact true Are they really giving away a full-featured IDE and SDK that would allow you to build Win32 applications Let's find out... These are the EXACT steps I've gone through 3 times now to get this to work ...Show All
Visual C++ help me to fìnd these Problems
Dear all, I start to study VC++ today. But I have to research about all listed problems: -Functions and Procedures in VC++ -How to Call Regression -Types of data in VC++ -Type of control in VC++ -Memmory management -Database in VC++ Would you mind helping me to find these problems Thanks so much! Try the online help docs at http://msdn.microsoft.com Thanks, Ayman Shoukry VC++ Team ...Show All
