Ramana G.V's Q&A profile
Visual C# How to find a System Tray Process
Hi, I'm trying to retrieve a process from the System Tray programmatically. My program starts the process and then saves the Process object. Later, the program tries to locate the process and bring it to the front (in focus). For all processes that do not reside in the system tray, I can do this with no problems. When I call AppActivate on a process that is in the SystemTray, the ArgumentException is raised. Does anyone know how to ret ...Show All
Visual Studio Express Editions Strange behaviour retrieving field from Access DB
Hi all, I'm retrieving a field from an access db (mdb file). This field is an int32 autoincremently. After read this data I put it in a combobox. The strange situation is this: when I look the list of combobox I don't see the number in sequential order, but first 1827 is correct, next one is 2005. After some range starts again 1828 until 2005. (Number goes until 6859) I don't understand why this could happen. I thought the problem could be some ...Show All
Windows Forms Why is VS 2003 Designer Mode so slow in loading some forms?
On my forms with many (50+) controls it takes many MINUTES to load the form in designer view. The problem is magnified with forms using UserControl derived formss. I'm using a more than adquate system too. Is there a fix or a workaround to address this or at least improve it because it really hinders rapid development when you have to wait minutes each time the designer needs to be re-loaded, which is basically every time the header file i ...Show All
Visual Studio Tools for Office how to code moving between fields in word
HI, does anyone know how to help me with this problem: I have word document with a lot of formfields in it. I would like to write a code for this scenario: when user enters a maximum alowed number of characters ih the formfield I would like the coursor to enter the next formfield int the document. By coding this user would not need to press tab or enter to move to next field. I do not know how to capture the event when the user enters a ch ...Show All
Visual C++ groupbox borders invisibility
i put the groupbox in my program, i made it transparent , but borders are still visible, but i don't need that groubox borders, i need that it will be invisible. how to do that vort3x wrote: i put the groupbox in my program, i made it transparent , but borders are still visible, but i don't need that groubox borders, i need that it will be invisible. how to do that What exactly do you need a groupbox for then Its core f ...Show All
Smart Device Development Install application fail on Pocket PC emulator
Hi, On Pocket PC emulator , When I run a cab file to install a application , it always display a dialog "xxxxx was not installed successfully. Please run Setup again." But I can install the same cab file on my pocket PC device. Who can give me a explain Thanks. So, can Visual Studio 2005 generate CAB-files for the old format It doesn't really matter for my old problem because i solved it with cabwizard, but for future ...Show All
SQL Server Temporary Parameters
I have written some functions and want to test them but as soon as I execute the function I get the following; Msg 216, Level 16, State 1, Line 1 Parameters were not supplied for the function 'dbo.fnWTRCenPrtDivData'. I understand that I need to pass the parameters into the function in order to run it, but When I press Ctrl+Sht+M I get the Specify Value for Templete Parameters box come up with Parameter, Type and Value, but the values a ...Show All
Windows Forms Free pizza if you solve these .hta problems!
Please have a read of the following post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=8343 ...Show All
Visual Studio Team System Web Service Solution not building correctly
I cannot get my team builds that contain a Web Service Project to build correctly. To test this, I created a new Team Project (with all defaults) with a brand new Solution that contain a Web Service project (with all defaults). Then I created a Team Build (with all defaults). When I run the build, there are no errors - in fact it reports success, and it processes the solution, but my project never is built correc ...Show All
Visual Studio Express Editions SOS Help needed
Hello to everyone! I'm new at Microsoft technologies and want to start web and windows applications development. The problem is that I don't know were to start from, ie which language to learn. I'm a little confused between C++.NET , VB.NET, C#. Can all these do the same task For instance, can I use c++.net while coding in asp.net I'm tented to start with c#, but my friends tell me to look for the great power of C++.NET while others tell me ...Show All
Windows Forms Dynamically set the size of ListView
I m stuck with a problem That i m creating a control ListView dynamically at run time So I want to set the LocationX , LocationY , Height & Width of this COntrol Now I set the Location X & Y according to place where it is to be shown But the Problem is How to know the optimal height & Width of the ListView COntrol So that i can set the Height & width Or Shall i Hardcode it That is the only way. But i want to set the size of ...Show All
Visual Studio Team System Can we run tests from the command prompt without installing VS?
It's probably mentioned somewhere within the documentation, but here is my question: Visual Test (good, old...) had an option to compile tests into p-code, which then could be run on another machine without having to install the full-blown version of VS. This is quite useful for certain tests (and test deployment). Can we do the same with the new MSTest.exe Which files do we need to install on the machine where the tests are to be run ...Show All
SQL Server Sum of an expression/Scope Problem
I have a report with 2 columns. ColB (Column B) contains an expression as below: ALL xxx xxx Visa xxx xxx &nbs ...Show All
Visual Studio Express Editions Visible proplem
Hey all im calling the me.showdialog (database) to get a form called database.vb to pop up, but VB2005 says its already visibly, and i should change the visible property, but the form doesnt have a visible property, or i cant find it at least.. anybody who can help or is it the wrong command i use msg from VB2005: System.InvalidOperationException was unhandled Message="Form that is already visible cannot be displayed a ...Show All
Visual C# MessageBox does not display?
Hi there... I'm fairly new to VC#, and I'm working with VC#.NET Express 2005. I am experiencing a problem in an app I'm writing. Normally, when I call Messagebox.Show, the Messagebox pops up and functions as advertised. But I've been having difficulty in this application that the only way I can get the messagebox to show, is to minimise/select a different application to be on the top level, then select the app again and as such cause the displ ...Show All
