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

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

gtsamoht

Member List

Abe2244
Lorry Craig
paulorlowski
erikj
L.V.Saravanan
jim_slc
Brian Fink
Vretare
AleksandrKostick
David Rodriguez
Operator10
hamedghasemi
wsaunders
Graham Hay
gavrilenko_s
Jonathan Willcock
Kevinxox
rupart
Roemer
Foxcare
Only Title

gtsamoht's Q&A profile

  • Windows Forms passing variables to form

    I made my textboxes on form1 public. I was able to access them through my form2, after I made a statement like form1 form2 = new form1();   Problem is, the text boxes are all empty on form2. Is this because I initiated a new form1 and therefore the textboxes are set back to their default as empty How can I access variables stored in form1 from form2 thanks. To have one form talk to another, pass the ...Show All

  • Microsoft ISV Community Center Forums VS Code Editor

    Hi, I've seen numerous examples people implementing the Windows Forms Designer in their application, I was wondering if it's possible to do something similar with the Code editor too   I would like to offer my users the capability of writing their own plug-ins.  It is ok if VS has to be installed on their PCs. I've asked this question many times before, and just had a lot of deer in headlights faces stare back at me. Cheers. Paul ...Show All

  • .NET Development Unable to use FTPWebRequest over SSL

    Hi   I have been trying to connect to a FTP server using SSL. I have followed the example on MSDN - ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref10/html/P_System_Net_FtpWebRequest_EnableSsl.htm However I keep getting an exceptions when then “ request.GetResponse ” method is called. The exceptions is “WebException” and message is “The underlying connection was closed: The server committed a protocol violation” &nb ...Show All

  • SQL Server How to hide the tables and table relations to end user.

    Hello, I am writing a data-driven application using ADO.NET1.1 and MSDE2000. My question is: After installing the MSDE and database files (*.mdb) on end user's machine, how to prevent end user from getting the table names, designs and relations by some tools, such as SQL Server enterprise Manager (User will have administrator permissions to install, start and stop MSDE.) Is it possible to hide such information Thanks. -Zhenyu2003 Basical ...Show All

  • Windows Forms DataGridView Persisting Values to DataSet

    I have a Master-Detail form that has a DataGridView control on it. My DataGridView has its DataSource set to the Master table and the DataMember set to the name of the Relation between the tables. How do I get access to the Detail DataTable to look at the data and insert a row I have tried calling EndCurrentEdit on that DataTable and it still shows 0 rows even though the DataGridView shows 1 row. Thanks in advance After some mor ...Show All

  • .NET Development Serialization framework improvements in .Net 2.0?

    I have re-implemented an IFormatter for the project NGrid . The code can be seen on this page . I have found such tasks very tedious with the current design of the serialization framework in .Net 1.1. Here below, the list of the hard points. IMessage serialization (and the derived classes) is pure hell. As the consequence even the BinaryFormatter fails when it tries to serialize an IMessage containing itself an other IMessage. IMO, the IRemo ...Show All

  • Visual Studio Team System Data driven testing - multiple sources

    I have what is probably an easy question for you testing geniuses. I have an access database I want to use as the unit testing datasource. I have one test method where I want to use information from multiple tables in the  database to feed my data-drive test. Is it possible to do this using the attributes provided with .net or do I have to write my own @ Kerryr & Tomkle can you give some example for the above mentioned one. ...Show All

  • Visual Studio 2008 (Pre-release) Two-way data binding with ColorPicker Demo

    Hi, To gt my head around two way data binding on custom controls I've been trying to bind the Color property of tow of the samle ColorPickers. I'm probably just overlooking something completly obvious but I can't for the life of me see what it is. T add to the confusion the individual bytes Red, Green and Ble bind with no trouble. Any help shaking the cobwebs from my head would be greatly appreciated. You can find the demo here: ms-h ...Show All

  • .NET Development bug in Int32.Parse

    In Visual Studio 2005, the following throws a FormatException and it definitely shouldn't.  The same code works fine in Visual Studio 2003. This is the version that I am seeing the problem, running on XP:     Microsoft Visual Studio 2005     Version 8.0.50727.42  (RTM.050727-4200)     Microsoft .NET Framework     Version 2.0.50727     Installed Edition: Profes ...Show All

  • Software Development for Windows Vista Vihang's Re-hosting Workflow Designer tool implementation issues??

    Vihang, I have downloaded the Re-hosting Workflow Designer tool sample you created.  I have XOML only State workflow that references assemblies (does not use x:Class attribute in the root node) and uses namespaces with namespace aliases for specific activities that are used in the XOML only workflow.  Can you please modify this example to work with XOML only state workflow that can reference namespaced references (for codebeside and ...Show All

  • Windows Forms Dockable windows with pin and autohide feature

    We need to provide a feature in NET 2.0 with Dockable windows with pin and autohide feature (Similar to the solution explorer window) I tried to accomplish this using the VS.NET 2005 Beta 1. But could not go further. Any hints Thanks Jubin Thanks. The link http://www.dotnetmagic.com/magic_download.html  helped. ...Show All

  • SQL Server Size specified for a binding was too small, resulting in one or more

    I have changed my source data warehouse by increasing some column widths.  Now when I try to deploy the cube I get: Warning 1 Errors in the back-end database access module. The size specified for a binding was too small, resulting in one or more column values being truncated. How do I fix this   I have tried going into the DSV and making sure things were right.  I have gone into the dimensions and can't find anything to ...Show All

  • Software Development for Windows Vista Vista December CTP Install Problem in Microsoft VPC

    I am trying to install the latest Vista December CTP build on a Microsoft VPC. I have the latest version of VPC with the latest SP. The Vista product key from MSDN works fine. The problem that I am experiencing is that I can not get past the "Where do you want to install Windows " screen where you must specify the hard drive and partition to install Windows. After selecting the unallocated virtual hard drive space, creating a new partition, a ...Show All

  • SQL Server Training for SQL Server Integration Services

    Does anyone know of any good classroom style training for SSIS I am located in Los Angeles, CA. It would be great if I could attend something around this area. If not, I am willing to fly out for the training class as well. hello, please post your email to irugur@hotmail.com which will help you on your SSIS training... ...Show All

  • SQL Server Flat file - row delimiter problem

    Hi, I'm trying to design this package where i take data from a source and need to transform it into a flatfile with some extra static information. I use a SQL script like this (ex.): SELECT ' BS0220131264202400000130001' + cast ( wa . perf_applicant_number as nvarchar )+ '000000000' + wa . perf_firstname + ' ' + wa . perf_lastname + CHAR ( 13 )+ 'BS0220131264202400000330001' + REPLICATE ( '0' ,( 15 - LEN ( wa ...Show All

©2008 Software Development Network

powered by phorum