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

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

rfb

Member List

Larry_Pope
tasker1986
Nick Simmons
wiscon
Shyam Sundar R
kopfschuss
Mike Hanson
Joe Labellarte
jtl8678
Douglas Chew
Mundru
Melsom
Patrice Pelland - MSFT
mil10
Paul Connell
Ales
dmassat
Asmitha Santhiar
zool
joah
Only Title

rfb's Q&A profile

  • Visual Studio Payslip Printing

    Hi, I developed One Payroll system in Windows forms. every thing is working fine but while printing the payslip iam getting problem with the size of payslips. It is 4" (102mm) deep x 9.5" (241mm) wide. How to design the payslip with that exactly with that size. Printer is Dotmatrix printer. Now i am trying to display all the payslips of all employees in on NOTEPAD and give it to printer. But it is giving problem while printing some times like skipping one line middle of payslip ( in Notepad file it i showing correct with out space). I am also trying to user Custom Paper Size. Can you tell ...Show All

  • Visual Studio Team System Feature request: Class name filters

    It would be very useful if we could create regexp-based filters that would tell whether a particular class should be analyzed. Here's an example: I don't want FxCop to analyze third-party code that is a part of my assembly (PowerCollections), nor do I want to analyze auto-generated xml serializers code that also resides in that assembly. If only I could set up couple of filters like "skip classes whose full name starts with "Wintellect.PowerCollection" and "skip classes whose full name ends with "Serializer"... Andrew, We have discussed this quite extensively before internall ...Show All

  • Windows Forms Active control change event?

    Hi. I want to put on form's toolbar a buttons for RTF formating but I want to enable and disable them based on the current focused control. For those who are/where Delphi developers is something like TAction behaviour what I need. There is some global event fired when active control changes Regards. These forums are only support Microsoft development products, they don't support Delphi and J2EE, so your question is an off-topic here, sorry for that. ...Show All

  • Windows Forms how to find the active form

    hi VB6 had property to find the active form's active control - Screen.ActiveForm.ActiveControl.Text .... how this is replaced in .net.. i want to create a child form in an MDI application that can search for empolyee code and set the code in the combobox/text box (the user clicks F3 button)... i need a general form that can be used in all forms... thanks Regards If you're creating a child form and you want to send back information to the main form, a delegate would be the way to go. ...Show All

  • SQL Server How to secure the web pages of Report Server and Report Manager in MSSQL 2005

    After I setup the MSSQL 2005 Reporting Services, I found everybody can access the web pages of Report Server and Report Manager. How to ensure that only authorized users can access them This link may help http://msdn2.microsoft.com/en-us/library/ms157198(SQL.90).aspx ...Show All

  • Software Development for Windows Vista custom activities property values

    If I have a custom activity with a public property that is set during the execution of the activity, how can I access the value of this property after the activity has completed Anyone I have actually looked into tracking already and right now I am using the default tracking service and default profile. So what I can gather from your response is that using user track points is a better way from the WF architecture to record these kinds of things As for the other option, the host would probably just end up writing the data to a database anyway, which tracking is already doing. thanx again -- ...Show All

  • Visual Studio Team System in vstsv how to Manage Stored Proc code

    We have lot of db based scripts right from table creation to stored procs and jobs. How to manage these efficiently using VSTS. To be more specific can i see my list of sp's like i see all my .cs files in visual studio and then right click and do check out ..... and do stuffs and then checkin... Thanks Sanjoyan I suppose you could use the Database project type and check the solution containing this project into Team Foundation Version Control, that way you'll get version control with work item tracking in your Visual Studio environment. Regards, Thomas L ...Show All

  • Windows Forms how to add string in row header of dataGrid?

    hi there,  I just want to know that can we add values or string displayed in the row header of a grid which is use to select the whole tuple ie ,row. If we can then pls let me know how.  hope that i get the response as soon as posible.  thanks  Regards  DeadRocker I don't think that is possible using the standard D ...Show All

  • Windows Forms problem width msimsp.exe tools

    Hello, I Want to create  patchs using msimsp tools that normally is included into the windows installer SDK. So I am under Windows XP Pro , I installed this Windows Installer SDK from this link http://www.microsoft.com/downloads/details.aspx FamilyID=e96f8abc-62c3-4cc3-93ad-bfc98e3ae4a3&DisplayLang=en  , but I couldn't find the msimsp.exe tool anywhere on my computer. If anyone had the same problem or have a solution to it, thx for helping me. ...Show All

  • Windows Forms My 29 things that need to be added/fixed/improved...

    1. Make the visual designer faster. It should be as fast as VB6 was to open them and to move controls around. (i.e. It shouldn't take 45 seconds to display moderately complex forms in the designer (try duplicating the Outlook Edit Contact window, and you'll see what I mean)) 2. Fix the label control so that if it's right aligned and you type  ...Show All

  • .NET Development remoting problem - client hosted in IIS

    Hi! I have really big problem with remoting. I wrote remoting server which runs on XP Pro machine and client which is hosted in IIS (a part of Web Services tier) under Win 2003 Server. Everything works fine when remoting server runs on the same machine where IIS exists, but when is starded on XP box I can't connect to it from IIS client. Connecting from standalone application works perfectly from any place in the network. Of course hosts are in the same domain. Because authentication and authorization is a key, I decided to use knowledge from '.NET Remoting Authentication and Authorization Sample' articles (ms-help://MS.VSCC.2003/MS.MSDNQT ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Convert DirectInput.Key to string

    Hi. Im creating a InputSystem for a game. We have a console, what should take text input. I have functions to get what keys are pressed in the Key Enum format, but I whould like to know how to convert theese into there string representaint. The problem with using the ToString method of the Key Enum is that non char keys also are passed, like LeftControl and so. Also local chars is also in strange format, as it returns the english key code for them. How does I come around this Thanks in advance. Well, just in case nobody comes up with a smarter solution: Use a big switch statement that maps th ...Show All

  • Windows Forms Component/Control différences

    I don't really understand the difference between a component and a control, as it seems that both can be used to create a user control, for example. Can somebody explain that to me Thanks Emphyrio If you want to create an object that the user can interact with, then you need to create a control, if you want provide custom behaviour to a form that doesn't necessarily have a user interface, then use a component. To create a ComboBox with images, you wouldn't go and create a new control, you would derive from the existing ComboBox class and override functionality to provide custom drawing. ...Show All

  • Visual FoxPro VFP9 Multiple Detail Bands and Page Overflow

    I have a complex report that has one parent table and 5 child tables. All children have multiple records for each parent. In testing I found two problems for which I have found no reported bugs/work arounds: 1) If a detail band (say band 4) is at the end of the page, and there is not enough room for band 5, it will push band 5 to the next page, but only one record will print. Just one record. Records 2- never print. I can adjust the page footer height and start detail set on new page when to 3", same result. If there is enough room on the page for at least one record for band 5, it will print that one record at the b ...Show All

  • SQL Server Split txt file into multiple

    How can I split this incoming file into separate txts.  I want to cut out each Header/detail row section into a new txt.  What I mean by header/detail row: incoming txt file: http: / / www. webfound. net/ split. txt basically want to cut out each section like this: http://www.webfound.net/what_to_cut.txt http: / / www. webfound. net/rows.jpg and a kicker...each new txt name must use a certain field (based on x numbers in header row) followed by another field whcih is the date form the header row.  somethign like this: SUBSTRING(InputFieldBigString,LEN(InputFieldBigString) - 59,4) ...Show All

©2008 Software Development Network