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

Software Development Network >> JohnM 37373737's Q&A profile

JohnM 37373737

Member List

JimReid
bubberz
Brian Altmann
mamadero
My Nam
kizelli
Jean Broche
Greg Bowe
myGreenBird
Louis Chan
uzalish
Bgr
meehanmartin
bmw19314
Matthew Mitrik MSFT
Robz
ammukarthik
Dundealing
Theo van der Stap
sylmil
Only Title

JohnM 37373737's Q&A profile

  • Windows Forms data transfere from one form to another

    Hi I want to open a dialog box form from current form, to fill some values in text box, transfere it back to current form and close the dialog box. Everything warks except data transfering. How can I take a value of text box in one form and put it in text box of another form Hi, try this in Form1: public TextBox myTextBox {    get {return _mytextBox;}    set {_myTextBox = valu ...Show All

  • Smart Device Development Splash form trouble

    Hi All, I would like to create a splash form for my application and currently face some dead end. I really appreciate any help. Some of the things that we would like to achieve is: 1. The application should be load quickly (MainForm is a little bit heavier than the SplashForm) 2. After load the application, we would like to display the splash form that inform user of what it is doing (loading data etc) 3. After finish loading the data, we wou ...Show All

  • .NET Development Webservice not showing in datasources

    Hello, I am using the new CTP of team suite. I am trying to add in datasets, from a webservice, into the data sources window. Does this work The message states that "The following Web Reference will be added and all of the objects it returns will be available in the Data sources Window:" Is there something that needs to be done differently in the webservice I jut created a default web service and added a simple public function that returns ...Show All

  • Visual Studio Team System Sampling profiler: is there some way to see a disassembly view?

    I just found out about these tools today, and I'm pretty impressed. Nice job! I was wondering if there's any way to see disassembly (e.g. with number of hits on the instructions) ... And/or is it possible to somehow extract the actual raw data (e.g. EIP's, module info: base-address, version) from the .vsp thanks much, Jon Thanks very much; glad that you are impressed with the tools. You mean profiling data for ...Show All

  • Visual Studio Team System Unable to connect to the Team Foundation Server

    I have successfully installed Team Foundation Server Beta 2 with both App Tier and Data Tier on a Win2K3 box. We only have a Win2K domain, but I read that this is not a problem and others were able to connect their VS2005 client to the TFS. I have installed VS 2005 Beta 2 on a Win2K client and tried to connect to the TFS. I only get the "Unable to connect to this Team Foundation Server: MyTSFMachine. Team Foundation Server Url: http://MyTSFMachi ...Show All

  • Visual Studio Error:The system cannot find the path specified

    Hi  I am getting this error on my production server (win 2003, .Net 1.1, CR 10), I used cr10 merge modules on my deployment package.  I used correct path in the code while loading the report file using server.mappath, even I tried with hardcoding the file path. But no luck. Another information is we created similar configuration system at our development side there it surprisingly working great. Any help is appreciab ...Show All

  • Windows Forms Prevent Child form from leaving Parent form bounds

    I have a couple of child forms in a MDI parent (main form) . I wnat these child windows to be movable. But I want to prevent the user from moving them to outside the bounds of the parent. When I try to move the child outside the bounds of the parent, scrollbars appear in the main form.Can I stop from this to happen I thought of disabling the Autoscroll property (setting it to false) but that did not work. I think it can be done ...Show All

  • Windows Forms Preventing User from entering Text into a TextBox Control

    Hi all, I have a problem where I have a Form that has several TextBox Controls where the user needs to naviagte through them using the keyword. This is cool, and it works great, but what i don't want is the user to be able to edit the Text within these TextBox Controls (hitting enter on the TextBox Control will open up a new Form where data is entered, and when this Form is closed, the Text goes into the TextBox). Now, if I was to make the TextB ...Show All

  • Visual C# Editor

    I had a *quick* look through the Tools > Choose Toolbox Items... menu but the list is far too big for me to check out every single item. My question is; is it possible to use the editing component from the IDE in our own applications I want to build a nice script editor for my application with code folding, syntax highlighting, intellisense, etc. I don't mind how the colouring is done, even if I have to ...Show All

  • Visual Studio Team System Project creation failing with error "The identity [Project Name]\Project Administrators is not a recognized identity. "

    Error The identity [Test]\Project Administrators is not a recognized identity. Explanation The identity [Test]\Project Administrators is not a recognized identity. User Action Warning TF30144: The New Team Project Wizard attempted to roll back all of the steps taken to this point but was unsuccessful. Contact your Team Foundation Server administrator for further instructions. Here is what Team Project Creation log file ...Show All

  • SQL Server Change query issues

    I am trying to take this statement: Select Total = SUM(gt) FROM (Select Distinct CustomerName, CustomerNumber, FeeGoal_AZ AS FG, FeeSchedule, (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS gt from DCR WHERE branch='00002' group by CustomerName, CustomerNumber, FeeGoal_AZ, FeeSchedule ) as dTable and change up (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS ...Show All

  • Visual C# How to Install Windows Service using command prompt

    Hello all, I want to install the windows service using DOS Prompt(not Visual Studio command prompt). How to do this plz help me will be appriciated hi In VStudio command prompt run :- installutil <Path of the Service> (e.g installutil C:\MyService.exe) Im not sure if normal DOS cmd can do this. Hope this helps. ...Show All

  • SQL Server How to run SSIS package

    How can I: 1) Create a Job in 2005 to run my SSIS project   Specifically syntax and where I would place the all in the job's properties 2) Can I run an SSIS package from the command prompt   what would be the syntax You should read BOL as it has extensive information on these topics. 1) ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/541ee5ac-2c9f-4b74-b4f0-13b7bd5920b0.htm This is general info on ...Show All

  • Windows Forms Hide the properties of a parent class ?

    Hi, I've got a class which inherit from TreeNode. In this derived class, I provide a few properties to show in a propertygrid. But it also displays the properties of TreeNode. And I'd like to avoid that. Is it possible And if so, how (any link to tutorial, documentation or help is welcomed ^^) Give a new implementation of the propery by using the new keyword and then say [Browsable(false)] ...Show All

  • Windows Live Developer Forums application skinning + msn messenger

        How do I do create an application skin wow...that was vague.... Also, how do I use the "Messenger Content Installer" type library under "add reference" Please refer to How to get Messenger Technical Support http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368260&SiteID=1 ...Show All

©2008 Software Development Network

powered by phorum