raj.p's Q&A profile
Visual Basic Problem with windows in my program.
Ok, so basically what I'm doing is I have a program that has 2 frames, one on top, one on bottom. In these frames go 2 programs. The one on the bottom is Microsoft Excel. What I do is I open an instance of Excel using an Excel object, get the window handle, and set the window handle's parent to the frame (so that it now appears in the little frame). The problem occurs now when I try to Open... or Save As... in Excel. When I cli ...Show All
Software Development for Windows Vista Beta 1.2 install on VS RTM causes error in VS Code Designer
I'm having problems loading WWF b1.2 onto VS2005 RTM on WinXP. Getting error: CodeDomDesignerLoaderNoRootSerializer. The version for VS RTM is 8.0.50727.42 I've tried install/deinstall/reinstall several times on 2 separate machines. Any suggestions TIA Hi Paul and DrQwest, You pointed me the right direction. I had the same "package load failure", but did not want to go reinstalling right away. I searched t ...Show All
Visual C++ Can't build WMI/C++ example in Visual Studio
I downloaded Visual C++ 2005 Express Edition Beta and I'm trying to compile an example WMI program that I got from: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmisdk/wmi/example__getting_wmi_data_from_a_remote_computer.asp I copied & pasted the example into a file I named wmi.cpp. Then I created a WMI project in VC++ and tried to build it. It compiles OK, but I get two errors during linking. ...Show All
Visual Studio Team System MSF Practitioner Consulting
I work for a small IT services company in Washington, DC. We're considering adopting MSF and looking for guidance from a practitioner. We're ready the white papers, but we're not quite ready to take the plung and send someone to a $2,000 course. We might be interested in consulting with a certified MSF practitioner who could help us determine whether or not MSF is a good fit for our environment. Any suggestions on h ...Show All
Windows Forms I search Source code of terranium
If anyone still has any version of the .Net Terrarium Server and/or Client Source code OR SIMILAR APPLICATION that use P2P like Terrarium, I would apreciate it greatly if you would contact me please: vgta_@hotmail.com Sssa2000. to see  ...Show All
SQL Server Selecting Connection in Custom Task UI
Hi there, I am writing a Custom Control Flow 'task' with a custom UI 'taskUI'. Unfortunatly I don't have the possibility to let the user choose one of the Connections from the Connection-Manager. After letting the user choose the connection, I want to pass the choice to the 'task' of course. I also want to make a connection with the chosen connection to read some table-data. I don't see any functionality in the TaskHost to let me build a list ...Show All
.NET Development Web service documentation
Hello, I'm using VS 2005 to developp Web services. How can i generate documentation. I searched for the xml project documenation but there is no way to find it.... I'm using xml tags in my source... like: ''' <summary> ''' Service Web de synchronisation des donnees ''' </summary> ''' <remarks> La methode TestWs sert juste a tester la reactivite du service Web </remarks> thanks for help. U ...Show All
SQL Server Can I change a SQL Server Everywhere database's password?
Hi, I'm using the SQL Server Everywhere CTP on the desktop and haven't used SQL Server Mobile in the past. I'm having some difficulty determining whether it's possible to change a SQL Server Everywhere database's password. Obviously authentication on a file-based SQL Server Everywhere database differs from that of server-based SQL Server database. Is it possible to change a SQL Server Everywhere database's password That said, I feel like I ...Show All
.NET Development "The schema returned by the new query differs from the base query" error
Hello, I have been trying to create search queries: 1) Click on the xxxTableAdaper. 2) Choose a table 3) Name the FillBy field 4) Type in the SELECT fieldname FROM table WHERE field=@key 5) Click OK. Then always I get "The schema returned by the new query differs from the base query" error. Something is fundamentally wrong Any idea Thank you. Athena I'll be m ...Show All
Visual Studio Team System How do I change the process template in which a project was created?
I have multiple projects that were created during the beta with differing templates. Project1: CMMI Project2: Agile ... etc Now that we evaluated the templates, I would like to change the existing projects to use a new template, that may or may not be customized, and may be a third party template. What are the steps to change the templates If the answer is no, I can deal with loosing work item history but not source control history ...Show All
.NET Development Intellisence Support for Custom Config Sections
How do I get intellisense support for a class that inherits from ConfigurationSection Thanks, Paul ...Show All
Visual Studio Express Editions Express Editions Price :(
The price of the express editions is $49 US right In Australia it'll be AT LEAST $95 - $110! Way out of my price range! I'm a hobbyist who is cash strapped and aside from bills and food I only have $45 AU to spend on myself... Couldn't it cost less then $90 in australia or something so that the PC Software shops don't try to mark it up beyond the $100... Hi, you might already know this, but PC Authority Magazine in Australia is giving the B ...Show All
Windows Forms overriding TextBox::OnPaint
I am trying to add syntax hilighting to a text box control. Manually mucking around with SelectionStart and Co (with a RichTextBox control) is a rather hackish-way to do things, and isn't very fast. I'd like to just override OnPaint and just draw the text myself, but I'm having problems making the drawn text align to where the caret is being displayed. The text dosen't align horizontally over long lines or vertically over many lines. ...Show All
Visual C++ Whats so good about C++
What makes C++ better than Visual Basic and C#. Also, does the users computer have to have the .NET framework installed in order to run C++ 2005 applications DCStudios wrote: OK thanks. C++ just seems waaay to diffacult. I'm sticking with Visual Basic. C++ is far more powerful than is Visual Basic, and that power comes at a price. Personally (and I've used something like 20 languages in my time) I've never liked Visual Basic ...Show All
Visual Studio Express Editions How I can create a file association?
how i can associate a file type with my application ps: I wan't somethink easy.. Well....I put the code in my application (at the begining), but a .MP3 file is stile registred to Windows Media Player ...Show All
