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

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

axdimensions

Member List

Jan Peeters
Oraclewanab
andy2345
Boris Meltser
Sirisha
Zee83
devram
rodgerpb
desolate
ijprest
briguy9872
Grant Carthew
Clifflane
Martin Stein
BigTimeHacker
Rob O
Taurkon
codoherty
Pavel S. Kozlov
Rakesh_24
Only Title

axdimensions's Q&A profile

  • Visual C++ LNK2019: unresolved external symbol error when i compile my win32 app

    I am kinda new at this c++, and i am try to to make a Open GL application that when run will make a cube and rotate it on the screen. When i compile my project I get the about 21 different "LNK2019: unresolved external symbol errors". maybe some one can help me figure this out. If you need the project files I can send it too you. I am using visual studio C++ .net 2003. I also tried this code in visual 2005 and received the same thing. the e ...Show All

  • Visual Studio Team System Error TF31002 - Unable to Add Team Foundation Server

    I have been using a virtual machine from the "Visual Studio 2005 Team System Beta 2 VPC CD".  It has been working well for single machine development. However, I am now at a point where I need my team members to connect to TFS. When I attempt to connect to the TFS (vstsb2) from a remote VS2005 PC, I get a TF31002 error. A few things to note: - Remote VS2005 PC is a member of the ADVENTUREWORKS domain on the VPC. - I can ping the TFS (vstsb2 ...Show All

  • Visual Studio Team System VSTS 1.0 with Sharepoint Portal Server?

    My server admin has assigned deployment of Team Foundation Server to a system with Sharepoint Portal Server installed. It sounds like removing SPS is not an option. Is there any way to make VSTS 1.0 work with Sharepoint Portal Server Perhaps by using a different port IS this in the terms of not supported (can be done no matter what you do or) not supported( microsoft takes no resposability if you do c ...Show All

  • SQL Server Ole DB type

    Is there a reason why Ole DB is missing interger data type   I am using Execute Sql task with Ole DB Connection Manager and cannot find Interger type. Any ideas ...Show All

  • Visual Studio Team System Specify Messagebox options

    Hi Added the messagebox options i.e messageboxoptions.rightalign (assuming that if my application was to be used in an rtl environment then the text would be right aligned), so even though rtl is set to No and the language is set to default (which I can only assume is either US English or UK English), so why are all my messages boxes titles now right aligned Have I missed something here Duncan Hi I ...Show All

  • Windows Forms Serialization of custom colors (and other types)

    I have defined some custom colors (and fonts, etc.), and would like to be able to have designer serialize these as the custom types rather than numeric values. Here is a psuedo snippet: // Implemented as a singleton... details are excluded public class MyColors {   Color _myGray = new Color.FromArgb( 42, 42, 42 );   public Color MyGray   {     get { return _myGray; }   }   // ... exclude ...Show All

  • Visual Basic How to update ID values in multiple tables

    Hi, I am in the process of developing an IT Asset Tracking System in VB.NET. I have come across a small problem though. A user is assigned to a Desktop PC and also assigned to other items such as a Printer, Monitor etc. The workstation details along with the user is stored in one table and other items associated with the user are stored in another table. If I then disassociate the user from the Desktop PC by removing the userID, I also ...Show All

  • Smart Device Development Accessing SQL Server that is on Wired & Wireless Network

    Hi All, I have application that is accessing sql server running on My Network. how can i access sql server in wireless environment Thanx in advance, you can connect to SQL Sever on the device as you would in the full .net framework. Just add a reference to SQLClient in your smart device application the other option is to use RDA or webservices ...Show All

  • Architecture Session Management for Distributed Remote Application in C#

    Hi In my Distributed Remoting Application i am using Command Pattern for Remoting. Now i want to add session management in the application. Whenever commad executor called it should check for the session. The design scenario is C# - SQL Server 2000 - Windows Application. Multiple Client. Single Business Logic (Middle Tier). Single DB Server.   Suggest me the best way to do session management. The commo ...Show All

  • Software Development for Windows Vista Please, Help!

    I am about to loose the ability to Windows WorkFlow because a simple problem I cannot seem to figure out and knowbody can seem to answer. Its simple, how do I get the service objects right after a workflow is coming back from being persisted mardo Have you tried the WorkflowLoaded event Add the following where you create the workflow runtime: workflowRuntime.WorkflowLoaded += new EventHandler < WorkflowEventArgs >(workfl ...Show All

  • Visual Basic Do...Loop, While...Wend - Keep getting compile error

    I keep getting a compile error using a Do...Loop or While...Wend saying "Loop without a Do" or "Wend without a while." Is there a limit as to how many statements you can have in the loop or something   I am at a complete loss!  Here is what I have: Sub CreateTask() r = 9 sysdate = Date While Cells(r, 40).Value <> ""     processor = Cells(r, 40).Value     CheckExclude     '-- Search ...Show All

  • Visual Studio Team System Project Server Integration

    I read on Brian Harry's latest post: http://blogs.msdn.com/bharry/archive/2005/10/01/476030.aspx  and he mentioned a small change in the way fields are mapped to MSFT Project... however, has there been any work done in integrating directly with Project Server   I read awhile back that integration was going to be enhanced, just not sure if it made it into TF Beta 3 or not. Thanks, ~slee No, I'm afraid we ...Show All

  • SQL Server Connections to SQL Server Files (*.mdf) require SQL Server Express 2005

    When ever I click on an MDF file in VS2005 I get the following message. Required Components Missing. Connections to SQL Server Files (*.mdf) require SQL Server Express 2005 to function properly.  Please verify the installation of the component or download from the URl: http:go.microsoft.com/fwlink/ linkID=49251. I think this may have been due to the install order and options I selected. 1. VS2005 Pro, without SQL Server Express 2005 as I wa ...Show All

  • Visual Studio Express Editions Only allow numbers VB 2005

    My program that l am making l need to let the user put anything into a text box but if it has any letters in it to bring up a error message saying that they can only input numbers into it. Anyone able to help me. I'm sorry, you've asked this question in the VBA and C++ forums, what language are you using VB 2005 Please confirm so I can move the question to the right place. I'm deleting the other posts. And t ...Show All

  • Windows Forms overriding datagrid delete

    Hey, Easy question.... How do I override the base event for a datagrid row deletion   All I really want to do is prompt the person to confirm the deletion. Thanks, Steven Tate You'd need to deal with the underlying data source to do&nbs ...Show All

©2008 Software Development Network

powered by phorum