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

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

Sebbie85

Member List

lhuff
rabram
Massimo Mascaro
eman1961
MrLukas
WHairston
DBornack
JimArgeropoulos
benderillo
Musidale
Scott Dorman
Shaun Collett
Mihir Vaidya
FBuchan
VJV
Armadon
lan yu
Ingram Barclay
Sal M
csallee
Only Title

Sebbie85's Q&A profile

  • Visual Studio 2008 (Pre-release) Command pattern

    I read some articles on implementing such a feature by extending the Command pattern. Now, WPF has an implementation of this pattern (System.Windows.Input) and I'm using it already. So here's my question: how do I add the Undo/Redo in an orderly way One of the things I have considered is extending the CommandManager but: 1. how do I get my window to use it 2. it is sealed... Any suggestions -- Erno ---- WPF tutorials: http://blogs.infosupport ...Show All

  • Visual C# Implementing Help Search with XML

    I am creating the search view of a help pane. I have XML describing the topic content of the format: <book> <topic name="cows" Url="\cows.htm"> <topic name="Two cows" Url="\twocows.htm"> ....... etc. </book> ---------------------------------------------------------------- Search: cows Results: cows Two Cows ------------------------------------------------------- ...Show All

  • Visual Basic Checkbox in Datagrid

    Hey all, I got a Windows application connected to an Access DB. In the DB I have a field of type Yes/No. When I populate my datagrid, the column that represents this field is shown with a checkbox in the datagrid...... this is ok for me...... but it's using ThreeState, how can I remove this so that the checkbox can be checked or unchecked only. Thanks PS.... using VS.NET 2003 ...Show All

  • Visual Basic How to group lines in a text file

    Hi, I have some trouble when I try to group similar lines in a text file, which is a Tab delimited. I am trying to reformat a txtfile, it looks like this: Pick_num Item_num Date 100 A001 03/05 100 A002 03/05 200 A101 03/05 200 A221 03/05 200 B002 03/05 300 B004 03/05 The output format will be like this: Header 100 100 A001 03/05 100 ...Show All

  • .NET Development Page.Timeout in C# .NET

    Im new to this, but have made an OK site. i just need one thing....... And thats a pageTime out. I have tried all i can find on msdn, but can get it to run.. In JavaScript you have the commando: window.setTimeout('window.location="Default.aspx"; ',5000); What is the correct .NET way to do this Hope somone can help, as i have used a hole day on this toppic Best regards from Denmark. the hood you can add ...Show All

  • Windows Forms Switches in Console Application??

    Can anyone tell me, what is the proper way of creating switches in a console application I want to have certain functions execute on a specific switch. Ex... c:\MyApp /start If you want them to run consecutively, <i>don't</i> create a&nbs ...Show All

  • Visual Studio 2008 (Pre-release) operation timeout

    How is possible to define operation timeout in service.model app configuration I suppose, it is something with behavior section... thanks, Bojan you can set openTimeout,receiveTimeout , sendTimeout values on any binding You can open config in svcconfigeditor and change these valuse from svcconfigeditor also EXAMPLE : < xml version = " 1.0 " encoding = " utf-8 " ...Show All

  • Visual C# Generating Random images from Directory

    Hey guys, here's whats going on. I need to pull from a folder on our webserver and generate a random image based off of the images in that folder. Using VS 2005 by the way. Here's what I have: ----------------------------------------- Random RanNum = new Random();         string[] fileImages = Directory.GetFiles(MapPath(@".\Images\random\"));             Ra ...Show All

  • Visual Studio Express Editions Different between Me. and My.

    Dear all, Would like to ask what is actually the different between Me. and My. in Visual Basic programming (Visual Studio 2005 Express Edition) If I wana do a comparison between data captured from user input and Database data.. which one I should use when TableAdapter applied Now learning VB..Hope can discover more and understand more Especially Database application. Thanks ya! GOD bless, Jesse Me refe ...Show All

  • Visual Basic why my post is deleted?

    why my post regarding visual basic 6 is deleted it's ok for me if they don't like to answer my post. tnks a lot... Hi sirck, The users are adviced to report duplicates and cross posted questions to the moderators who take it off. Read the : "Should I cross post my question in multiple forums " section on that post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=7746 Regards, Vikram ...Show All

  • Visual C++ VS 2005 B2 getting exe files to work on other computers

    When i try to run a file created by visual studio 2005 beta 2 on a computer other than the one i have visual studio 2005 on, i get an error message saying (translated from swedish into english): This program could not start because the programs configuration is wrong, the problem could be solved by reinstalling the program. on one computer (i think it was indows 2003 server) i solved it by copying msvcp80.dll, msvcp80d.dll, msvcr71.dll msvcr8 ...Show All

  • Visual Basic VS2.NET 2005 - Release / Debug Mode unavailable

    Hello, I don't have any options which allow me to change from Debug to Release mode or visa-versa in the IDE for a VB.NET project!!!! Right-Clicking on the Solution Explorer followed by Properties and then Selecting the Compile Tab does not show the Configuration or Platform drop downs. The first prompt is "Build output path".  One of my co-workers has the same version installed and it shows up on their end. I just tried re-installing VS.N ...Show All

  • Visual Studio Team System Why buttons are disabled in Web Test

    I'm doing a load test for my website. When I was recording the web test via Internet Explorer, the data entry screen looked fine(submit button was enabled), but after the test was recorded, if I run the web test, the submit button is disabled. Any idea why that's the case Any suggestion on what to do Jason, That bug could occur if a web page had multiple forms containing hidden fields with the same name.&nb ...Show All

  • SQL Server SQL Server 2005 - move system databases

    Hi, I am trying to move sys databases in the new install of SQL 2005 and am about to give up (I have successfully moved sys databases before numerous times on SQL2000...) I was going to move master and resource databases and have performed the following steps: - edited path to master data and log files, added trace -T3608, restarted the server - everything ok - trying to move mssqlsystemresource database, using alter database ...Show All

  • Visual Studio Team System Count the number of Constructors

    Hi, I need to count the number of constructors for a Type. the code i have used for this is...... public override ProblemCollection Check( TypeNode type) { if (type.NodeType == NodeType .Class) { int memberCount = type.Members.Length; int constructorCount = 0; for ( int i = 0; i < memberCount; i++) { if (type.Members .NodeType == NodeType .Method) { Method method = type.Me ...Show All

©2008 Software Development Network

powered by phorum