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

Software Development Network >> Marjorie K's Q&A profile

Marjorie K

Member List

Golm
arrayhunter
Peter Richard
jackie-xu
Brunni
tspitz
Rob Clapham
Karp2005
valeneo
Tola Omicron
Doug Nelson
Johnny Cole
Alan Foster
Factor
Brandon Bohling
MotoJames
cheesenhomer
Graknil
Simon
Scott Michael
Only Title

Marjorie K's Q&A profile

  • SQL Server Help files for MS SQL Management Studio Express?

    Hi Are there any specific Help files to download for SQL Server Management  Studio Express . I thought I saw a link the other day, but I am not sure anymore... Or is it part of the Book online for SQL Server Management Express I can't find reference to Studio in there... Thanks Gauguin   Hi, Here are some links for MS Sql Management Studio Express Help.           - SQL Server 2005 Express Edition Documentation and Samples (December 2005)           - SQL Serve ...Show All

  • Windows Forms how to use the style"marquee" of progressbar

    how to use the style"marquee" of progressbar. how to let the marquees scroll and not scroll when the style of progressbar is set to marquee Hie All, How can i set the marquee to stop at the end of the progress bar when it stop is there any workaround for this Thanks thanks Please help........ ...Show All

  • SQL Server Execute a SSIS master package through an ASP.NET web app

    I am trying to execute a SSIS package via a web application built in c#.  I found a sample to read the output of a data flow task, but I'm stuck.  If I build the command line syntax for the package, create a DtsConnection object and set the connection string to the syntax, what else do I need to do   Thanks. Clay Well, the critical step is to create a DtsCommand whose CommandText = the name of the DataReader Destination in the package, then to execute that command to retrieve the DataReader [contents]. Does your BOL version have our topic, "Loading Data Flow Results into a Client Application " ...Show All

  • .NET Development DataSet Scalar function returning only 255 chars from Access Memo field

    Hi, I have a DataSet linked to an Access database. There's are two tables with a relationship. Using a function in table A, I retrieve a related Memo field from table B. However, this scalar function only returns the first 255 characters, instead of the complete Memo field. I have tried tinkering with Output and ReturnValue parameters, but that only results in "BADBINDINFO" exceptions. How can I make the scalar function return all of the characters in the Memo field, without directly querying the database (I'm trying to use only the XSD DataSet and its TableAdapter objects.) Thank you, Bram ...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 Express Editions how getting the benefits?

    Hi:) In the mail of "Thank you for registering Visual C# 2005 Express Edition", there was written the following statement: "Accessing your registration benefits is easy. Simply go to the Registration Benefit Portal for further instructions." But whem I'm clicking che link, it's said to me: The Microsoft Passport Network is unavailable from this site for one of the following reasons: Why how can I go on Thanks everybody! Here is the site for C#. Try it, you might have to login to Microsoft Passport Not sure. https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 ...Show All

  • Software Development for Windows Vista DecCTP_5270_32bit_Main_DVD Installation Problem

    I install vista build 5270 on my Dell Dimension 5150, but it encount a problem, and the error information is: Problem Signature: Problem Event Name: WinSetupDiag01 Report signature 01:WinMain_idx03 Report signature 02:5270 Report signature 03:0 Report signature 04:1 Report signature 05:4 Report signature 06:0 Report signature 07:Ultmate Report signature 08:2600 Report signature 09:30053 Report signature 10:30035 what's the problem How can i get rid of it Thanks for help! How much space do you have in your HDD Do you have any other OS on your machine How much RAM do you have ...Show All

  • Visual Basic Drag Drop Outlook MailItem onto ListView

    Hi. I am trying to dragdrop a outlook email item onto a listview, then save the item to disk as a .msg file but am unable to do so.  I am using VS .NET 2003 Academic version, Windows XP. The following is the code I am using.  The filename is recieved, but I am unable to read the FileContents section (As it becomes nothing when I convert it to a stream).  Also, the e.Data item will not cast to a Outlook.MailItem item.  <Confusion, Anger, Sobbing, Wailing!!!> I don't care how I do this as long as the result is a .msg file on disk, containing the outlook mailitem.  I can then pass the filepath ...Show All

  • Visual Studio 2008 (Pre-release) Feb 2006 CTP what happened to presentation framework.dll?

    Hi, I was just trying to get the Feb 2006 CTP to work on my Win XP SP2 PC. I did a clean uninstall of all previous CTP versions. Also ran the cleanup msi tool given on the CTP download page. After correcting my XAML pages according to the breaking changes done in FEB CTP like changing the XML namespaces in top, I am still unable to open my XAML pages. It keeps trying to load the file forever in IE. Curious I checked with fuslogvw and it seems that there is a failed bind. Find it next... ========================================================== *** Assembly Binder Log Entry (22/03/2006 @ 05:23:04) *** The operation failed. Bind result: hr = ...Show All

  • Visual FoxPro MSCharts.ocx

    I downloaded from http://www.ml-consult.demon.co.uk/simplechart.zip  the class charts.vcx. This class is based on Microsoft's MSChart ActiveX control  (MSChrt20.Ocx) if you MODIFY CLASS simplechart of <charts.vcx> and Right click on it you will see MSCharts properties option. I want to open that Dialog (MSCharts Properties) in Run-time from an application. I wonder if that is possible and how can I do it I will really appreciate any help on this. I am confused.  Why don't you just write to the properties you want to change thru programming For example: I have ...Show All

  • Visual Basic Set Font for Text enclosed within < and >

    I want the user to be able to select the font for text (in a RichTextBox) enclosed within < and >, and be able to select the font for all text that is not enclosed within < and >. For example, if I had: visual<basic>.net <framework> I could choose the font for everything enclosed withint < and >, which would include "basic" and "framework", and the user of the program could also choose the color of everything else, which would be "visual basic" and ".net". Right now, I'm trying to do:         Dim Font As FontDialog = New FontDialog()         F ...Show All

  • .NET Development How to store connectionstring in config file

    In .net framework 1.x, an sqlconnection object could bind its connectionstring property to a setting in web.config. I can't seem to be able to do the same thing in .net framework 2 (VS 2005). I'm guessing that I am missing something obvious here. Can anyone give me a hint TF SqlConnection itself won't look in the config files. Generally, the code that sets the connection string property will do that. I don't know the specifics for interacting with web.config, but in V2.0 there is ' System.Configuration.ConfigurationManager.ConnectionStrings["NamedConnectionString"].ConnectionString' ...Show All

  • Windows Forms Getting currently selected value from Dropdownlist box!

    Hi all! How can I get the currently selected value from a dropdownlist box and compare it with a result from a dataset specific field Thank you ! Thank you for your help but still I have a problem.Here is the code but it is giving me always the value at Index 1. I want to check the availability of the currently selected DDL value from the value returend in the Dataset and if it exist to appear as a selected value for DDL: string suppCode; string confCode; foreach (DataRow dr in dsSupp.Tables[0].Rows) { if (ctrl == cSupp) { suppCode = cSupp.SelectedItem.ToString(); if (dr["Id"].ToString()== ...Show All

  • .NET Development Serialization and Object Reference Problems

    Hi, I've inherited a ASP.NET project where the sponsors want to move from InProc to SQLServer for StateStorage. One problem we ran into is that there is a fair amount of use of DataRows as Session variables. As these are not serializable we introduced a workaround by creating a serializable class that contains a DataSet, TableName and Row Index, so when we assign a Row reference to the session variable it packages it in the custom object so it can be serialized. Now that seems to have worked except for in one area. There is a case where there are three session variables a serializable object with a dataset property a datarow that point ...Show All

  • Visual Basic WebBrowser

    How can I make my browser control loads local html files I tried Navigate but it asked for internet access (per my firewall). Is there anyway to make the browser offline at all times Would that work for any web page. Even if it had external images or css or js files I tried this also: Browser.Navigate("file:\\\index.html") That makes it not ask for internet access but it says it cannot find the file. And the file is in the same dir of the program. Any reason why it says that ...Show All

©2008 Software Development Network