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

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

pato

Member List

Damjank
Bryan Miller
Yazeedhs
ZiQ
AnewMember
Simsabim
Joni58026
Ohio Paul
CCdiver
bohan
John MG
sumesh_tewatia
Nilesh Trivedi
goatchees
Rick Brown
MarekP
ThunderChildAU
Delmer Johnson
Amit Jitendra
Jason Zhang
Only Title

pato's Q&A profile

  • SQL Server Pie Chart Legend Values

    Is it possible to have against each legend the value represented by each For e.g My legend is color coded for each value: I would like the legend to look like this: Above Intervention (20) Below Target (80) The bits in brackets are what I would like to include. Thanks You can just concat field values for your legend expression. For example, if I had a pie chart that showed sales by each sales person and I wanted the legend to show the last name and the total sales I would use this for the legend expression: =Format(Fields!LastName.Value) + "(" +Format(F ...Show All

  • Visual C++ Help with adding Keyboard shortcuts

    Hi Everyone, I am very new to programming in Visual C++. However, I am finding it to be quiet interesting. I am working on a project in wish I had to develop GUI's,. I have implemented the GUI with some buttons included. One task that is currently beating  me is implementing a keyboard shortcut. I have a botton called "RUN" and want to use "ALT+R" to invoke the run button. Can anyone kindly help me with this. I have tried doing this with Java and it works but I don't know of any C++ function that will perfor this task. Can a C++ gaint help me out Thanks in advance. What technology are you using MFC, win32 APIs, winforms, etc ...Show All

  • Visual C++ Error when building.

    Hi, I'm new to C++ and am having some troubles. I am trying to create my first successful program (just one that displays words to the screen). I have the source code and everything however the following error message comes up when I try to "build" the program: "Compiling managed resources... c:\- - -\ - -\ - - -\ - - -\ - - - - - -\ - - - \ GlobalConfig.resx(42,5): error RG0000: Type System.Drawing.Point, System.Drawing in the data at line 40, position 4 cannot be located. Line 42, position 5. c:\- - -\ - - -\Form1.resx(0,0): error RG0000: Root element is missing. c:\- - - \ - - -\ - - -\Config.resx(42,5): error RG0000: Type System.Dra ...Show All

  • Visual Studio Team System Difficulties in getting Code coverage information

    I am testing ASP.NET web controls and am facing difficulties in getting code coverage information from my tests.  For testing our web controls, I am using the [HostType("ASP.NET")] and [UrlToTest(" http://localhost/TestSite ")] attributes in my test projects to either test a website that has these webcontrols, or dynamically add these controls to a empty test website and test their properties and methods. So my project structure is like this  c:\>     - InetPub         -wwwroot            -UnitTestWebSite   & ...Show All

  • Visual Studio Team System TFS problems

    I just emailed this to my whole team, who is getting ready to switch from SOS to TFS. I made a series of changes before checking in, including things like adding a new code file, then later removing that same code file. Recap of my issues: When I went to check in, the Pending Checkins window would not give me the option to check in. It only gave me the option to unshelve. So I chose that option thinking it would lead to a checkin. However, unshelving failed because there were no shelf sets for me. I switched to Source Code Explorer. I right clicked on the top level node Cars Site project and selected Checkin. This t ...Show All

  • Windows Forms no sufficient privileges to start system services

    any suggestions this error message "No sufficient privileges to start system services" comes up during installation of windows defender beta version. This forum is not for Windows troubleshooting questions. This forum is for questions related to using Windows Forms to develop Windows-based applications. Please look at the top of the forums for the topic that provides you a link to the correct forums. Thanks. Michael Taylor - 6/19/06 ...Show All

  • Visual Studio Express Editions error C2632

    A header I am including has: typedef unsigned char bool; but it causes this when compiling: error C2632: 'char' followed by 'bool' is illegal How can I get around this Look the error up on MSDN Library, it tells you how to fix this. Basically bool is now  considered a real type, so you can't create aliases for it. ...Show All

  • Windows Forms Alternating cursor

    Arrgghh, this is very frustrating.  Visual Studio 2005 Windows Form designer seems to go bonkers after entering more than about 10 - 15 controls on a form.  The cursor sits there and alternates between the arrow and the reposition control cursor.  Not sure what it is doing, but the only way it seems I can get it back is to select a different running program then switch back to visual studio.  Any suggestions on this would be appreciated.  Thanx, The problem is actually in the DXCore, so Refactor!Pro suffers from the same problem.  Send an email to support@devexpress.com , tell them the problem and they wi ...Show All

  • Visual Basic trouble with function prototype from vb .net DLL with array for unmanaged native caller

    Reposted in the hope some experience  and skill people can shed some insigght while continue to struggle and research. It has been easy to create a com class DLL. It worked wonderfully for all public methods and functions that have only simple data types.  Despite searches, reading, I still have dense cloud in front of my road to make available a method that passes string and integer arrays to unmanaged caller.  I even tried different explicit marshalAs, I still did not get it.      The target consume calling prototype is something like this Long lSz; String sOut[] Long lPos[] ...Show All

  • SQL Server SQL Server 2005 incorrectly claims I don't meet minimum service pack level requirements?

    This doesn't make any sense. I am trying to install SQL Server 2005 on SBS 2003 with Service Pack 1. According to Windows Update, there is nothing left for me to install. However, I am getting this error (while installing SQL Server Express and the Developer Edition): "Your operating system does not meet Service Pack level requirements for this SQL Server release. Install the Service Pack from the Microsoft Download Center at http://go.microsoft.com/fwlink/ LinkId=50380 , and then run SQL Server setup again." When I go to the link, there is nothing there to download (it takes me to the main Microsoft download page). I meet al ...Show All

  • Windows Forms Help !!!!

    I want to learn more on windows forms, I have search the web, but can not get any good sites to learn more. Where on the internet can I get more info/samples  of how vb.net and ms Access works ...Show All

  • .NET Development Endless waiting in use of System.Net.Sockets.Socket.Receive()

    I am using sample code from http://support.microsoft.com/default.aspx scid=kb;en-us;832679 . I used it to download many files in a single batch, it worked fine but sometimes Socket.Receive() (shown in red) went into a deadlock state like nothing returned. I tried to use other FTP client tools to download the same file, there was no problem. Will anybody enlighten me My environment is Visual Studio .Net 2002 and .Net framework 1.0.          Private m_aBuffer(BLOCK_SIZE) As Byte         Private m_iRemotePort, m_iBytes As Int32       ...Show All

  • Windows Forms how to make parent form hot keys work in user controls...

    hi, i have a main form, with a mainmenu, with all the shortcut keys programmed in, Ctrl-s for save etc. which works fine.  but when the focus is in any user controls, the hotkeys don't work, presumably by design, but in my case, i don't want the users to have to realise that they are in my usercontrol and force them to click out of& ...Show All

  • Visual C++ Chinese resources

    Hi I have to create chinese resources for my application. To check a bit how all is working I created a chinese mfc application. If I run the application, all is shown correct in chinese. If I check the resources for example the menu in visualstudio I dont see chinese signes. Do I have to change any settings in visualstudio to see the correct chinese signes in the resource editor Thanks Peter Hi, your problem can easily be solved, at least the matter with BearShare. I hope you have your Windows XP CD available. In Control Panel click Settings, then Regional and Language Options. There go onto the Ad ...Show All

  • Visual Studio Many models, one template.

    Hello again all. Some time back I asked a question about producing many output files from one model and one template. (and got two great answers) Now, just to awkward, I'm looking to produce output file(s) from a single template that reads from many models. ;) There are two possible modes for this: 1: I have a tree of models, where one model file defines relationships between objects that are defined in detail in other model files (one file per object on the root model, for simplicity). The root and child models may be different DSLs. 2: I have a flat set of model files all based on the same DSL. I want to create a single file from a single ...Show All

©2008 Software Development Network