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

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

reelbigfish37

Member List

Stepe
elesser
Tallgoose
s7ven
daveNETGuy
aoporto
Keith Mange
brengarne
Ossian
Tan0717
Booojanan
csharpman
MarcelG
AlexB-007
David_VA
pyromaster64
Lovenish Rolawan
jrbeachy
reesthil
Steve Bak
Only Title

reelbigfish37's Q&A profile

  • Visual C++ Where are "edit and continue" and refactoring options in Beta 2?

    Hi all. C# has edit and continue and refactoring VB has edit and continue and refactoring Classic C++ has edit and continue. Where are edit and continue and refactoring in Beta 2 for managed C++ I cannot find. Thanks in advance. I can understand the frustration.  We made a sincere effort to support C++ in the classdesigner.  If C++ weren't a priorirty we wouldn't have even spent the resourc ...Show All

  • Visual Studio Express Editions C#: Something like JAVADOC?

    Hi. I'm a Java developer and I'm in the process of learning .net. There is some kind of documentation generator like JavaDoc Regards Hi! I'm programming C++ and are using doxygen ( www.doxygen.net ). The tools is almost the same as javadoc, but I'm not sure if C# is supported, too. Just have a look at the homepage. Regards, Ingo ...Show All

  • Visual Studio Team System Visual Studio Team Foundation server compatibility with Visual Studio 2003

    I work in a company with four developers using Visual Studio 2003 Professional - we need a new Source Control and Bug tracking system.  Is it possible to use Visual Studio 2003  with Team Foundation Server   I realise we would have to buy Foundation server seperately as well as 4 Client Access Licences, however, this would still be significantly cheaper than 4 copies of the Developer Team Edition. Much as I would like all the ...Show All

  • .NET Development DataGrid Problem

    I have few problems, 1. I am using datagrid with readonly textboxes, i am assigning the null, i could see that null text in datagrid, but when i insert the records through this it is updating null values for the hidden textboxes. 2. How to update the relations created in dataset to the database. 3. I am develping a banking application, in that on of those pages contain datagrid, two users opened the same page with same records at single ...Show All

  • Visual Studio Team System Issues with Windows Sharepoint Services while Installing TFS

    Hello All, I am installing TFS. while installing TFS we are geting following errors " Error 32000.The Commandline '"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Bin\Stsadm.exe" ...' returned non-zero value: -1. " and then doing everything what MS says we get this error. " Error 32000.The Commandline '"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Bin\S ...Show All

  • Visual Studio Team System How to move workspace data?

    Hi, I am currently migrating my works to new laptop. The hard drive data is exactly duplicated using Ghost to the new laptop's hard drive. After everything is installed, TFS no longer recognizes the pending changes and my existing workspaces which existed in the old computer. How can I easily tell TFS that I want to use the existing workspace, and all its mappings, and bring back all my pending changes Of course I can easily shelve t ...Show All

  • Smart Device Development Can't debug CF v1.0 on WM 5.0 device or emulator.

    When I attempt to debug a VS2005 VB program which targets the compact framework version 1.0 on either the WM 5.0 emulator or an actual WM 5 device (Dell Axim x51), I get an error message which says, "Unable to start program '%CSIDL_PROGRAM_FILES%\abc\abc.exe'. Not Implemented" If I run the program without debugging (ctrl+F5) it works fine. Also, if I create an identical program with version 2.0 of the framework it debugs fine on the emulator.& ...Show All

  • Visual C# The Decimal Type

    I was reading the MSDN description of the decimal type and it gives the range for this type as follows: ±1.0 × 10 28 to ±7.9 × 10 28 I am not sure how to interpret this. Usually, the range is stated as <smallest number, largest number>, but here we have +/- in front of each number. Is it correct to interpret the above range as follows: +1.0 × 10 28 to +7.9 × 10 28 and -1.0 × 10 28 to -7.9 × 10 28 including, as well, 0. ...Show All

  • Windows Forms User Control And Events

    I've go a User Control that inherits from the TextBox class and I've added a ListBox; I needed to create a custom event exposed to the parent form that would fire when the ListBox changed visiblity.  The code below works but I know it's now quite right.  Any help appreciated. Control Code Snippet============================================== using System; using System.Collections; using System.ComponentModel; using System.Drawing; usin ...Show All

  • Smart Device Development keyboard for pocket pc

    hi there, i was developing a pocket pc application, how can i make the keyboard to prompt up when i tab on a text box. can anyone help me You can use the InputPanel component. http://samples.gotdotnet.com/quickstart/CompactFramework/doc/inputpanel.aspx ...Show All

  • Visual C++ Accidentally exposing namespaces to other assemblies by declaring unmanaged code.

    I have a question about namespaces and how they are exposed outside of an assembly--and in particular, how this happens in a C++ .NET project using Managed Extensions for C++.  I am using Visual Studio .NET 2003 for this solution. STEP 1:  A namespace detecting module I created a simple C# project using the Console Application wizard.  At the top of the default Class1.cs file that was created, I added the following code. using ...Show All

  • .NET Development Date Picker Microsoft JScript runtime error

    Hi, I'm not a very experienced developer so bear with me. Hope someone can help. I have created a date picker to populate a textbox but when I select a date I get the following error: Microsoft JScript runtime error: 'window.opener.document.Form1.StartDate' is null or not an object Here is the code I use:  <script language="javascript" type="text/javascript">              funct ...Show All

  • Windows Forms CPU and Memory Usage

    Dear friends, I hope this is the right place where to post the following problem. I'm testing on two different pcS a visual basic.net application that fills  a sql server 2000 database: a pentium 3 600 Mhz and a pentium IV 2800 Mhz. Both o ...Show All

  • .NET Development How can I raise an event from a DLL's worker thread?

    I have a c# DLL that a VB6 app is making a call into. That DLL then starts a thread and returns immediately. I need for the DLL to raise an event when the thread completes. I can't use the BeginInvoke technique to start the thread, because I need to override the apartment mode to STA, as interactions with COM objects was failing with "QueryInterface failed". Therefore, I am using an explicit thread creation, which doesn't seem ...Show All

  • Visual Studio Team System "Assigned To" field

    We are trying to locate the field in the database that references who is assigned to a given task. We have an external application to log time against a given task and only want the list of tasks assigned to a specific developer to show up in that developer's list of tasks, but we can't find the field that indicates who a task is assigned to. Any ideas Hello It sounds like you have a question about Foundation Server. If so you shoul ...Show All

©2008 Software Development Network

powered by phorum