windozer_'s Q&A profile
Windows Forms Eventhandling in Datagrid
Hallo, I want to know how to implement the Eventhandling such as doubleclick in Datagrids and how to display the record in the selected row. Can anybody please help me thanks n regards swingme Double click http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q869q I dont understand the second part of the question but you might find the answer in one of these links http://www.syncfusion.com ...Show All
SQL Server SQL Server 2005 Setup Was Unable to Install on Your Computer
My retail box VS2005 Standard installation attempt produced the message "MIcrosoft SQL Server 2005 Setup Was Unable to Install on Your Computer". (I'm taking this up with MS -- "unlimited free installation support for VS2005!" ) ...Show All
Windows Forms switch between design-time mode and run-time mode
Hi all, I'm doing a windows form designer project. Right now I have the design-time mode made, namely, I can use the project to create different form designs at design time. My problem is that I need to be able to switch between design-time mode and run-time mode. Say, when the project is in design-time mode, the user can changes properties of controls in design mode, and when it's in run-time mode, the user can enter data to t ...Show All
Windows Forms Advantages and disadvantages of using images for controls instead of GDI+ features
Hi, not long ago I had a discussion with a friend of mine. We discussed whether using images for control states or draw all the control states with the GDI+. For example, if you want to design your own button with two states (clicked or no ...Show All
SQL Server Advenced select
Hi, I have 3 tables. 1. TableValues with MainID, FieldID and value 2. TableFields with FieldID, FieldName, FieldTypeID 3. TableFieldsTypes with FieldTypeID, TypeName I want to create select that returns me columns as fields names and values taken from TableValues and types taken from TableFieldsTypes. How can I do this Thank's Alexei Select tf.FieldName tft.fieldType, &n ...Show All
Visual Studio Express Editions Disassemble C/C++ Code
Hello People, is it possible to Dissasemble C or C++ code with the Express edition What I have to Download Thanks Leo JaLeo wrote: is it possible to Dissasemble C or C++ code with the Express edition The dumpbin utility is included in the Visual C++ 2005 Express Edition. You can use it to show a disassembly of native Windows code from a .EXE or .DLL. Use Tools | Visual Studio 2005 Command Prompt, switch to ...Show All
Windows Forms Combox events - how to trap arrow down clicked
Due to a relatively large result set, I need to control the amount of data returned for a combobox lookup. The user will enter a few characters in the combobox edit area. When they click on the down arrow of the combobox I would like  ...Show All
Visual Studio Team System Error message for December CTP - Error 28925.TFServerStatusValidator: UnexpectedError
Getting this message at the very end of install: Error 28925.TFServerStatusValidator: UnexpectedError Hit cancel when I got the error and got the following data from the log files: [12/06/05,16:58:15] Microsoft Visual Studio 2005 Team Foundation Server - ENU: ***ERRORLOG EVENT*** : WARNING:Warning 32000. The Commandline '"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Bin\Stsadm.exe" ...' returned non-zero value: -1. [12 ...Show All
Visual C# how do i change the font color of a String.SubString in a textBox?
for example txtBox.text = "The color is green"; i want to display the word green as "green". is there a way to do that i got the change color part, here's what i have: this .txt.Select(start, len); this .txt.SelectionColor = Color .Green; now my problem is how can i highlight or select multiple substrings from txt.Text ...Show All
Smart Device Development Upgrade path for CF 1.1 design time capable custom controls to CF 2.0
Does anybody know of one I read in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=129715&SiteID=1 of the genasm.exe tool, but searching on http://msdn.microsoft.com/ for it produces no results at all. There also does not seem to be an automatic way of creating the necessary *.xmta file outside of VS2005. Can anybody give me a heads up on this one please It does seem a bit ridiculous that none of the work I put in to create ...Show All
SQL Server Building Intelligent applications using SQL Server 2005 Data Mining
Hello, Are there any samples on Building Intelligent applications using SQL Server 2005 Data Mining uisng Visual Basic.NET, including step-by-step guides Most of them are in C#. Besides, the June 2005 CTP does not have tutorials on the said topic. Thanks. I have a question on connection string in ADOMD.NET when using the AdomdConnection object. Can you use other authentication methods other that Windows to connect to ...Show All
SQL Server Application Roles in SQL 2005
We have an an application that was written using OLE DB (ADO) against a SQL 2000 Server that uses an Application role to give rights to the database objects. It connects, calls sp_setapprole and goes on. If the database needs to LOCK a record, it is creating a new ADO Connection and instantiating the Approle again. This model has been working fine up til now. Now we are installing a SQL 2005 server for the latest version of the product we a ...Show All
Visual Studio Does .net 2003 Academic validate VS 2005 Pro Upgrade?
Does .net 2003 Academic validate VS 2005 Pro Upgrade version What do you mean validate VS 2005 Pro upgrade i'm not sure what your question means. ...Show All
Visual Studio Which VSIP SDK should I use for VS2005 RC1?
I've been using beta2 for a while and now need to upgrade to RC1 but I am not sure which VSIP SDK I should use I have a package and couple project wizards in my current project running beta2. Anything I should be aware of when moving to the matching SDK for RC1 I found a couple forum threads mentioning some assemblies are pulled and will be available as source code instead Is there anywhere I can get more information Thanks! Oh... I find t ...Show All
Visual Studio Internet Connection in VS 2005
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad Hmmm... not really. We're using HTTP POSTs to make our web service calls. Are you able to do HTTP POSTs (not ...Show All
