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

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

EricVanRoy

Member List

Dan-RG
Haeal
bems
Ed Mee
Michaelxyz3
Tom Niwinski
G_Mahajan
jziemian
RileyDeWiley
dgrm44
Dev Chris
LuisFPF
JackStri
mwrisner
kerrycas
First Available
Stevo90274
LouisDePage
ErsinINAN
Ravin08
Only Title

EricVanRoy's Q&A profile

  • Visual C# public data members vs. properties

    what's the real difference between public data member and properties In properties you have the possability to execute code in the get and set blocks, a member variable could just be get or set. /Leyan ...Show All

  • Visual Studio Express Editions How to suggest a value

    Hi, I have a windows form with some textboxes and other objects connected to a table adapter and I'm using a binding navigator. When the user presses the new item button, I want to suggest a value in textbox1, but the value doesn't appear because the binder deletes after I put hit there. Is there a way for me to put a value (a calculated one) in a binded textbox Thanks for your attention. Romeu Hi Romeu, There are a couple ways of doing this.  The simplest is to open up the Dataset designer and select the column you want to have a value set for.  In the properties grid there is a DefaultVal ...Show All

  • SQL Server SSIS Parent/Child Package variable passing

    Hi I have having trouble getting my hands around how to retrieve variables from a parent package. I read about the Environment variables and Configuration File at the parent package level and the Parent Package variable at the child level. Here are my questions: 1. Can you only store/retrieve 1 variable in a config file at a time 2. Does the child package have to define the variables and if so, do they have to be the same names as the parent package This seems so more more complex then the DTS2000 way of passing variables to and from packages. Any help would be appreciated. Thanks in advance, Gordon Radley ...Show All

  • Visual Basic Compile Error: Argument ByRef Type Mismatch

    Please, if someone experienced this captioned error, knows how to deal with it I'm writting VB6 n-tier DTC COM+ DLLs.  In one of the DLLs, I defined a few User Defined Types (UDT) to be shared amongst my DLLs. I also need to pass such UDT as a function argument in a public method of a DLL to save table data.    The initial compile was OK when all the DLLs were local in the VB6 IDEs .  Then when I moved two of the DLLs into 2003 server Component Services as COM+1.0, and tried to compile the rest of the DLLs, I got the error: "Compile Error, function Argument ByRe ...Show All

  • Windows Forms How can I make my forms move faster ?

    Dear .NET I have a C# solution on .NET v2 that has a GUI project in it, The Forms are defined as "global" static objects on the Main() so that I will B able 2 use them from anywhere through MainApp.MyForm.Is_Flag_On; I start the application from the Main() like this: Form_Main = new GUI. Main_Form (); Application .Run(Form_Main); The problem is that the Forms became TOO SLOW !!! 1. You can see it when you Show / Close any Form (the controls in it are being painted on the form - first the control area is black and then it paints - like if something was overriding the OnPaint event) 2. When any of th ...Show All

  • .NET Development Server GC in VS 2005 Beta 2?

    I've recently been reading up on the garbage collector in .NET and discovered that there is a workstation version of the gc and a server version.  Earlier versions of Whidbey apparently allowed the server gc to be enabled via an app.config item that looked like this...   <runtime>       <gcServer enabled=“true"/>   </runtime> I tried this with no success, so I looked into the schema for runtime, and there is no mention of the gcServer config item.  Also, I found mention of a System.Environment.IsServerGC which could be checked to see if the Server GC was being used.  T ...Show All

  • Visual Studio Team System Is there a Starteam to TFS migration tool?

    Is there a Starteam to TFS source control migration tool ...Show All

  • Visual Studio 2008 (Pre-release) GridView representation of XML

    Hi, I am trying to display the contents of an Xml Document in a GridView. An example of the the Xml is as follows; <Table> <Column>Name <Cell>Dave</Cell> <Cell>Pete</Cell> </Column> <Column>Age <Cell>32</Cell> <Cell>26</Cell> </Column> </Table> I want the GridView to look as follows; [Name] [Age] Dave 32 Pete 26 That is, in tabular form. My Xaml contains an XmlDataProvider; <XmlDataProvider x:Key="TableModel" /> and the C# XmlDataProvider xml = (XmlDataProvider)FindResource("TableModel"); xml.Document = doc; Each Gr ...Show All

  • Software Development for Windows Vista Beta 2.2

    Where can i find the WF beta 2.2 In your official pages i don't see any hint to the new beta release, Thanks http://www.microsoft.com/downloads/details.aspx FamilyId=5C080096-F3A0-4CE4-8830-1489D0215877&displaylang=en http://blogs.msdn.com/pandrew/archive/2006/03/14/551702.aspx will help you! ...Show All

  • .NET Development send byte[] and recive byte[] System.IO;

    ok,, i have the next problem... i am creating a client server program ,,, i allready know how to send text trough tcp with a networkstream.. then a streamreader and a streamwriter... it works good with text... but the problem is when i try to send a byte [] ,,, i have a image and i use a memorystream to convert it to a byte [] and i want to create the image in the server when i got he image,, i allready know how to do that... what i dont know to do,, is how can i send a byte [] im trying to send the image this way,, when i allready have the byte [] i do this: //here i call a function that returns me a byte[] of the image byte[] con ...Show All

  • Windows Forms Got the Solution!!!

    I have a system.windows.forms.form with a datagrid in it. in the load method i bind a dataTable into it. and i have a method that in runtime adds some items to the dataTable after an event. i did the following: DataTable dataTable =(DataTable)dataGrid.dataSourse; DataRow dataRow = dataTable.newRow(); dataRow[0] = "some string"; dataRow[1] = "another string"; dataTable.Rows.Add(dataRow); it works, but when there are more than 10 items (the max display without a scrollBar), the scrollBar is added. sometimes it's stuck, and if not, when adding a new item there are two scrollBars, and other freak things. When adding items "slowly" it doesn't alw ...Show All

  • Windows Forms Setup Project in VisualStudio.NET(2003)

    Hi All, I made Setup Project in VisualStudio.NET(2003) and this Setup copy the text file which is reside in msi and install it in selected instllation folder. My Problem is I want to select that text file from that specific folder and want to install in in selected instllation folder because that text file changes every time. Please suggest me the best solutions. Regards Amit I'd really like to help you, but I don't quite understand what you mean... Where is the text file you are picking up And where is the one that keeps chaning Is this the installed one, or the source one ...Show All

  • Windows Forms winforms 2005: designer error because I used a keyword..i fixed but i still get error

    hiya, I am getting the error: <error> Error 6 Cannot implicitly convert type 'string' to 'System.Windows.Forms.DataGridViewTextBoxColumn' </error> this was because I had named the winform "MainForm" So, I change the name to "frmMainForm" I then clean and rebuild. Same error, even though the name is no longer a keyword. Any ideas cheers, yogi I'm getting the same error. .. I delete the .designer line that has the name: this.name = "myName"; and it builds fine. When I open the form in design mode, the line comes back and ...Show All

  • Windows Forms SelectedValue DGVComboBoxCell??

    Hi! please help me, how can i select a value in a datagridviewcomboboxcell i'm using a dataset as datasource . . ex combobox contains: Display member        Value member       ABC                         1       BCA                         2       CAB       &nbs ...Show All

  • SQL Server Trouble with MS SQL 2000 Reporting Services

    Need help or at least some guidance with MS SQL 2000 Reporting Services. There are 3 servers that are important in this configuration: Server #1: Windows 2000 Server running IIS 5.0, runs a web-based app that I want to produce reports for, and allow users to produce reports. Server #2: Windows 2000 Server running MS SQL Server 2000 Std, stores the data used by app, also primary DC, and application/db access is done thru domain users. Server #3: Windows 2000 Server running Terminal Services, and MS Visual Web Developer Express 2005. Because I work from remote office most of the time I figured that I'd install VWDE on the TS. I could not find ...Show All

©2008 Software Development Network