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

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

MarkFred

Member List

newbob
Jarek Maciag
aurelio1
rfsmason
zydjohn
lgrainger
Mr Guy
Tiduske
David Parreira
yass1400
David Daniel
Lanksalot
prreddy
parthiss
flyeagle
MSVS Beta user
IvanVC
REdwards
BlakeW
Prash_outlawerz
Only Title

MarkFred's Q&A profile

  • Windows Forms TextBox-Invisible at runtime inspite of "visible=true.".Windows 2003

    Hello All. I am having a weird problem with my application.I have 2 machines both are windows 2003,installed with .Net Framework.I have a application that had a DataGrid and couple of buttons and some textbox.Every component is set =true for visible. But for  ...Show All

  • Visual Studio Team System Moving TFS to a new physical server - can be done?

    Hi folks, currently we have been trialling/using TFS B3R2 and besides the odd quirk here or there love it and will be keen to purchase a license when released, etc. That said, we would like to keep the existing _DATA_ we have on the current crap hardware and migrate it to a new machine with the released TFS product. So, a few questions. 1) Should we wait for the licensed product or could we use the RTM when that's out. 2) Assuming ...Show All

  • Smart Device Development Invoke ShellAPI for Windows Mobile 5

    I try to invoke the Shell_NotifyIcon for Windows Mobile 5. I have search in the library of Windows Mobile 5 SDK the shell library name is "Shell.dll", but then i create DllImport statement in C# to invoke the function of "Shell.dll" then found error that said the "Shell.dll" not found. Does anyone here know the file name of shell for Windows Mobile 5. I've try all kind name but still not get the correct name of shell library (i try shellapi.dll, ...Show All

  • Visual Basic Upgrade GetEXEName()

    I'm trying to upgrade my application form VB6 to VB.NET I had the folowing commandline in my code: App.Title App.EXEName. I dont find any equivalents in .NET. I tried For App.Title - GetExecutingAssembly.GetName.Name OR Application.ProductName For App.EXEName - VB6.GetEXEName Any suggestions to get the same values in VB.NET your App.exeename equivalent in Visual basic would probably be ...Show All

  • .NET Development Make .Net Application Terminal Server Aware

    We have two same test applications written in vb and c#. We have a server on which we have installed Terminal Server and both the applications are installed on it. We use the application from client using RDC (Remote Desktop Connection).   Case 1 : When we run the application on the Terminal Server.                     1.  &nb ...Show All

  • Visual C# Newbie: How Much Should I Inherit From Uncle Arthor?

    Thanks for helping out a new guy!!! I'm working w/ C#, .Net 2.0, VS 2005 and SQL Server 2000/2005.  I'm essentially building a simple server application named MyServer that opens a couple of connections into SQL Server and does various tasks in the database.  I'm going to throw in some options for a couple of different threads and some other fun features. I've seen a *lot* of examples in this forum and others where using inheri ...Show All

  • SQL Server Get Error after first launching "The XML declaration is unexpected"

    I use extended datasource (.dll), I've checked the source - source's the same all the time. Some ideas, help. ...Show All

  • Visual Studio Tools for Office Combobox into perticular cell

    Hi, I am using following code to bind the ListObject: DataSet dsTrims = new DataSet (); string strWhere="select col1, col2, col3, col4 from tableTrims"; dsTrims = MyProvider .ExecuteDataSet(System.Data. CommandType .Text, strWhere); this .bindingdataSource1.DataSource = dsTrims.Tables[0]; myListObject.AutoSetDataBoundColumnHeaders = true; myListObject.SetDataBinding(bindingdataSource1); Now as p ...Show All

  • Windows Forms Property DefaultValue of type Point or Size

    I have a usercontrol with many public properties and I want to set their default value.  For those that are int and string, I know how to do that ( [ Category ( "Layout" ), DefaultValue (10)] ), but how do I do it with type point or type size Thanks JGA Well you can do this for point: [DefaultValue(typeof(Point), "0, 0")] or you can not apply a DefaultValue attribute and instead use the ShouldSerialize*** pattern. For example, in ...Show All

  • Visual C# Deleting a row in excel sheet using C#

    Hi, I am working on an C# Winforms application. My question is how do I programmatically delete a particular row in excel sheet... Thanks in advance...! livehed     reference the Microsoft Excel 10.0 Object Library in your project. set the following using statement: using Excel = Microsoft.Office.Interop.Excel; In your class, declare the following variables: private Excel.App ...Show All

  • Visual Studio Express Editions Dumb newbie question regarding XP Styles

    Going through the video tutorials which show forms with XP style borders, etc.  However, mimicking those actions of the trainer, I only see plain vanilla-styled form headers and such.  I understand there's a way to "fix" this, but I don't know how.  Any referral links   Note that I have Visual Basic Express on an XP Tablet edition machine. BTW - Microsoft - why aren't XP styles the default for this new version of Vi ...Show All

  • SQL Server Calling SSIS packages from within a Script task

    Hello, I was wondering if someone could point me in the direction of any sample code or documentation that allows you to execute SSIS packages from within a Script task In SQL Server 2000 DTS this was accomplished by instantiating the DTS.Package object and calling either the LoadFromSQLServer or LoadFromStorageFile method. I have not been able to find any similiar logic in the SQL Server 2005 SSIS environment. Any help would be gr ...Show All

  • Software Development for Windows Vista What is the meaning of this exception?

    I've converted my workflow in beta2 from 1.2 When I start the instance, all works properly, also if i raise an events. But after I persisted and loaded the workflow instance in my asp.net webapp, when i raise an event on this loaded instance, I receive the following exception: {"Event \"RicercaTesi\" on interface type \"Tirocinio.Rossi.Service.IRicercaTesiService\" for instance id \"d2eb063b-13f6-4c5c-b77e-32fd913a ...Show All

  • Visual Studio Tools for Office How to customize column into VSTO's Excel sheet

    Hi all, I have done following: 1. Click on "Add New DataSource" into Datasource configuration wizard. 2. Choose the "Object" from the options. 3. Select any of the classes from "NameSpace.Entities" dll generated by myself that works as dataaccesslayer. Lets suppose class is "XXX.cs", select it & click finish. 4. Open the "Datasource Explorer", Browse the class "XXX.cs" that i have selected in the above process. ...Show All

  • Visual C# Integrating a Flash animation with a c# windows application

    Can anyone point me out on how to integrate a flash animation into a c# windows application Hi, Embed the Flash ActiveX control in your windows forms app. http://www.macromedia.com/devnet/flash/articles/stock_history03.html ...Show All

©2008 Software Development Network

powered by phorum