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

Software Development Network >> Sandy K.'s Q&A profile

Sandy K.

Member List

rvda
SolomonDev
Julian Mackintosh
Mike The Bike
wrightti
safi_h80
Weifen Luo
Peter McEvoy
MalcolmA
alevy
jesus_
Sewoodford
RtB
Mohamed Salah
Miles Cohen
Nick Efremov
BillFugina
Rajat Tripathi
smith_kbase
billreynolds
Only Title

Sandy K.'s Q&A profile

  • Visual Basic How to Add DropDown (sub)menu items

    I have a toolstrip bar with a dropdown menu. I can add menu items to the dropdown while the program is running; however, I'm having problems adding a submenu (dropdown) to that newly created item while the program is running. I can't seem to get a reference to the newly created dropdown to create the new dropdown. Hre's my test code: Dim ddm As New ToolStripMenuItem Me .tsb_ddbTest.DropDown.Items.Add( "m1" ) ddm = Me .tsb_ddbTest.DropDownItems( "m1" ) Me .tsb_ddbRemoveItem.DropDown.Items.Add( "M2" ) ' test of adding a dropdown to an item created during 'design' ddm.DropDown.Items.Add ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. error 1304 and error 2350

    Hi durirng the install process it gives the error messages listed in the subject but i get them the following way: during the coping of the files it comies up with and "Error 1304.error writing to file microsoft.xna.ui.xnastudiopackage.dll verify you have access to that directory" it tels me to cancel or rrtry and i clikc retry as i am the computer admin and it then pops up with the "internal error 235" and i am forced to click ok where it cancels how can i fix this thank you in advance. Note: i tried this with the installer files under my documents and first shared documents. Is this th ...Show All

  • Visual Studio Team System GUI Change requires checkout of licenses.licx

    We are using a couple of 3rd party components that have information stored in the licenses.licx file. We have noticed that anytime you edit a GUI that has one of these 3rd party components, the IDE requires us to check out the licenses.licx file. The problem is that there is one licenses.licx file per project.  If I want to edit GUI-A, I have to check GUI-A and the licenses.licx file out.  If another develper wants to work on GUI-B in the same project they are unable to do so, because the IDE requires them to check out the licenses.licx file -- which I have previously checked out for my changes. Is this a problem with VS2005/Team o ...Show All

  • Visual Basic Displaying list of text in a TextBox

    I'm a novice programmer and I have a very basic question. I am trying to display text in a TextBox, with one caveat. I need to be able to insert "carriage returns" or force the text onto a new line. I am using the text box to display the results of a numbered list. How can this be done As a work around I am using Word to display the results, but ideally the application needs to be able to display the results in a text box. Thank you for any help you can provide. ''If it were me I would make the textbox multi line then do somethin ...Show All

  • SQL Server Which version is best for me ?

    Hi I want to install SQL Server 2005 on a dedicated server. I will be placing around 20-25 databases on this which will be access by same number of web-sites with under 1000 pages visits each per web-site. Can you please suggest which will be the best version of SQL Server for my needs. Thanks for you help. G, Hi, I know this is a very plain answer to your question, but see the limitations of the editions here: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx Addition to the plain answer :-) --> Try to see if you can determine which version you need in order to fullfill your needs. In add ...Show All

  • SQL Server (Error) Conversion from "DT_TEXT" to "DT_WSTR" is not supported.

    Below is the error I get when trying to convert a Visual FoxPro memo field to a DT_WSTR (4000 ) in a SQL table. It does not let me convert a DT_TEXT to a DT_WSTR. Thank in advance TITLE: Editing Component ------------------------------ The component is not in a valid state. The validation errors are: Error at NMF [Data Conversion [6328]]: Conversion from "DT_TEXT" to "DT_WSTR" is not supported. Do you want the component to fix these errors automatically ------------------------------ BUTTONS: &Yes &No Can ...Show All

  • Visual Studio Team System Reports are not accessible from Team Foundation Server

    I tried creating a duplicate of the Team Foundation Server. The process of taking backup of the data and restoring the same on the duplicate server worked fine. When I tried to view the reoprts on the original Team Foundation Server through the IE, the folders showing the team projects were not visible. Also in the IDE, the Reports folder has a red cross accross it. I am using the beta version of TFS. And the original Team Foundation Server was shut down when the restore was being carried out on the duplicate machine. Any pointers to what must be worng. Check to make sure that ReportingSerivces is up and running fine. Also, wh ...Show All

  • Visual J# Generating XML documentation for J#

    I'm trying to port a core library written in Java to J#.  It has worked well so far.  But now I need to create .NET compatible documentation for this library, and I'm having problems. I know I can make Visual Studio 2005 generate an XML documentation file for my vjsproj, but I need to do this from a command-line build environment.  I've been playing with MSBUILD, but I just can't seem to find the proper incantation to make it create the XML documentation file. Any ideas at all on this topic would be appreciated. Thanks for the more complete explanation.  The lack of this feature make ...Show All

  • Windows Forms AppUpdater Not Working

    Anybody else had any troubles getting it working   I've got the folder in IIS set to allow directory browsing, but after AppUpdater.DownloadUpdate() is called, I get this error... 5/10/2004 6:02:47 PM:  UPDATE FAILED with the following error message: System.Net.WebException: The remote server returned an error: (501) Not Implemented.    at Microsoft.Samples.AppUpdater.AppDownloader.Download() &n ...Show All

  • Windows Forms How Manage a sqlconnection in a Winform App?

    i'm new in vb.net im working in a project with severals forms,  this forms manipulate the information(add, delete, update..). i create  a sqlconnection  in a module and then pass it, to all my forms...  it work good but i can't  see the sqlconnection in design time so i have to create the dataset and the others objects (datareaadapter, command, et ...Show All

  • Windows Forms Datagrid bindings

    I need some help: I've datagrid on form & I want to populate it from data retrived from MSSQL database. I've tried with .DataSource property & .SetDataBindings method, but both didn't work :(  Any tips, sample code or something Here are some simple steps I posted a few days ago: The simplest way to try this is to open the Ser ...Show All

  • Visual C# C#: Is there a easy way to extract string that is seperated by one or more whitespaces?

    Hi, everyone, I have a row of  data , they are seperated by one or more whitespace , Is there a easy way to extract string that is seperated by one or more whitespaces 4.67600                  5.26870    5.85750      999.0     70.90    0.60300       66.50000 thank you. Jack, Have a look at the String.Split method: string input = "4.67600 5.26870 5.85750 999.0 70.90 0.60300 66.50000" string valu ...Show All

  • Visual Studio Team System So what happens when Orcas comes out?

    Will the people buying TFS and TS right now need to pay for an upgrade I would bet on it. Microsoft is shelling out the bucks to build it, so I would assume they would want to have a return on that investment. ...Show All

  • Visual Studio Business Object Datasource contains relationships to many other Objects, but does not display child/parent relationship data

    I have a very large Business Object layer with relationships defined in the code. When I create a report using report viewer, I add a new datasource of 'Item'.  Item has relationships to many other inventory Business Objects.  All of the 'Item' properties and 'Item's relationships are displayed in the 'Item' datasource object graph. Example:  Item>Container>ContainerType>ContainerDescription(string) I dropped the Item.ItemID onto the report, ran it, and was able to see a list of all of my ItemIDs.  When I navigate down to the ContainerType with the datasource object graph and drop ContainerType.Container ...Show All

  • Windows Forms Find Values in a DataTable

    I am trying to create a log-on form for my application. I have two textboxes, one for UserID (txtUserID) and Password (txtPassword). I need the application to search through rows in a datatable and find the txtUserID.text and txtPassword.text values in the same row. If the application cannot find the values in the same row, then it should not continue to the next form. If anyone could help me, that would be great. Another option is to use the DataTable's Select method. The Select method returns an array of DataRows of all records that match the SQL statement and return ...Show All

©2008 Software Development Network