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

Software Development Network >> DavidY - MSFT's Q&A profile

DavidY - MSFT

Member List

Tjoppie
Jaifima
Kh??ng Duy
MumbaiKaChela
DavidTM
greekTowner
James Inman
Brian Furner
Gnugs
ididntdoit
jm63
pkane
gb_cary_nc
GCAL
Dakiar
Nim Chu
cruelasix
Englestone
JFlash
Jonas Andersson
Only Title

DavidY - MSFT's Q&A profile

  • Visual Studio Express Editions Windows Form Designer Generated Code

    I've created a number of forms and got the Generated Code, but now I don't seem to be getting the Generated Code with new forms.  What am I missing Thanks, jerryk I'm in the free VB Express Edition 2005/2008 but there's no plus sign to expand in any of my projects What to do Thanks. Newbie ...Show All

  • Visual Studio Express Editions New VB user questions

    I am an experienced programmer in QB but new to VB. I have VB 2005 Express and am trying to get up to speed. For a learning project, I have a simple Windows form that calculates a Cylinder volume. The form has labels and test boxes for input, a results box, and 3 buttons (Calculate, Next, and Exit). Functionally, all works correctly so far. Question 1 - How do I set up to use keyboard navigation for data entry going to the next field or button The TAB key will jump to the next field, but not trigger a mouse click. The Enter key does not do anything. Question 2 - How can I cause a jump to a desired field on a data entry error such a ...Show All

  • Visual C# Windows application to mobile phone application

    can anyone help me to publish my project of a calculator to my nokia 6600 in a way so that it will work there because right now it wants to install .NET on other computers if i want the program to work there, lol, and i dont really want the whole of .NET installed on my phone... so can anyone help me can i just use the .exe file i dont think that i can, but have not actually been able to try yet... i am very certain that i cannot. Thanks ok, so.... is it possible to convert the C# program into a java program i dont expect so... and II'm feeling quite confident saying that I cannot convert the C# co ...Show All

  • Visual Studio msbuild and Visual Studio Project Templates

    Hello, I'm starting to work in a case that requires one solution with multiple projects. All projects share a common set of settings that includes: version, sign key file, configurations (debug, release, test...) and some other assembly level attributes. Since the solution includes several projects, I would like to create a project template in Visual Studio, based on a custom project that I made. The problem is that the custom project must include references to my custom centralized targets file, and I can't find a way to avoid the use of full paths in the template. I'm aware that I can use AssemblyInfoTask to set some of the settings, but t ...Show All

  • SQL Server Flat file source not option for importing data

    I was getting the product error associated with the full version of SSIS not installed so I ran the installation again and selected the Integration Services check box. Now when attempting to import data into a database, the drop down list doesn't have a flat file option. How do I import data from a txt, csv file Thanks PatrickCrofoot@hotmail.com I have. And no.. Simply using SQL Server Management Studio and right clicking my db then choosing import data under tasks. There is no Flat File datasource. So the other route was to attempt the tutorial via integration services. That's when I get t ...Show All

  • Visual Studio Team System I'VE TRIED EVERYTHING: Error 28100.Error loading Event web service

    I'm trying to install the Beta 3 Refresh of Team Foundation Server. I keep getting a "Error 28100.Error loading Event web service." I'm doing a single server installation on a machine and using SQL Server 2005 enterprise. I've spent a lot of time looking for fixes to this and I think I've applied everythign I've seen: I've made sure my tfssetup, tfsservice, and tfsreports accounts are domain accounts, I've verified the SQL Reporting Server installation, I've followed the installation instructions minutely step by step. This morning I reformatted the box and started with a clean win2k3 installation, applying every service pack and double and ...Show All

  • Visual C++ CreateMutex problem

    Hi everyone, I'm getting a security threat related to giving DACL rights to "Everyone", for example while creating mutex- when I run my code through Application Verifier, even though I have removed the "Everyone" access completely from the code. Is it possible that some functions are interally calling functions like createmutex, etc, with the "Everyone" right Can we control it Also, Is there any way of traversing through a list of all mutex created at any point of point on the system Thanks! cheers, GR Yees it is possible that some DLLs uses Mutexes with the acces rights not restricted. I.e. SHLWAPI, SHELL32 call CreateMutex, ...Show All

  • Smart Device Development Emulator communications error

    Emulator used to work, but now I no longer can communicate to it from VS2005. Reinstalling VS2005 didn't help. Using DMA transport When I try to connect to the emulated device I get the following error message: To 'Windows Mobile 5.0 Pocket PC Emulator' Connection failed. a specified communication resource (port) is already in use by another application. Hello, 1. Can you please try clearing the save-state Go to Device Emulator Manager->Right Click->Clear Save state for the emulator for which you are obtaining this problem. 2. Are you obtaining this problem with each of the e ...Show All

  • Windows Forms How to detect tab selection changed event in TabControl

    I tried adding handler to handle the click event in the TabControl, it works but only when you use the mouse to select the tab.  Since there are other means to select a tab in a tab control liked using the arrow keys or mouse.  Is there a single event that I can capture for tab selection changed SelectedIndexChanged is  ...Show All

  • Visual C++ Native Code and Relocatable Memory Blocks

    Although I have found the new extensions to C++ in the 2005 beta to be thoughtfully designed, I am thinking about using old code.  I don't (usually) need automatic garbage collection but I would like to have relocatable blocks of memory in the application heap.  Is there an Easy way to use the OS to move blocks of memory that are allocated using "new"   Or alternatively, is there a Simple way that I can use gcnew to dynamically allocate blocks of memory that could then be accessed as if they were dynamicly allocated native arrays (similar to those that can be allocated with new)   I cannot fi ...Show All

  • Windows Forms Creating a Tooltip for text in a TextBox/RichTextBox

    My background is web development and I am beginning to program in windows forms.  Could someone give me some ideas on how I could create a control that would display text with Tooltips or some type of popup information window over each word. Thanks, John How about something like this:     private void textBox1_MouseHover(object sender, System.EventA ...Show All

  • Visual Basic ADO.net DataAccess time SLOW

    Unless I am doing something very wrong, it seems that the ADO.net dataaccess time,IE retrieving a record is extremly slow compared to Classic ADO. Now it takes between 1 and 2 seconds to retrieve the data from the Remote database (Access). Because of needing update data when I select a serial number, I presume and currently use direct access to the remote database. I load a combobox with all my serial Numbers, Currently 15,000 . Then when I click on a SN, the program does a query on the ADO.net dataadapter, retrieves the current record. this take almost 2 seconds. Classic was almost instantly. Am I doing something wrong. Here a part of ...Show All

  • Visual Studio Express Editions Upgrading vb6 projects

    I was unable to upgrade projects from vb6. I get an error when "invoking upgrade engine". Error occurs in vbu.exe. Error message: Enexpected exception ocurred during upgrade engine operation: Error in remote procedure call. (Exception from HRESULT: 0x800706BE). Using: XP Pro Spanish Version VB 2005 Express V8.0.50727.42 VB6 projects made with VB6 Enterprise Edition (SP6) Spanish Version. Hi Cristian, It sounds to me like the VB Upgrade tool did not get installed correctly. I would suggest going to Add/Remove Programs in the control pannel and doing a repair on VB Express. ...Show All

  • Visual Studio Express Editions How do I define an array property for a class module?

    Hi all! I have created a class module that needs an array property.  So I declared it as this: "Protected myArray(10,10) as Double" Then in the property: Public Property Array(10,10) Get Return m_Array(10,10) End Get Set ( ByVal value) m_Array(10,10) = value End Set End Property It didn't work.  Can I define an array property at all in VB 2005   If it can be done, what's the correct way to do it   Thanks. Learner Hi Learner, Yes, you can do this by defining the property with a return type of Double(,): Class test    & ...Show All

  • Visual Studio Team System the request failed with http status 404

    when I tried to open the team explorer I got the following error the request failed with http status 404 I'm also getting this error. Using a clean install (single server) Beta3Refresh in a virtual machine. On the virtual machine I can open and use Team Explorer fine. Creating projects/opening their portal all works smooth. I installed Team explorer on a client WinXP SP2 machine (my actual dev box) and when I open Visual Studio and choose View -- Team Explorer, I get "The request failed with HTTP status 404: /Services/v1.0/ServerStatus.asmx" I never even get the chance to try to specify the TF Server. Any ideas n where I can look to g ...Show All

©2008 Software Development Network