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

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

lcdmendes

Member List

razvantim
Taylorrod
MuddyTigerFeet
Lambros Vasiliou
PatrickC
MikeC06
FrankCalvin
Bob Hicks
Marinko Karanovic
Jeppe Jespersen
Dinesh73
cvwilletts
PMace
HKLOO
Jonathan Allen
Apps at BPA
arrayhunter
Sriram Subramanian - MSFT
DI33266
n4cer
Only Title

lcdmendes's Q&A profile

  • Smart Device Development UDP networking on Verizon Wireless

    We have some client server apps utilizing UDP protocol on Verizon Wireless under the BREW platform. They work beautifully on that platform. We are now beginning to port them to Pocket PC with Visual Studio 2005. Everything works beautifully in the emulator, including the UDP connections. However, when I get on the device (Treo 770w to be specific), it seems that the UDP traffic never makes it to our servers. TCP/HTTP are working ok, but there is ...Show All

  • Visual Basic Downloadable Search Application (windows) using VB.NET

    Hi- I am working on a downloadable desktop application (windows) using VB.NET which can search for data in a data file. I have used XML as a data file before, are there any other better data file formats available Any help will be highly appreciated. Thanks, Prabhu Thank you, Vikram. I am expecting the new tool to go live in the month, so I am not sure about SQL Exp. 05, but will look into it. Regards, Prabhu ...Show All

  • SQL Server Either a connection cannot be made to the .\sql2005 server, or Analysis Services is not running on the computer specified.

    I get this error when trying to deploy a Analysis Services Project. I don't have the cube defined yet. I did have sql 2000 and sql 2005 installed on the same machine at one point, but I've since uninstalled them both and reinstalled only sql 2005. Error 1 Errors in the OLE DB provider. Could not connect to the redirector. Ensure that the SQLBrowser service is running on the '.' server. Errors in the OLE DB provider. An error occurred whil ...Show All

  • Windows Forms UITypeEditor for complex type

    Hello. I'm tring to create custom editor for Brush object. I've done the UITypeEditor, attached the property and everything. private Brush _brush = Brushes .Yellow; [ BrowsableAttribute ( true )] [ EditorAttribute ( typeof ( CustomBrushEditor ), typeof (System.Drawing.Design. UITypeEditor ))] public Brush Brush { get { return _brush; } set { _brush = value ; } } My problem is that the value sel ...Show All

  • Windows Forms install client msi and application proxy msi

    I have an issue on installing application proxy msi (using process.start) in client.msi, it gives an error: Another installation is already in progress. Complete that installation before proceeding with this install. I know concurrent msi is not supported by design, but how do i install application proxy during client installation...   any help is greatly appreciated.   Probably the bes ...Show All

  • Visual C++ Old "Wizard Bar" from VC6 on the toolbar?

    I'm coming from VC++ 6 to VC++ 2005, and am trying to find a way to put what was called the "Wizard Bar" in VC++ 6 onto the toolbar in VC++ 2005   I would like a drop-down choice of all my global functions readily available.  I see I can get that list from the "Class View / Global Functions", but that isn't always visible.  Can you put that global function list on the toolbar somehow   I also see that each source code file ha ...Show All

  • Visual Studio 2008 (Pre-release) How do I get svcutil to use generic List<> for proxies?

    I have some services that return List<SomeType> but when I generate the proxy it uses SomeType[] rather then List<SomeType>. Is there a way to change this behavior Is the /rct switch what I need If so can someone give an example of how it should be used. I actually have a bunch of services that return generic lists so I'd like to try and do this across the board rather then for a single service/type. Thanks, Steve ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. errror 1721

    when i trying to instal XNA build system .. then i get this error : error 1721. There is a problem with this windows installer package. A program required for this install to complete could not be run. i running Windows XP home edition & SP 2 whats wrong.. This is most likely caused by a corrupt download. I would suggest trying to download the installer again, and possibly using a download manager to assure that it's c ...Show All

  • Visual Studio Express Editions SQL server2005 express table is not updated with vb project

    Hello Hi am new to this and from Belgium so sorry for my languish I gave build an simple VB 2005 express program with 1 form and a few textboxes bound tot data in a SQL sever 2005 express database. The database just has 1 table Customers with en customerID as primary key, Name and Last name. When I run my project everything works just fine. I can insert en add new customers en even delete them. After I push the save button on my f ...Show All

  • .NET Development Best Way to Copy Data From Server A Table A1 to Server B Table B1 w/ C# and ADO.NET

    Hello ... new guy here ... thank you for your patience.  I've seen lots of ADO.NET examples (including the 101 C# examples), but I have not found one "exactly" like this...and I'm looking for the best practice... Here's my environment: SQL Server A has a database that contains table A1 SQL Server B has a database that contains table B1 Table A1 and B1 have an identical structure (columns, datatypes, etc.) Rows periodically flow into table A ...Show All

  • Visual Studio Express Editions Learning curve verses production

    So here I am for the first time. I've been working with the videos to learn more. It seems that Bob T. even mentioned something about being productive. I am disapointed then if production people are the target audiance. I played with a working model only of VB6 from SAM's publishing about two years ago and am just now getting to learn about this .NET stuff. Great, where were you when I was going to school and just learning to program in BASICA. ...Show All

  • Windows Forms Two questions about DataGrid

    HI! There is a DataGrid, binded with DataView (see example below) Data source - unbound (is filling from program) How can I change code to achive folllowing: 1) Enable edit ONLY new record (only without ColumnStyle.ReadOnly = true; as it falls search in datagrid) 2) Can be able to check values of cells before adding them to database accordibg with certain conditions ("primary key" and "not null" not anought) Thanks. // ...Show All

  • Visual C++ Can't figure out how to make a Win32 App. project in Visual C++ Express Eddition Beta

    Hi. I just downloaded Visual C++ Express Eddition Beta last night and can't figure out how to make a Win32 Application Project (it doesn't appear to be in the Visual Studio Installed Templates). I have a few questions: 1. How do I make a Win32 Application Project 2. How do I add a File to a project 3. What folder should I save all my projects, files, etc. in 4. Are these questions in the right forum Thanks for the help. ...Show All

  • Visual Studio Team System Active Directory and NT4 mix

    Hi, I would like to evaluate the trial edition of TFS, but reading through the installation instructions, it does not support running on an NT4 domain. At present, I have a 2003 server build to install the software on. Unfortunately, My area is stuck on an NT4 domain for the forseeable future, so I want to know what my options are. The following three options spring to mind, but are they workable/supported Note: I'm not a network specia ...Show All

  • .NET Development Stored Procedure

    Hi, I'm using ADO.net (1.1) and I'm trying to run a stored procedure like this: myCommand.CommandText = "MyStoredProcedure 1, 'teste', 14, 'Mary'" myCommand.CommandType = CommandType.StoredProcedure myCommand.ExecuteNonQuery() Why doesn't it work I'm keeping receiving a error message saying that It cannot find the stored procedure "." Do I have to run the stored procedures with parameters Or is it possible to do it like in ADO ("MyStoredProc ...Show All

©2008 Software Development Network

powered by phorum