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

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

ReinerP

Member List

C Shah
Philipp Henkel
callmekv
John_123456789
Dave Lopez
ykgreene
David Xu
Veblen Lee
Steve Hahn
BigT
Mr Fluffy
re10
Shoff
Minad
Scott Pfaff
Mike Whyte
808
cubed
SaruzzU
SerSanchus
Only Title

ReinerP's Q&A profile

  • Visual Studio Team System Connect to server error

    Hello all. Details:    Foundation Server (FS) beta 3 (refresh)               Team System Developer Editiion My current FS is functioning properly for the most part.  There are 4 clients running TS Developer that can connect to the FS server correctly.  One client is not working properly.  Below is an outline of events detailing the issue: 1. install FS1 2. install clients 3. clients connect to FS1 correctly 4. install FS2 5. clients connect to FS1 and FS2 correctly     (rogue client is not attemptin ...Show All

  • Software Development for Windows Vista WF Virgin

    Dear One & All, As my subject says, I'm a WF Virgin. Having read many an article on the principles of WF, I'm keen to start developing with it. Can anyone point me in the direction of some good simple examples of using WF in dotNet2, preferably in VB.NET. I’ve downloaded quite a few, but most either seem to be for Beta1, or I’m missing the odd reference here and there. Many Thanx in advance, Tim Take a look at the sample in Samples.zip which can be found under %ProgramFiles%\Microsoft SDKs\Windows Workflow Foundation\, if you have the VS Extensions for Windows Workflow Foundation instal ...Show All

  • Visual Studio Team System Can I specify Multi-valued Parameters in a (custom) Valudation Rule?

    Suppose that I want to specify multiple RuleParameter with same name, but with different values. Is there any way to do this E.g. (example!)   <RuleParameters>      <RuleParameter Name="FindText" Value="(Regex1)" Operator="AND"/>      <RuleParameter Name="FindText" Value="(Regex2)" Operator="AND"/>   </RuleParameter> public class MyCustomRuleRegEx : ValidationRule    ............ Parameter names need to be unique.  If you are writing a custom rule, you would need to pass in a delimited string to one parameter and then parse the string int ...Show All

  • Microsoft ISV Community Center Forums vba in excel

    Public Sub CopyStuff() Dim lngRow As Long Dim strFileName As String Hi John Try the below, you can amend as necessary, I have added a function which will help name the file as per your example Public Sub CopyStuff() Dim lngRow As Long Dim strFileName As String Dim strRange, StrRow As String On Error Resume Next MkDir ("C:\Files") On Error GoTo 0 For lngRow = 1 To 2 StrRow = Trim$(Str$(lngRow)) strRange = "A" & StrRow & ":B" & StrRow Range(strRange).Select Selection.Copy Workbooks.Add Range("A1:B1").Select ActiveSheet.Paste Application.CutCopyMode = False Appl ...Show All

  • Visual Studio Tools for Office Exporting data from Crystal Report to Excel

    Hi,   I'm exporting data from Crystal Report to Excel. When I export I'm not able to see the borders, hence I'm using Excel namespace for showing border lines, the following is the code I'm using in the Web Application: using Excel; string workbookPath = "c:/SomeWorkBook.xls"; ExportOptions export = new ExportOptions(); DiskFileDestinationOptions ex = new DiskFileDestinationOptions(); ex.DiskFileName=workbookpath; export.DestinationOptions = ex; ReportDocument.Export(); Excel.Application excelApp = new Excel.ApplicationClass(); // Creates a new Excel Application excelApp.Visible = true ; // Makes Excel visible to the user. ...Show All

  • Visual Studio 2008 (Pre-release) Persistent installation errors with Beta2/RC0 : "Beta 2 was not attempted to be installed."

    When I run the installer, it take about 10 miniutes of "installing" before there is an error, the error is below. I've seen that there are threads describing a similar error with earlier drops, but I didn't see any mention of a way out. I'm running on XP, I've run the removal tool but still I get the error. Has anyone else installed this drop on XP Is anyone else having this install problem with XP or other [05/24/06,12:27:29] Windows Communication Foundation Beta 2: [2] Error: Installation failed for component Windows Communication Foundation Beta 2. MSI returned error code 1603 [05/24/06,12:27:39] WapUI: [2] DepCheck ...Show All

  • Windows Forms Custom displaymember and valuemember in a bound Combobox?

    I have created a form with a combobox that is bound to the database table field "State". The State field use numeric values 0,1,2,3,4 according to the state. The problem is that i don't want to show the exact same values it retrieves from DB, i rather want to display a list of possible "States", with custom text corresponding to the value. Example: The value 0 actually means "Stopped". So i want it to add the option "Stopped" (displaymember) in the list, with value 0. Whenever i select "Stopped" in the list and save the form, i want the value "0" to be saved in the database. How do i do this I k ...Show All

  • SQL Server SQL Server CE 2.0 to SQL Server 2005 Express

    Hi All, I was wondering if it is physically possible to have an SQL Server CE 2.0 [or 3.0] connect to SQL Server 2005 Express Edition via RDA. And if it is, is this an officially supported scenario by Microsoft I haven't been able to find any official info on this issue. Is this documented somewhere on some MS pages Regarding synchronization I could only find out that Merge Replication works with SQL Server 2005 Express Edition with it being only a subscriber but I found nothing about Remote Data Access synchronization with a SQL Server CE 2.0 or 3.0 Thanks, Marius   RDA and Merge Replicati ...Show All

  • Visual Studio Supressing Solution Explorer Tree Expansion On Double Click

    We've created our own project type and have been modifying the behaviour of the solution explorer nodes by extending the HierarchyNode. What we'd like to do is to miminc the double click behaviour you see when you double click the properties node in a regular C# project. In that case when you double click the properties node the node does not expand, the properties editor is shown, and the focus in the solution explorer is set to the parent project node. Resetting the focus and calling up the appropriate editor is easy, but we cant seem to supress the tree from expanding. We did come up with a kind of hack solution where by we trap the doub ...Show All

  • Windows Forms Application Architecture

    Hi, I am in the process of developing a windows forms app. I am relatively new to winforms but have done lots of stuff in asp.net. I am currently trying to decide on a system architure for an app. I am going to use an n-tier design with separate GUI,BBL and DAL layers. The BLL and DAL layers could live on each client machine or on t ...Show All

  • Visual C# Is C# the best language to learn/know?

    Hello, I am currently studying C#.  I presumed that C# is much better than VB.NET and so started studying it.  But it seems to me that most everyone related to microsoft is always pushing for VB.NET and not having much to say about C#, so what is going on   Id Est; - I now regularly catch the Dot NET Rocks radio show, which seems to be based, or at least biased toward VB.NET.  - I stumbled upon the VB.NET PDC05 disk online at http://msdn.microsoft.com/vbasic/pdc05/default.aspx which I was quite impressed with, so I thought I'd find the C# equivalent, to no avail.  Please let me know if there is one availa ...Show All

  • Windows Forms Can't if (e.Control.TextChanged != null) , throws exception

    Hi, I'm trying to respond to the TextChanged event of the control provided by the EditingControlShowing event. (As described in the FAQ) But I can't seem to check if an event has already been hooked up like I normally would. Why is this, and how can I fix it 1 void dataGridView1_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e) 2 { 3 if (e.Control.TexChanged == null) 4 { 5 e.Control.TextChanged += delegate(object s, EventArgs i) 6 { 7 this.Text = "Count: " + OrderForm.count.ToString() + " " + e.Control.Text; 8 count ...Show All

  • Windows Forms Application or Source or Temp Path???

    In my Setup project I use a installer project, which handles some events (AfterInstall and BeforeUninstall) to install or deinstall a database. In the AfterInstall event, I attach the DB from a file. My problem is, where is that file  I see three possibilities: 1.) copy it in the Temp path 2.) copy it in the new Application Path (maybe a subdir)&n ...Show All

  • Windows Forms How to change the layout of a control at runtime

    how do i change the layout of the controls at runtime while the application is running then save it to load the modified layout again next time. i have an form, which I want to customize a certain portion of it by allowing the user to change the layout of the form. say, the address field would be placed below the postal code or the email text box will be located on top of the phone text box. I want the user to edit it, then save it's settings to the database so that when the user opens the form again, it will load the modified layout( it's user specific, each user can customize his/her own form layout). i've downloaded  a code from co ...Show All

  • Visual Studio Visual Studio 2003 Remote Debug of DCOM Server

    I have the feeling I'm doing something stupid but I can't figure out what.  I'm trying to debug the client and server side of a DCOM com object with the client running on one system and the COM server running on another and I'm trying to debug them both from one debugger session. I have a C++ ATL based COM DLL server with DllSurrogate set so I can call it over DCOM and a C++ client program that calls CoCreateInstanceEx to instance up the COM object.  I run the client on 'HostA' and create the COM object on 'HostB'. I've got a drive (Z) mapped on both systems to the same share with the COM DLL project stored on that share (and ...Show All

©2008 Software Development Network