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

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

Rschraeger

Member List

MTM
ZAP
Tom Marsh MSFT
cconrad
Sarmad
LessXa
HannesCoetzee
eli_verbuyst
William Friant
willhclam
ApellA
ChrisMo
Mandy26
Andy Kemshall
Vampier
maxithron
Gwen T
Tanya Radeva
R. Dobson
Fasty1
Only Title

Rschraeger's Q&A profile

  • Windows Forms 'System.IO.FileLoadException'

    Hello,       We have created an Windows application using VB.NET.     The application reads the inputs from XML which in folder at same level of EXE.       If we create directory structure like below       D:\tested\tools\Testing_Application_English--27052005 -- 17.30 Without Menu_XML File\     Testing_Application_English-- 27052005 -- 17.30 W ...Show All

  • SQL Server SSIS error listing

    Is there a list of all the SSIS Error codes and what they mean Ex. -1071607778 is an error code output when a lookup task fails to find a match. I haven't been able to find any information on the different error codes. Is there a description file or enumeration file that exists somewhere I think it's still hex, the L at the end is usually included in literals to denote the size of the integer - i.e. L = long, w ...Show All

  • Software Development for Windows Vista knowing wich activity idled the workflow.

    Hello I have a workflow that has several HandleExternalEvent actvities. I would like to know wich activity was the one that set the workflow on an idle state. Thanks in advance, Matias One way would be to use Tracking service to find the last HandleExternalEvent activity that executed before the workflow idled. For an example of how to use tracking please see the WF sample: SimpleTrackingSample ...Show All

  • Windows Forms ComboBox binding using Code

    Hi, Before I start I'm using VS 2005 Beta 2. Is there an easy way to bind a combo box to an enum I don't just want the enum text to appear in the drop down list, I would like to obtain the Display text from a resource. At the momment I have defined a simple class that holds the enumvalue and some text. I then create an array of these classes from the Enum members and a resource file for the text. After that I set the DisplayMemeber and ValueMemb ...Show All

  • Visual Basic HELP txt file to textbox, textbox to txt

    Hi, I'm working on a program and I was wondering how do you make the txt file you selected to display in a textbox this is what I have now, I know that just opens the open dialog but how do I open the text to textbox1 Dim OpenFileDialog As New OpenFileDialog OpenFileDialog.InitialDirectory = My .Computer.FileSystem.SpecialDirectories.MyDocuments OpenFileDialog.Filter = "Text Files (*.txt)|*.txt|All Files (*.*)|*.*" If ( ...Show All

  • Visual C++ Please suggest how in VC++ 6.0 to save/store dynamically created images from objects of CBitmap

    Please suggest how in VC++ 6.0 to save/store dynamically created images from objects of CBitmap, and/or to create video from it. Thanks. E-mail: ls233@mail.biu.ac.il German_n wrote: Please suggest how in VC++ 6.0 to save/store dynamically created images from objects of CBitmap, and/or to create video from it. Thanks. E-mail: ls233@mail.biu.ac.il Perhaps this article might help : ...Show All

  • Visual Studio How to set compartment's default expanded property to false?

    The compartmet's are expanded by default when the shape is added to the diagram How can I set the default behaviour to collapsed Thanks. You can collapse just the compartments within a Compartment shape on its creation with the following code customization: namespace CompanyName.ProjectName.Language27.Designer {  # region Using directives   using System;   using System.Collections.Gen ...Show All

  • Windows Forms How to calculate column width fit to list view width

    I want to auto create a column that the column just fit to list view inner width. The following is my code: listView.Columns.Add("Test", listView.ClientSize.Width); But i never success to do it. I want to know how to do it ...Show All

  • Smart Device Development Pocket PC error: "Unable to connect to the remote server"

    I have developed a Pocket PC 2003 app in Visual Studio .NET and am getting an unusual problem i can't get to the bottom of. My VB.NET Pocket PC App tries to call a simple web method on my webservice from the device using the webserver's IP or Machine name and receives the error " Unable to connect to the remote server". Yet if i point the device's IE browser to the location of the webservice asmx file (i.e. http://192.168.1 ...Show All

  • Visual Studio Express Editions Tool Strips, Text Box Focus and Accept Buttons

    I'm working on a program that uses the Tool Strip to access data in my dataset. First, I'm trying to save keystrokes by having the cursor start focus( ) in the text box of my tool strip, so I can start typing without having to mouse click there first. Any suggestions Second, on the Forms property there is the property to choose a button to execute when the Enter key is pressed. I'm unable to figure out how to set that so the button on my ...Show All

  • SQL Server Reporting Services 2005 : The report server cannot open a connection to the report server database

    Hi, I am getting the following error whenever I try to open the reportserver 2005 default web page http://home/reportserver Reporting Services Error -------------------------------------------------------------------------------- The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable) Get Online Help An error ...Show All

  • SQL Server References in SQL Server Projects

    Hi, I'm using Visual Studio Beta 1 with SQL Server 2005 Beta 2 and have created a SQL Server Project. The first thing I tried was to add a reference to a C# class library project that contains many C# tools I like. Bad news, I get the following error message: "A reference to 'csharplibrary' could not be added. SQL Server projects can reference only other SQL Server projects ." My question is: is this behavior a limitation of any of the Betas, o ...Show All

  • Windows Forms I'm going nuts here...

    Trying to find a control that will display nicely formatted text (preferably HTML) dynamically on a Windows form. Does anyone know or have experience with such a beast I have searched all over the Net and found lots of "browser" controls, but I don't want a Web browser - I just want to display nicely formatted text on a Windows form!! Like this: Dim sbText as New StringBuilder() With sbText    .Append("<p><b>This is a ...Show All

  • Windows Live Developer Forums msn 7.5 problem or XP problem?

    Have got XP Home and as there are three of us who use this computor we all have our own accounts and private passwords. We also have a general family account. In the family account we can all sign into and use with out problems messenger 7.5. When I made my own account only 'windows messenger' was loaded. So I downloaded msn messenger 7.5, it runs ok but the icons and emoticons are in a black square! If I or the person I am talking to use emotic ...Show All

  • Visual Studio Team System which database and tables store the test results

    Hi all, From VSTS Aministrator's Guide, I know that a SQL server database TfsBuild that " The build database contains build data (Team Foundation Build) and published test results .". But when I login, I only see views under the database, and no tables available. Could anyone tell me how&where does VSTS store those test result data I want to manipulate those test result data directly with SQL or ODBC, because I find that curren ...Show All

©2008 Software Development Network

powered by phorum