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

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

scottnmead

Member List

Zarxrax
Greg Smolyn
Scott P. Lane
Dan Fisherman
Zou Kok Man
robertcabiyaan
Phil Ekins
rayBristol
johnny83
Gurpreet GIll
Caroline Wise
CuSOUN
p4r1tyb1t
Pazout
Chuck C
Sathiyarajan
rob_milton
azastawski
RussellF
Laura Busuioc
Only Title

scottnmead's Q&A profile

  • Windows Forms TableLayoutPanel - Runtime resizing

    Does anyone know if it is possible to allow the user to resize Rows & Columns on  a TableLayoutPanel at runtime   Much in the way of a splitter. If you mean via the UI at runtime, no. Programatically, you could set the .Size and .SizeType properties and trigger the update via some control on the form like a NumericUpDown or a ScrollBar. ...Show All

  • Visual Studio Team System Availability of the German Process Guidance

    Hello, is there anybody who can tell when the german language process guides will be available for download. We are using the german TFS, and we want to modify the project template and the guidance. The TFS ist already available in german, including all process guidance. If anybody has found the german templates, please tell me! Thanks! Hello, the german language Process Guidance and the Process Templates are currently shipped only with the German TFS. So from what I read (" We are using the german TFS ") you should already have them. Or did I misunderstand something Thanks, Aldo ...Show All

  • Windows Forms populating an array via another array

    Does anyone know how i can get the values of an array of bytes to be stored in another array.  The problem is that i am reading from a serial port, which receives each byte separately.  So the array of bytes actually only uses its zero element, as each byte comes in one at a time.  I can't seem to access this element value ...Show All

  • Visual Studio ContinueOnError, yet still failing the build?

    I'm using MSBuild to run all the unit tests for our projects. The target looks like this: <Target Name="Test" DependsOnTargets="Build">    <CreateItem Include="FakeTestTarget\bin\$(Configuration)\*Test.dll;">       <Output ItemName="TestAssemblies" TaskParameter="Include"/>    </CreateItem>    <Exec ContinueOnError=" true " Command="mstest /detail:errormessage /detail:errorstacktrace /testcontainer:%(TestAssemblies.RelativeDir)%(TestAssemblies.Filename)%(TestAssemblies.Extension)">     </Exec> </Target&g ...Show All

  • Visual Studio Express Editions Use DLL from C#

    Could some one can point me to where can I see and learn how to use a DLL (not an automation object) written in some other language (such C or Delphi) from C# Regards. Found in other ng: DllImport ...Show All

  • .NET Development Help with Reflection and accessing controls on page

    Hi all, I am trying to access a couple of controls on a page via Reflection.  More specifically, I am trying to get and set the value of a textbox using: Dim dispCompInfo As System.Reflection.FieldInfo dispCompInfo = Me .GetType.GetField("txtFirstName", Reflection.BindingFlags.NonPublic | Reflection.bindingflags.Instance) However, I cannot seem to get a return value from any of the Type's "Get..." methods.  Can someone tell me what I am doing wrong Also, once I get the control, do I need to get it's "Text" property to get and set values in it, or is there another more convenient/clever way to do this Thanks in advance for ...Show All

  • Visual C# CodeDomProvider.CreateCompiler - need a replacement.

    I am posting it second time today. For some strange reason the first post disappered after an hour or so. It is about the method: CodeDomProvider.CreateCompiler(). The method appears to be obsolete but it is used in a code sample I have copied from MSDN. There should be a replacement for this method. I would like to know what it is. Thanks. Yeah, thanks again! I think a lot of the confusion is because the error message generated by trying to call CreateCompiler method attempted to say that in "MSSpeak" (which is sometimes analgous to "Greenspanspeak") and all the examples that I found to use CodeDomProvider had calls ...Show All

  • Visual Studio RC1 - VSS Admin Password?

    I just installed RC1 VSS. It's seems to have a password in mind and I have no idea in the world what it is. At times it seems to disregard it's password and do what I need to do. But it won't let me change the admin password without know what it was. It's sort of that same old story.... I receive the message - if you've forgotten your password, consult your system administrator. But I am the system administrator :( Hi Renee, If you created a new database, the Admin password is blank (default). Let the 'Old password' field blank in the ChangePassword dialog if you want to set a new password, and only type in 'New Password' and 'Verify' f ...Show All

  • .NET Development Database at client

    Hi, our set up is like this..we have clients accessing database hosted on a server(which also will host BL + DAL)...its a WAN network..client will be having windows form application which we want to be smart..now at a time there could be 30-60(sometimes 80-100)..clients accessing server.. How should we transfer data to clients..Dataset,Business Objects serialised using remoting,any other option(web services).. thanks So what do you think My scenario is some thing like this " We are trying to develop a smart client application which is occasionaly connected. The issue here is we are unable to decide on the database which ne ...Show All

  • Visual Studio Team System Team Explorer - red cross on "documents"-folder

    Since installation of TFS I am unable to see the content of the documents-folder (teamexplorer) on a client-machine. There is always a red cross on the folder! If I start the team explorer on the server the documents folder is shown correctly. I tried to copy the http-url ( http://[servername]/sites/[Project ]) to an IE on a client and there the sharepoint site is shown without any problems. I did the changes required after installation of Sharepoint Portal Services SP2 ( http://blogs.msdn.com/robcaron/archive/2005/10/07/478336.aspx ). I think I also configured the users like mentioned in the install guide (TFSInstall-v50926.chm - Manag ...Show All

  • Visual FoxPro FoxPro character fields in .Net showing as blank strings.

    Not sure if this should be in the FoxPro forum, or the C# forum. I have a dBase database, with a table (table1). table1 contains a field (myField) which is a fixed length, 4-character field. With each record this field contains 4 ASCII characters (which were created by converting decimal values into ASCII). Now ... I think that the first 2 or 3 characters are ASCII value 0 (null). Also, some of them contain Extended ASCII codes. My problem the object variable, thisField in my code returns contains an empty text string. I have tried casting it to different types, and have interrogated the field output in every way. Visual Stu ...Show All

  • Visual Studio documentation: how to convert to printable file (pdf or doc)

    The documentation is great for web access, but how do you turn the tutorials into an easily printable form, like a pdf or doc file http://msdn.microsoft.com/library/default.asp url=/library/en-us/csref/html/vcoricsharptutorials.asp We don't have a way to do this now, but this is an awesome suggestion and we will consider it for future releases. Thanks! Jeremy Jones ...Show All

  • Smart Device Development GetServiceHandle in Mobile 2003 (VS2005)

    Hi Alls, I try to use some functions like GetServiceHandle, ActivateService to manage service in Mobile 2003 but there is the complier error : error C3861: 'GetServiceHandle': identifier not found The <service.h> is included in project Thanks It seems like the GetServiceHandle API only compiles with the WM 5.0 SDK. I'm not sure why but I can try and find out if there's a workaround. Is your project targeting only WM2003 or 5.0 as well -- Mel Sampat Program Manager, Microsoft This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Windows Forms Printing data from a datagrid/dataset

    Hi all, I've been searching Help/Walkthroughs/Discussion Groups for hours on this and really don't have a definitive approach or way forward... I have a page that displays a datagrid which is filled using a select command query based on user selected criteria. This works fine. Once the datagrid is displayed I need the users to have the option to print the datagrid. Here are the solutions I've found and the problems related to them: 1- Use crystal reports - well I've tried following the Walkthrough in Visual Studio help and it doesn't work because the walkthrough is based on accessing data from a table in an sql database, not a dataset, ...Show All

  • Smart Device Development Start after InitializeComponent() ?

    Hi all; I just want to know how I can start my application just after InitializeComponent(). public Form1() { InitializeComponent(); Start(); } public void Start() { if (RecupPhotos()) { if (connectGPRS()) { if (FTPLogin()) { foreach ( string Photo in ListePhotos) { SendFile(Photo); Thread.Sleep(2000); } } if (FTPLogout()) disconnect(); } } } I want my application begins alone without command it with a key. With this code, when i launch my application, the form does'nt appear. the application start and do what i wanted, but i can ...Show All

©2008 Software Development Network