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

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

MRK

Member List

DKramer
Carlos Lozano
cutski
VCBeginer
Scooter!
qqqqq
poderosa
Reiguz
RT
Antoniodya
VincentITA
colombod
SVerhalle
Cyber Dog
Steverino2
jdkulkarni
Lluis Serra
borka
JBrophy
Jin
Only Title

MRK's Q&A profile

  • .NET Development ApplicationSettingsBase and Default Values

    I want to specify a default value for a property specified in my hand crafted class (based on ApplicationSettingsBase). The property returns a custom type for which the attribute DefaultSettingsValue does not apply. i.e. it is a list of custom objects. Something like: [ ApplicationScopedSetting ()] public IList < CarrierBase > InsuranceCarriers{ get { return ( IList < CarrierBase >) this [ "InsuranceCarrier ...Show All

  • Visual Basic Create a Progress Bar which follows the file's length copying

    Hi to all, I'm a french developper from south west coast in France. And I 'm creating a progress bar while copying a big file. I'd like to manage the progress bar while the file is being copy, and set it with the current length. I tried to do it with a thread but I don't succeed. And the threads in a form are very annoying, cos it can't use global declaration and get arguments in the thread function. I'm using msdn and visual studio 2005, and t ...Show All

  • Visual Basic An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll?

    Hello everyone, I'm using the latest VB release (2005 beta 2 ) and the latest .NET framework (2.0 ). Everything was working fine earlier today as I was working on my application, which plays MP3s. It contains several forms and I moved the control I use to play media from one form to the other and changed my code accordingly. After this I began receiving the error: An unhandled exception of type 'System.StackOverflowException' occurred in m ...Show All

  • Visual Studio Express Editions Need help with for and pictureboxes

    I'm making a map editor to make maps Every tile is a picurebox. In the menu there is a command "New" wich will load all the default pics into the picturebozes, so you can make a new map i created this for statement dim i as integer For i = 0 To 391 PictureBox(i).image = My.Resources.Image_default Next i But this doesn't work. There is something wrong with the PictureBox(i).image Please help me. I'm using vb2005 Thanks in advance, Radexxio ...Show All

  • Visual C++ GetDC function

    "anonymous@discussions.microsoft.com" <lewix@discussions.microsoft.com> wrote in message news:5c171357-414c-4815-a105-05f8076d448d_WBRev3_@discussions.microsoft.com > This post has been edited either by the author or a moderator in the > Microsoft Forums: http://forums.microsoft.com Hi, > i hope i'm not posting a newbie question. > I have to get current DC handler of my window dialog, so (as > ...Show All

  • Visual Studio Team System Convert single server installation to dual server w/hot spare

    In particular, I'd like to: - Do a single-server install on machine A - Do an AT-only install on machine B, pointing at machine A for the DT. I know there's some support for having a "hot spare" AT machine - can that hot spare be on the DT machine itself   (If so, it must be done as a single-server install on the DT, since the AT won't install on a machine that already contains the DT).   Carl, Your stand ...Show All

  • Software Development for Windows Vista streams.h

    I've got some older examples that I'm trying to compile, and I can't find a header with some of the base classes. The source that I have says they are in Streams.h, but I can't find the file among the latest Platform SDK. Help please... Kaychoro Because you should use instead the "Microsoft Windows Software Development Kit for Windows Vista" http://www.microsoft.com/downloads/details.aspx familyid=C2B ...Show All

  • Microsoft ISV Community Center Forums ned help with excel

    i'm trying to insert an image on the top of the excel the code im using is Sub ClearAndClose() Excel.Application.Quit End Sub Sub PrintPriceListF() ' ' PrintPriceListF Macro ' Comments ' ' Keyboard Shortcut: Ctrl+f ' 'Move the header to right Range("A1").Select Selection.Cut Range("e1").Select ActiveSheet.Paste Range("A2").Select Selection.Cut 'Delete the ol ...Show All

  • Visual Studio Express Editions Unable to create a new project in VC++05EE

    Hi! I have VC++ 2005 EE installed on both my desktop and notebook using the same media. The problem is that when I try to create a new project on the notebook, I get an error about not being able to initialize an ActiveX component. I do not have this problem onthe desktop or in VC# 05 EE on the notebook. I have not yet installed VB 05 EE to try it. This error occurs after I type the project name and clic kto create it. I have tried pl ...Show All

  • Visual Studio Visual Studio.Net and VSS Integration/Sharing Issue

    Hi. I'm sharing a solution between two VSS repository locations. Everything works fine except for the Deploy Projects (*.vdproj). Apparently there's something in vdproj files that is sensitive to its location in VSS and ends up in disagreement with the bindings in the solution file. Anyone else have experience with this What did you do Thanks. Sharing solutions/projects files between 2 locations in the VSS database is totally unre ...Show All

  • SQL Server How to insert only new records (not already in destination)

    Greetings from a SSIS newbie still on the learning curve... I have a SQL query OLE DB Source that yields a result set that I'd like to put into a SQL Server Destination, but only those records that don't already exist in the destination. Is there a recommended (read: easy) way to accomplish this Perhaps a handy transformation I have tried to incorporate a subquery in my source query along the lines of: SELECT fields FROM table1 WHER ...Show All

  • Windows Forms Image format - Header is like this

    What kind of image format is this The header of the image is the following 0x010000002800000064000000640000000100200000000000409C00000000000000000000000000000000000000000000409C Thanks Raj I don't know of any image format starting with 01, 00, 00, 00 byte signature. Are your certain that this is a valid image file format -chris ...Show All

  • Visual Studio Team System Creating a Visual Studio Add-in for "Search"

    Hello all! We all know search is a problem in VSTS, each time we need to export the list to Excel and then use the Ctrl+F keys to search in a particular field. OR Creating a simple Query and modifying that query each time I need to search for another string. So I decided to create an Add-in in VSTS that simply asks for: -Select Team Project : combobox -Select Work Item Type: combobox -Search For: textbox -All Fields radio button ...Show All

  • SQL Server Generate Scripts -> Script Behaviour -- Missing an option

    When I bring up the Generate Script wizard from Management Studio, in the options screen there is an option for Script Behaviour.  The description displayed for this option is: "Generate the script as DROP statements, CREATE statements, or DROP statements followed by CREATE statements".  I wish to use the 3rd option (DROP followed by CREATE), however in the dropdown there are only 2 options available: Generate DROP statements only, Gen ...Show All

  • Visual Studio Express Editions Add data source wizard error.

    Racking my brains with this. Data >> Add new data source >> Access DB >> Select Tables >> Test Connection >>> Finish All seems well, i can see my tables in the Data Sources window with the name i chose serversDataSet I then drag over a field into the design grid. ServersDataSet and ServersBinding Source is also created automatically. Boom, 4 errors 'Type CheapFTP.serversDataSet is not defined' in t ...Show All

©2008 Software Development Network

powered by phorum