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

Software Development Network >> G.G.'s Q&A profile

G.G.

Member List

Justin Baker
Jay Hickerson MS
jkiley
Brave Belzebuth
Muthu_Krishnan_R
tbonejo
jessielu
LHill
JProvost
archdeacon
Liviu Ursu
Coder11
Taby
semaphor
Kammy
Lloyd Rice
SD Diver
spirit7301
excalidalf
stakei
Only Title

G.G.'s Q&A profile

  • Visual C++ Resource Editor: Add/Remove operation is impossible '(null)' is read only

    MESSAGE: Resource Editor: Add/Remove operation is impossible, because the code element '(null)' is  read only   So, I moved files from /ProjectA/ProjectA to just be /ProjectA fixed the project settings deleted and added files to go with the changes.  My 'ClassView' contains duplicate classes CMyClass and CMyClass with two different paths one in /ProjectA/ProjectA and the new one /ProjectA; I can't delete the old /ProjectA/ProjectA one and now I get this message 'Resource Editor: Add/Remove operation is impossible, because the code element '(null)' is  read only' when I try and add a button to CMyClass.  I just doubl ...Show All

  • Visual Basic Capturing data from one form and entering it in a second form

    hi guys, another dumb question :-) hate being new, but I'm getting better. I'll try to explain what I'm trying to do and hopefully one of you can help me. I have created two forms. (and a third coming) Both forms have a textbox which I want to have the  NameContractGiver. I only want the end user to type the Name in the textbox once and then have it appear in the I have to do this with a few boxes so I need to undestand how it works. thanks a million. (Hope I can do the same one day :) There are several different ways to accomplish your task....but the basics are to have a public object exposed...here ...Show All

  • Visual C# install fails for c# 2003 standard

    I am trying to install c# on a new laptop purchased yesterday. I insert the first disk, it analyzes the system and says I need to run sometime from the prequisite disk. Now it is not really clear what to do so I click on the link that says this and I get a message saying the system has an application already requesting a reboot (which there is not as far as I know) so let it reboot and cometine. I have done this many time and nothing works. What is wropng anyone know. AsI have said this is a BRAND NEW SYSTEM. Compaq with latest version of XP on it TIA Aaron Hi Aaron, Before you install the C# ...Show All

  • Visual Basic A Modest Proposal for Microsoft

    I've been a Basic programmer for over 30 years and that whole time I've endured the constant reminder that I'm not a "real" programmer. I know better and you know better but still there's that stigma associated with being a Visual Basic programmer vs. being a C++ or a C# programmer. Now that I use VB.Net it really couldn't be further from the truth since VB.Net does everything any contemporary OOP language does. So here's my suggestion, since Visual Basic.Net is about as much like Visual Basic as C# is like C, why not change the name of Visual Basic.net to B# Now instead of being a VB programmer, I'm a B# programmer. Sound ...Show All

  • SQL Server Error Installing Workstation Components SQL 2005 Enterprise

    Hello. I am trying to install only the Workstation Components portion of SQL Server 2005 and I get about halfway through and the installation errors out. The error is: EventType: sql90setup P1: installtoolsaction P2: 0xc0000006 P3: 0x78158a35 P4: 0xc0000006 P5: setup_sqlactionenginelistener.cpp@198 P6: setup.exe@2005.90.1399.0 P7: none This happens after the second disk of the installation is about halfway through installing and then it throws an error stating that "The wrong volume is in the drive. Please insert volume SQLSRVRS into drive D. Cancel, Try Again, Continue" I replace the disc with the ...Show All

  • Visual Studio Team System Team Load Agent on W2K3

    Is it possible to install the Test Load Agent / Controller on W2K3. Does it require VS 2005 to be installed first or are there any other pre-requisites Thanks. It is possible to install the Test Load Agent and Controller on W2K3.  It does not require VS to be installed first.  The only pre-requisite is that you install the controller first. ...Show All

  • Visual C# windows messages

    How can i learn windows messages... like mouse move keydown.. When the mouse mouse what is windows sending to my app is there some article about this There are not much information in .NET articles and books if you want to learn Window Messages (WM), you need to dig to various Visual C++ books and articles on pure Win32 Windows Programming  (Not MFC) to learn these stuffs. The more you understand Windows, the more you will get to know Window Messages. MSDN online has nice set of articles regarding this subject, but are pretty complicated for beginners. Catch22 is a good site to start: http://www.catch22.net/tuts/ Afte ...Show All

  • Visual Basic Disabled the TabControl tabpages

    I have a problem on how to disabled one of my tabpages in my tabcontrol.  I have 5 tabpages, and I want to disable one of it.  How can I perform this action. Can u pls help me my fellows:( TabControlEX, which is available for free from my site, allows you to disable tabs as well as many other frequently requested things. http://www.dotnetrix.co.uk/controls.html You'll also find several tips on my site if you want to modify a tabcontrol for yourself: http://www.dotnetrix.co.uk/tabcontrols.html Ken, I often divert users to your code because it does one thing that none of my tips show (Double- ...Show All

  • Smart Device Development VB6 application & VS.NET 2005 Smart Device application

    Hi all, I have a vb6 app with an Access database. There is no intention to upgrade this app to .NET in the near future. I need to further develop the app so it installs a subset of the data on smart devices (eg. pda, smartphone) What tools do I need to develop this pda app, and how can I sync between the 2 apps Thanks, Ivan nope there is a serparate installer located here for example C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400\armv4 called sqlce.wce4.armv4.CAB. this will need be insatlled on the device.... here's how you can create an installer for multi ...Show All

  • Visual Studio Unable to Upgrade to VS 2005 Release from Team System Beta

    I suspect my problem is not unique. I have tried everything i know to uninstall the previous versions but have come up empty . I get a message that i need to uninstall SQL server Express Edition, tools express edition SQL native server Device Emulator 1.0 Visual J# resdistributable. I have tried the manual uninstaller http://msdn.microsoft.com/vstudio/express/support/uninstall/ but no luck. It is strange, i can't find any documentation which has the actutal manual steps (e.g. directories to delete, registry entries...) Errors range from wanting msi's under c"\ temp\IXP000.tmp" (jsredist.msi & vs_emulator.msi) to ...Show All

  • Visual C++ create vertical bar

    how can i create a vertical toolbar in ( mfc ) like the verticla bar of outlook 2003  thanks Please take a look at any recommended MFC books or msdn help pages for learning such issues. If you have spcific issues after trying, feel free to post such issues. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio Team System Web site Unit Test: Object reference not set ... error

    I tried to setup unit testing for an existing web site by: 1. Create a new websit by pointing to an existing site. 2. Create a new test project 3. Create a new UnitTestLogon.cs page (code attached below) 4. Inside the test manager and run UnitTestLogon.cs The test can be executed but get Object Reference not set to an object error when loginBox.Text = "UserName"; being hitted. Any help will be appreciated. Thanks. using System; using System.Web.UI; using System.Web.UI.WebControls; using Microsoft.VisualStudio.QualityTools.UnitTesting.Framework; using Microsoft.VisualStudio.QualityTools.UnitTesting.Web; using System ...Show All

  • Visual Studio Team System Visio 7.1 for EA and VS2005

    Background: My system has the following software, installed in this order: 1) Windows XP Pro SP1 2) MS Office 2000 Pro 3) Visual Studio .NET 2003 Enterprise Developer 4) MS Project Standard 2002 5) WinXP SP2 update 6) All .NET framework 1.1 updates to that point (current on box is 1.1.4322) 7) MS Office Professional 2003 (upgrade from 2000 Pro) 8) Visio Professional 2003 9) .NET Framework 2.0 Beta (2.0.40607) 10) .NET Framework 2.0 Beta (2.0.50215) 11) Visual Studio 2005 (beta 2.050215-4400) Now here is the problem; I now need specifically to use the Enterprise Architect Edition of Visio for some UML modeling and integration with VS2003 ...Show All

  • SQL Server Keep getting Virtual Memory errors

    Hello, I am wondering if there is a way to solve a virtual memory error We randomly get the following error when trying to run sycn over the http websync. Some clients have 512 MB running sql express, others are full instances that have 1.5 GB. The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent. Yunjing, Thanks for the reply. Is there a way to currently reduce the amount of data being transferred per sync. For example I know that there is 100 rows with 500kb on each row and I now know that 20 rows will work. ...Show All

  • Windows Forms How do I determine which events a control is trapping

    Hello all, I am using event handlers in a class I am writing and I want to add my own event hanldling if the control does not already have it. As an example, let's say I want to handle SelectedIndexChanged for a ComboBox if it is not currently trapping that event. How do I go about determining if a given ComboBox is already trapping SelectedIndexChanged Thanks in advance for any ideas and/or suggestions! Try looking at http://www.codeproject.com/csharp/controlinspector.asp Hope this helps ...Show All

©2008 Software Development Network