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

Software Development Network >> Nathan Lewis's Q&A profile

Nathan Lewis

Member List

hinksj
arnej
quodlibet
sandyk
CY19
Vijay TS
UKAndrewC
pian
micahjj
johnnydeppsgirl
Dung Le Anh
NeumannJ
alexdon
TheGriff
Silverdragontech
ottar16739
wigga
rfsmason
dtsitrelis
matt01
Only Title

Nathan Lewis's Q&A profile

  • Windows Forms TreeView adding nodes

    I have a UserControl that contains a TreeView(with nodes) , a TextBox and a Button, I want when you click on the button you add new node under the selected node that it's name is the text of the TextBox. it can be solved by following code: treeView1.SelectedNode.Nodes.Add(new TreeNode(textBox1.Text)); but my problem is the applicatin runs on a server and it can be restarted and the nodes must be left there, I have tryed a lot but no success, I ...Show All

  • Visual Basic Need .NET VS2005 VB code for NNTP reading/posting

    Anybody have some example code Thanks! Ross There are some third party controls for working with nntp messages. http://www.indyproject.org/Sockets/index.en.iwp http://www.nsoftware.com/products/component/nntp.aspx Here is a class I was working on. Maybe this will help I used this c# code as a starting point. Imports System.Net.Sockets Imports System.IO Imports System.Runtime.Seriali ...Show All

  • Visual Studio Team System Team Build with Multiple Team Projects

    Are there any suggestions out there for performing a Team Build on projects that have cross Team Project, project dependencies (partial layout below) $+---+Company.Framework  |   |---+Company.Framework.sln  |       |---Comany.Framework.csproj  |        |---+Company.Framework.Security  |   |---+Company.Framework.Security.sln  |&nbs ...Show All

  • Visual Basic Console Applications and Event Handling?

    I am porting an existing VB .NET application into a console (no-gui) application so that it may be run without any user input other than command line parameters. In doing so I do not seem to get any Event handling mechanism. Is this framework only provided by the Form library For example, I am using a MSComm control for serial port access and I want to handle the OnComm event. When running my console application I do not see any events... Any h ...Show All

  • Windows Forms Clickonce vs. Updater Application Block

    We have a rather large ERP system in .NET that we are writing.  After considerable performance tuning, we have our main forms loading in 4 to 5 seconds on first load and and .5 seconds on second load.  Obviously we are taking a big hit on the jit compiling and began looking at the new 2.0 ngen to see if that will increase performance.  Ok, here is our problem.  After adding clickonce to our application we learn that you can ...Show All

  • Windows Forms ListView and ItemDrag

    I would like to use a listview's ItemDrag event where when I drag an item into a folder on the desktop or into an e-mail, it performs a function. Is this possible using just the ItemDrag function Sounds like some custom Windo ...Show All

  • SQL Server Error locating server/instance specified

    I am trying to connect to the AdventureWorks database while using Visual Basic 2005 Express. I am currently using the SQL Server 2005 trial version. Here is the error message: An error has occurred while establishing a connection to the server. When connecting to SQL server 2005 this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, Er ...Show All

  • Visual Studio Team System Workspace is already mapped problem

    I just installed TFS (beta 2) and I get the following error message when opening a solution from source control using VS 2005 beta 2 : The path 'd:\temp\xxx' is already mapped in workspace PCMRE\Disney\JMP. PCMRE is the workstation having this problem, Disney is the domain where TFS is installed and JMP is my own user account. The guy using this workstation has the MRE account. Due to security misconfigurations on the TFS server (my fault), MR ...Show All

  • SQL Server Analysis Services package in SQL2K

    I'm new to Analysis Services package in SQL2K. As data analyst I wanted to create a short presentation that would explore most advantages of using Analysis Services (Cube, datamart). Questions: 1.Does this tool (Analysis Services) come with  SQL2K 2. Is there any light version (or client version)of Analysis Services 3. How to start (what module I have to install , set up) Any relevant info would be really appreciated.Thank you. ...Show All

  • .NET Development .NET Framework 2.0 and MSN MEssenger

    Does anybody know if there is a problem with .NET Framework 2.0 and MSN Messenger 7.5 Since after installing .NET Framework 2.0 I have not been able to connect with my MSN Messenger 7.5 80048820 - is the error code. May be coincidental.. but this has started happening after i installed Framework 2.0 ...Show All

  • Windows Forms Oh, the magic that the Tab key does (focus)

    [Using VS2005 Beta2...] The FocusRectangle is a very fickle thing. Create a form with two buttons on it. Create a KeyPress event for the form that cycles focus between the two buttons (turn on KeyPreview for the form): private void Form1_KeyPress( object sender, KeyPressEventArgs e) {   if (button1.Focused)   {     button2.Focus();   }   else   {     button1.Focus();   ...Show All

  • Software Development for Windows Vista Running Domain Logon Script as Elevated

    We make extensive use of domain logon scripts for many interesting and uninteresting purposes. Unfortunately some of the simplest, most innocuous, programs executed seem to require privilege elevation in Vista. This is absolutely no good for a trusted logon script run by hundreds of users every day which should require no user interaction. Does anyone know of a way to get a trusted domain logon script (and anything launched by it) to auto ...Show All

  • Windows Forms Problem with checkbox databinding

    I am trying to bind some checkboxes to a datasource, I have a datagrid in which the user clicks a record, I then create a new dataset with that record like this Public currentSpec as Dataset Private Sub dgStock_DoubleClick( ByVal sender As Object , ByVal e As System.EventArgs) Handles dgStock.DoubleClick dgStock.SelectionMode = DataGridViewSelectionMode.FullRowSelect Dim vehicleID As String If Not dgStock.CurrentRow.Index ...Show All

  • .NET Development c# form based app best architecture

    Hi all, I'm design a windows forms application and i'm having some problems structuring it. The application itself will block a computer until a person gives a username and a password, after that it hides itself and keeps a small icon on taskbar. Lots of things will be happening meanwhile, syncs and comms with server, forms popping-up, and timers firing. My question is, what of the following approaches is the best one: 1. A c ...Show All

  • Windows Forms TitleBar

    Hi all how can i change the color of the titlebar without affecting windows settings and add only the minimize button to it thx Check out this link: http://www.geekswithblogs.net/kobush/articles/CustomBorderForms.aspx ...Show All

©2008 Software Development Network

powered by phorum