Software Development Network Logo
  • VS Express Editions
  • Architecture
  • VS Team System
  • Windows Forms
  • Smart Device
  • Windows Vista
  • Visual C#
  • Windows Live
  • Visual Basic
  • Visual J#
  • Visual FoxPro
  • SQL Server
  • Visual C++
  • Game Technologies
  • Microsoft ISV

Software Development Network >> MSTony's Q&A profile

MSTony

Member List

dtb5571
Jeff Lucovsky
Dipendra
Rags707
Mike Awai
Bob-12
Vlasta
SP16
imcpan
Clay of Clayland
Shawn-Peter
George.R.C
arm
krypton355
Anand Raman
Sebastien Nunes
Jonny_B
dude68
AndrewWheeler
Jeremy Lloyd
Only Title

MSTony's Q&A profile

  • Windows Forms DataGridView selected row color

    I'm so confused on this. After looking at the docs and inherited behavior, etc, I just don't get it. I want to change the selection color to a color that I have prediefined for that row when the user selects it. For example, if the user selects row 1 I want the selection color to be red, if row 2 yellow, etc. Currently, when I add a row to the grid, I am assigning a DataGridViewCellStyle with SelectionBackColor = a color, to each cell in the row. Is this the only way Is this that difficult to do I'm sure I'm missing something that seems so easy to do. Thanks, Scott Check out these samples, they are pretty good. ...Show All

  • Smart Device Development pocket pc allow connect to what database?

    MySql or SqlServer if i develop a Smart Mobile application with ASP .NET that needed to connec to the database for retrieve data. what software or thing is require If you're using Asp.Net, I doubt that your choice should be any different from what you normally use - and in that case, forums.asp.net might be a better place for this question If you're writing a device application using NetCF, SqlMobile is probably your best bet ...Show All

  • SQL Server Can't back up Encryption Key

    I am trying to backup Encryption Key for my reporting service. Configuration tool, prompts for a encryption key file location and a strong password. When I provide the same and click OK, I get the following error: ReportServicesConfigUI.WMIProvider.WMIProviderException: An unknown error has occurred in the WMI Provider. Error Code 80070A91  ---> System.Runtime.InteropServices.COMException (0x80070A91): Password doesn't meet the requirements of the filter dll's (Exception from HRESULT: 0x80070A91)    --- End of inner exception stack trace ---    at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.ThrowO ...Show All

  • Visual Studio Express Editions Is vc++ 6.0 good

    i bought a book on vc++6.0.can i build powerful software applications with that.what is the difference between the vc++6.0 and vc++ 2005.what is the latest released version Well... you could use VC++ 6.0 but that's too old really. VC++ 6.0 was released about 8 years ago and I'd say that the quality of the C++ compiler and the IDE itself improved a bit since then . Not to mention that there is a free version of VC++ 2005 called "Express" (though it does not have support for MFC and ATL) see: http://msdn.microsoft.com/vstudio/express/visualc/ ...Show All

  • SQL Server Permission problems: Need help with CLR credentials

    Hi everyone.... I have made a CLR stored procedure which goes to a shared folder on a remote computer. I am having permission problems when executing the stored procedure. (In case anyone is wondering, I am using the .NET SYSTEM.IO class) I have done the following: CREATE CREDENTIAL myuser WITH IDENTITY = 'mydomain\myuser', SECRET = 'some56*Z'; CREATE LOGIN sam WITH PASSWORD = 'meowPw!a3'; ALTER LOGIN sam WITH CREDENTIAL = myuser; ...(other SQL so that SAM can execute the SP) Now, I login to SQL Server using the new login, and when I try to execute the CLR stored procedure, I get "unknown username or bad password.& ...Show All

  • Smart Device Development OnPaintBackground does not fire!!

    hi, i am creating a class that inherits LinkLabel. I am trying to override the method OnPaintBackground to make it transparent but it seems it is not fired. any idea why or how can i make my LinkLabel transparent regards, rnv Unfortunately, the .NETCF LinkLabel control paints its entire client area in its WM_PAINT handler. Even if you could override OnPaintBackground, it wouldn't do you any good. ...Show All

  • Visual Studio Tools for Office Office automation - getting a built-in constant with late binding from .NET

      Hello everybody,    Because my application has to target multiple versions of Office I've chosen to use late binding. I don't want to hard code the constants (for example Outlook.OlItemType.olMailItem) but to get them at runtime through late binding.    How could I do this from C# or Visual Basic .NET    Best regards,    Gabriela Hi folks! I had quite a similar problem lately, and I maybe found quite an easy way to "hard-code" these things. Take a look at http://www.aurigma.com/Products/COMtoNET/ . These guys made something similar ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Flicker in Direct3D application ???

    Hello guys, I developed a small(very simple) 2D game last summer, and I remember I had to use a temporary output for the Drawing/Graphics, and then whole Output draw at once(like one bitmap) so that I avoided "FLICKER PROBLEM". Now, I am trying to get into 3D programming and want to ask, if there could be the same problem, because when my SpaceShip is moving I think its not so smooth as it should be and that it might be the same issue with Drawing something on something else and therefore cause flickering. I am using Direct 3D to render scene. Thx. Peto Usually flickering is the resu ...Show All

  • .NET Development Reset XmlTextReader

    How do I reset an XmlTextReader object to point back to the root node ex) XmlTextReader *rdr = new XmlTextReader("test.xml"); for ( int i = 0; i < 10; ++i ) { while ( rdr->Read() ) { //do something } // // reset rdr to point back to the beginning of the xml document } XmlTextReader does not provide such functionality. You may want to create a new XmlTextReader on each iteration or use an XML Reader with Bookmarks . ...Show All

  • .NET Development Framework 2.0 redist beta v2.0.50215 / Framework 2.0 runtime v2.050727

    hello. i am live with a portal which uses version v2.0.50215 .... Is it possible to install on a the live server also the current fullversion of .Net framework v2.050727 without to uninstall temporary v2.0.50215 thanks No. You can only install one copy of .NET 2.0. You will need to remove .NET 2.0.50215 before installing the RTM (2.0.50727). ...Show All

  • Windows Forms Count messages in MSMQ

    Hello, I'm writing a monitoring software that shows how many messages are in the monitored message queues. The message queue runs on a server, the monitoring software on the client. The problem is: If there are many messages (>=100) in a particular queue, my program takes very long count them. Since I couldn't find a better way, I'm "downloading" al ...Show All

  • SQL Server Log file - failed MSDE SP4 Installation

    Hi, I tried installing MSDE SP4 on a windows 2000 Server. Unable to deploy..getting error "The instance name specified is invalid" Then tried installing with the following; setup /upgradesp sqlrun DISABLENETWORKPROTOCOLS=0 /L*v C:\MSDELog.log The log files indicates; 1] SOFTWARE\Microsoft\Microsoft SQL Server Setup.{E09B48B5-E141-427A-AB0C-D3605127224A} TempFolder is C:\DOCUME~1\thp-mgb\LOCALS~1\Temp\{E09B48B5-E141-427A-AB0C-D3605127224A}\ Loading extended custom action library C:\DOCUME~1\thp-mgb\LOCALS~1\Temp\{E09B48B5-E141-427A-AB0C-D3605127224A}\sqlcax.dll SOFTWARE\Microsoft\Microsoft SQL Server Setup.{E09B48B5-E141-427A-AB0C- ...Show All

  • Visual Studio 2008 (Pre-release) Accessibility of Window components

    hi all, i have a window 'mainwindow', with its components in its xaml file. this window contains a textbox, which i want to access from another class. 'mainwindow' is initialized at program start, so i think there has to be an object of this class available for another class. but if i try to do something like this: mainwindow_textboxname.Text = "sometext"; i get the following error msg.: 'An object reference is required for the nonstatic field, method, or property' can anyone help to solve this problem thanks in advance... Hi Kalinkula WPF objects are essentially just regu ...Show All

  • Windows Forms adding a form created by a diff. developer to a windows forms project

    newbie question We have 2 developers working on the same project. Developer A creates a form A  to do some functionality in the project. I have created form B to do some other functionality in the project. How do i add the form A built by developer A to the project. Is there any easy way in VS.net 2002 thanks There's an MsPress b ...Show All

  • SQL Server Page break occurring between a list and a table

    I have a fairly simple report, which consists of two datasets, and one list and one table. I have the list and table both as part of the body (no embedding inside each other). Everything works as expected, except that there is always a page break between the list and the table. I've double checked all the PageBreakAtEnd/Start, but it's false all the way over. Is there some other place that I need to set something to force everything on one page This report is embedded in an application, so have multiple pages doesn't make sense. Thanks Erick The report could be paginating based on size. Check the Interac ...Show All

©2008 Software Development Network