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

Software Development Network >> dkfitzgerald-HST's Q&A profile

dkfitzgerald-HST

Member List

Goodwill
Elliott_Ward
DaveCT
Ranu
relax_ant
Andre Rentes
meganruhl
FABIOG
mjschukas
Alex Chertov
Charl46436
Jason W. Martin
Gage
Yasir Khokhar
Rami Zaitoun
Dinraj
Anandha Subha
SretiCentV
Laurent Flahou
kush28
Only Title

dkfitzgerald-HST's Q&A profile

  • Visual C# How do you add controls to a form during runtime?

    Now I know all about Controls.Add, but I'm having problems adding a control that's supposed to dock as fill. My form looks like this: Nav Bar docked on the left, Splitter docked on the left, and then I want to add my custom control as fill, so that it would be located to the right of the nav bar, as expected. So I try this: mainPanel = new WelcomeControl(); mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; Controls.Add(mainPanel); And I do this inside my form's constructor, after InitializeComponent(). Now, my mainPanel control does appear, but it doesn't fill properly. It fills "under" the navigation bar and the sp ...Show All

  • Visual Studio Express Editions value from txtBox

    Hi all, In the new version this code variablename = me.txtboxname.value or variablename = Val(me.txtboxname.values) don`t wrk it. Is there a another option to read values (numbers) in vb express or i can`t use it in vb express cheers, spike thx for fast reply. buit i will to take numbers as values. in older version if i type variablename = txtboxname.text wasn’t same like variablename = me.txtboxname.value . with variablename = txtboxname.text will be as number if i type number in box ...Show All

  • Visual Basic How to set different border styles in picturebox in VB?

    Hi, How to set different border styles in picturebox in VB like:-  single line,          double line, doted(...) lines and so on Please help me as soon as poosible. with regards chinna Try something like the following: Public Class PictureBoxWithBorder   Inherits PictureBox   Private _BorderStyle As ButtonBorderStyle   Public Sub New ()    Me ._BorderStyle = ButtonBorderStyle.Solid   End Sub   Public Property BorderStyle As ButtonBorderStyle        Get              Retur ...Show All

  • Visual Studio Team System How to resolve: Assemblies Should Declare Minimum Security

    If i want to declare minimum security, I wrote the following just above the namespace declaration [assembly: SecurityPermission(    SecurityAction.RequestMinimum, Execution = true)] [assembly: PermissionSet(    SecurityAction.RequestOptional, Name = "Nothing")] Still I am not able to solve this. That looks right and this does not repro for me here with a simple test case. Are you using the latest version of FxCop Try compiling and analyzing the following sample. You should not see the 'assemblies should declare minimum security' rule. using System; using System.Security; using Syste ...Show All

  • SQL Server SQLExpress database fails under SQL SERVER 2005

    Q1: When I try to move a database (.mdf and .ldf file), developed with SQLEXPRESS on Win/XP to my SBS2003 server running with SQL SERVER 2005, I cannot attach the database on the server. Backup/Restore fails as well. "Could not find row in in sysindexes for database ID=12...." Could not open new database 'Test'. CREATE DATABASE is aborted (error 602). I tried to copy an ad hoc db with only one table from the client to the server, same error. Similar procedure withs MSDE and SQL 2000 worked flawlessly. It seems there is something wrong with my SQLEXPRESS setup. Anybody who can advice Q2. on the client with SQL EXPRESS ...Show All

  • SQL Server SQL 2005 Ready?

    I need a gameplan from Microsoft regarding the tools provided with SQL 2005.  I have customers wanting to switch (mainly for 64-bit, but other reasons), but my first attempt at upgrading to 2005 I uncovered serious bugs in SQL Management objects, SQL Management Studio, Script Generation and more.  I can't even believe some of this stuff was even tested.  The engine appears solid, but buggy tools and the inability to use tools from SQL 2000 that work make it hard for me to recommend such upgrades.  Are there any hotfixes for these issues yet   What is the timeframe for a service pack to address these items ...Show All

  • Windows Search Technologies We're sorry, but WDS has detected a problem...

    wiwth your desktop index and cannot continue. Please reinstall WDS here: ... So I goes to the toolbar.msn.com site - download it, and it (the installer) tells me that it is earlier than the WDS I have installed. WDS is not indexing Outlook (I have a connection to Exchange Server - but store emails in a pst file). I also have an archive pst file. Nothing in Outlook is, nor has been, indexed. I would like to remove WDS - but can't!!! It's not in Add/Remove programs - and I'm gettin somewhat brassed off everytime I log on, seeing the dialog "We're sorry, but..." etc. I just want to remove it please. I was looki ...Show All

  • Visual Basic VB 2005 Express Edition toolbox icons

    I wasn't sure whether to post this here or in the VB Express forum, so sorry if I picked the wrong place. Anyway.. does anyone know where I can find the icons that are used in the toolbox in this IDE By the way.. I'm working on a form designer for a scripting language I use. I plan on using the icons to fancy the GUI up a bit. This is a personal project and will not be distributed to anyone. ...Show All

  • Visual Studio Express Editions limiting number of rows in a DataGrid

    Hello! I have a DataGrid type that displays a list of users on a web page. Sometimes this list is quite long, and I would like to limit it; like to only show 20 rows at a time. There should be like a "next" button to see the following items. How can I do this thnx! Thanks ...Show All

  • Visual Studio Team System A branch has been deleted but tf get still gets files in the branch

    As you can see below the Code-Iteration-1 folder has been deleted C>tf dir "$/System" /folders /deleted $/System: $Code $Code_CI_1 $Code-Iteration-1;X104 $Documentation Code-Iteration-1 does not show in the Source Control explorer in VS2005 But it shows in tf dir: C>tf dir "$/System" /folders /recursive $/System: $Code $Code_CI_1 $Documentation [text deleted for clarity] $/System/Code-Iteration-1: $CITSln $Content $ThirdParty $Tools $/System/Code-Iteration-1/CITSln: [text deleted for clarity] When i do a tf get /all I still get all the files in Code-Iteration-1 I feel that this must be a ...Show All

  • Visual Studio Team System Single Server Deployment

    Hi, Is single server deployment gone forever Dean Ahh - the Proxy...  Certainly a good reason to consider looking into the July CTP.  If it's really important to you and you only have one box, the Virtual PC/Virtual Server technology is probably the way to go. If you can afford to wait, I am encouraged by Michael's reply.  Since single server will be supported again, the question is when and can you afford to wait that long.  If you're actively using Beta 2 I think you should hold off.  Any migration between VSTS pre-release versions could be painful.  If you're just playing wi ...Show All

  • SQL Server SQL 2005 Enterprise June CTP Installation Error

    Tried to install several times (on Win2003 Ent. SP1) but I always get the following error: Failure adding user NT AUTHORITY\NETWORK SERVICE to local group SQLServer2005MSSQLServerADHelperUser (1388) The user varies (sometimes NT AUTHORITY\SYSTEM) and so does the local group (sometimes SQLServer2005SQLBrowserUser). Any tips Regards Roger I have tried to install SQLDEV ,But got the same error mesage. ...Show All

  • Windows Forms How to set a font for ToolTip

    Hi all, How can i change the font of tool tip, is there any way to do that. There are several components available in the WinForms Control Gallery that support this. ...Show All

  • Visual Studio Team System Error on main portal page for project

    In the main portal page for our project, under the "Bug Rates" section, the following error comes up: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'AreaPathPath1'. (rsErrorExecutingCommand) The default members for the dimension 'Specified' do not exist with each other. Yeah, we're going to fix this, but in beta 2 you get this error if there are no bugs in your project. ...Show All

  • Visual Basic how to edit the xml file?

    i posted up a question about how to save data to an xml file before and now i'm having problem on how to edit the xml file i have a form with labels displaying the saved data and a button saying edit. when the edit button is clicked. a form with textboxes will appear with the info in. i want to ask, how can i edit my xml file Are you hiding the XML tags from the user, and just having them edit the underlying data The answer to your question depends on how you store your data in your program, and whether you want the user editting XML tags or simply data. If I recall, there are XMLDocument commands you ...Show All

©2008 Software Development Network