G Jovan's Q&A profile
Visual FoxPro topmost window
Good day to everyone... My problem is about the active mainform of my application which is top level form. All settings has already been set, compiled with no errors and deployed at the workstation. This small VFP program is just to warn me at the server if a certain workstation is already on-line. But when the user start any on-line games, and I wanted to send message to him, my little vfp program will not show's up ...Show All
Windows Forms Open new form when a button is pressed
I know this is really simple, but I just cant figure out what to type in order to fix it. My problem is that I have two forms in the same project. Say form1 and form2. I'm programming in VS 2005 using C#. I have a button in form1, and when I press it, I want form2 to open. What kind og code do I have to write in the eventhandler method for the button in form1 to open form2 if the button is pressed I would really appreciate some help! ...Show All
Windows Search Technologies Preview problem
I have Microsoft Windows Desktop Search installed on a number of computers but on one the preview is not working. No e-mail, contacts etc are previewed. Only a message saying in Swedish "Det gar inte att visa en forhandsgranskning" (approx "preview can not be shown") is shown. Any ideas what to do Thanks Anders Sneckenborg Hi Anders, Just a few quick questions.. Is Outlook Open while you are trying to ...Show All
Visual Studio Team System Building MSI in Team Build... (once more)
Heya. I've just installed VS2005 on our TFS in order to build an msi when I do a team build. I added the following to our build script: < Target Name = " AfterCompile " > < Exec Command = " " $(VSINSTALLDIR)\Common7\IDE\devenv " " @(SolutionToBuild) " /build " @(ConfigurationToBuild) " /Project " DDSetup\DDSetup.vdproj " " Worki ...Show All
.NET Development Server.userException with tomcat and Axis
When I try to deploy the service it happens this: [wsadmin] AxisFault [wsadmin] faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException [wsadmin] faultSubcode: [wsadmin] faultString: java.lang.reflect.InvocationTargetException [wsadmin] faultActor: [wsadmin] faultNode: [wsadmin] faultDetail: [wsadmin] {http://xml.apache.org/axis/}hostname:Portatil [wsadmin] Running axis-admin with parameters: [wsadmin] action: [ws ...Show All
Visual Basic Sorting multidimensional array effectively?
I can use Array.Sort to sort the element in a one dimension array. But what if I have a 2 dimensions array, and I would like to to sort all the elements for a fixed row index Is there any effective way to do it Thank you very much. ...Show All
Software Development for Windows Vista persistence service
Hello! I'm new with Workflow Foundation and I have some questions about Persistence Service. I want to develop an application that will be crash proof...so I guess I need to use Persistence Service(crash proof=if my machine for one reason or another fails, I want that each unfinished workflow to resume) I would also like to know the status of each running workflow...how can I do that How can I use persistence service to save each ste ...Show All
SQL Server Data Source error?
Hey everyone, Just wondering if anyone could answer a simple question for me. Here is a brief background on what I'm trying to do and my setup. I'm working with .net studio 2005 and Windows Mobile 2005. I'm just doing some testing with SQLCE for future projects that I plan to implement with it. I'm somewhat new to .net, however I have experience in VS6.0. I wrote a simple app that contains Data Binding and was attempting at Datasets on a ...Show All
Software Development for Windows Vista ICredentialProvider
Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effor ...Show All
Windows Forms How to make longer duration ToolTipText of cell of DataGridView?
Is it possible to set longer duration for the ToolTipText of cell of DataGridView Thanks. Ken There is no API that modifies the duration of the DataGridView tool tip in Whidbey. I forwarded your suggestion to the DataGridView product manager for consideration in a future version. Thanks for your feedback. ...Show All
Visual Studio Express Editions A question about forms
I'm new to C# after years of Delphi, so still getting used to things. I have a question about forms and displaying new forms. In the programs I write, I have a number of forms that I need to open and close, depending on circumstances. In Delphi this was easily achieved; you created the form and showed it and closed it as necessary. In C# I'm having problems understanding the same process. I can declare a form along with the other private/p ...Show All
.NET Development About Reflection Methods
Hello, My a Class cant reach to my bussiness classes.. Methods of the class get Interface as parametter. so I cant use every property of the parameter. so to use the properties Im using reflection.. obj.GetType().GetProperty("Name").GetValue(obj,null); to get the "Name" property Im using reflection... I want to know does it effect the performance I think that this is a bad way to go about it for the following reasons: - It's not type s ...Show All
Visual C++ lnk1112
In VS2005, I added a MFC DLL project. The default platform is win32 and this project does not have input lib. A very simple boiler plate project with code from Microsoft. Then I converted the project to x64 by setting the platform type to x64. I can see that the target machine type from the Linker option got changed to x64. Then I built the project from VS2005, I got the following error: \ x64\Debug\mfc2.obj : fatal error LNK1112: ...Show All
Windows Forms Dataset Precision and Scale for Decimal datatype
I have a problem that I hope you guys can help me with. I have a reporting app that is written in VB.Net 1.0 and access the database with stored procs. I need to do some formatting of the data coming in to the grid. On the& ...Show All
Visual Studio Tools for Office building solution containing VSTO on CruiseControl.NET?
I'm trying to build a .NET 2.0 solution containing VSTO on CruiseControl.NET 1.0. I have the .NET 2.0 SDK installed and regular .NET projects build fine using msbuild. .NET 1.1 solutions with VSTO for VS2003 build fine as well. The 2.0 VSTO project fails because a number of files are missing. Fair enough, but there doesn't seem to be a VSTO SDK I could install. The VSTO runtime does not contain all the files required to build and I cannot inst ...Show All
