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

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

VisionOf89

Member List

KrisSahoo
Amanda Theo
Taliesin*
Seth Nielson
G1
GNDSP
qwqwqw
AL-Wakeel Adnan
bcw
Ahmed Essam
abhivyas
jkiley
Morgan1339
Deepak Kapoor
haiaw
Igor Tur
Deadly Trev
Asim Ahmed
Watcherq
dc3
Only Title

VisionOf89's Q&A profile

  • Visual Studio Express Editions Newly added user control can't be edited.

    Hi! Since yesterday I get an error if I add a new user control to any of my projects. Even completely new ones. When I add a user control only the *.cs and the *.Designer.cs files are getting created. But no *.resx file. The control is being displayed but when I'm resizing it, after accessing my HDD, I get the message "Die Datei ist vorhanden." which translates to "The file exists.". I already tried to repair and deinstall/reinstall Visual C# 2005 Express Edition but nothing changed. Is there a way to resolve this Thanks in advance, Patrick Patrick: Thanks for bringing this to our attention. We a ...Show All

  • Visual Basic Indirect Referencing in VB

    Hi All!   I am new to VB so please bear with me if the solution is obvious to you all as it is not to me! Basically, is there a way of perfoming an indirect reference to a variable, or building up a variable name as the program runs To explain what I mean, I'll go through an example of the kind of thing I am trying to achieve: I have painted two grids on a form which are both 9 by 9 and made up of text boxes. Users are able to enter numeric values into each of the positions in the grids. I have named each of the text boxes in the format txtGrid X Column Y Row Z , so for the top left position in the first grid, the text box has the ...Show All

  • Smart Device Development run program automatically when cradled

    Is there a way to automatically run a program when a user cradles/sync's Yes this shows how to do that: http://tinyurl.com/cz2qh Mike B. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cursor disappears on MC2 debug

    Hi, I build the MC2 project and it runs fine in the release version. When I run the debug version the Cursor disappears when on the main game window, making it very hard to select things. Is this bug known Is there a simple way to fix it Thanks a lot! Amnon Manneberg I gave this a try myself and didn't see that behavior, how are you building the game If you’re using the command line version did you apply the patch You say this is happening in the UI correct Are you able to get in the game Does the cursor appear there ...Show All

  • Windows Forms Can't anyone help me with this? - "..timeout period elapsed prior to obtaining a connection from the pool..."

    I posted this problem but no one responded. I figured I'd try one last time. I'm having a wierd problem. I've been using Visual Studio.NET 2003, and writing an app that up to now has been working perfectly. All of a sudden an error comes up and have no idea what it means or how to stop it from happening. The error is: "Timeout expir ...Show All

  • Visual C++ Exposing the Methods from a dll to be used in other applications....

    Hello Everyone, I have a code which is made using .NET clr library.....I need to expose some functions from there to use in some other project, according to me I'm exposing in the .dll but when I use it as a refrence I dont see anything in the other project... Thats what exactly I'm doing....there are two scenarios related with this: If I do .... public ref class Z : public something { public : void TestMethod() } And add this .dll to my other projects I can use the TestMethod() function....... If I do public class Z : public something { public: void TestMethod() } In this case...if I see the o ...Show All

  • Software Development for Windows Vista WWP GUI design

    Hi I was wondering how the GUI design in the new Windows Workflow tool looks like. Does anyone have a screenshot of the GUI Thanks Pioter Arjun, Thanks alot for the help Pioter ...Show All

  • Visual C# Generic comparison to null broken in July CTP

    Everyone knows that one cannot ordinarily use ==/!= on generic types because these operators might be undefined. However, up to Whidbey June CTP it was possible to write (x == null) or (x != null) when x was a generic type. After all, the documentation explicitly states that null comparisons are possible (and will return false if typeof(x) is a value type). Now I've installed the July CTP, and suddenly compilation gives an error on such null comparisons! Um, how am I supposed to compare variables of unrestricted generic types to null now Is that a bug in the CTP Please don't tell me we're actually supposed to write Object.Equals(x, null)... ...Show All

  • Microsoft ISV Community Center Forums Can anyone download VS Team Edition?

    We are a Certified Partner with the ISV Competency. The ISV Competency gives us a license for Visual Studio 2005 Team Edition for Developers but, we can't download that or the Team Server from MSDN. We can download the evaluation editions but not the real thing. Is this a problem for all partners with the ISV Competency or just us Can anyone download the real editions of Team Foundation server and/or VS for Developers Thanks, John Vottero I found a similar thread in the microsoft.public.msdn.general forum. The topic was closed but I was able to contact an MSDN Lead Program Manager directly. T ...Show All

  • SQL Server XQuery Question

    When I run the following script.... declare @d xml set @d = '< xml version="1.0" encoding="UTF-8" > <Subsidiaries> <Subsidiary id="0"> <TypeMove id="0"> <Orders Type="1"> <OESourceID id="1"> <StageID id="10300">ODS.ProcessOrderTotals</StageID> <StageID id="10400">ODS.ProcessOrderTotals1</StageID> <StageID id="10500">ODS.ProcessOrderPayment</StageID> <StageID id="10600">ODS.ProcessOrderItems</StageID> </OESourceID> ...Show All

  • .NET Development System.Collections.Generic.List datatype converting to Object Array

    I have a property defined in a Webservices using System.Collections.Generic.List datatype. When that web service is referenced in my windows application, I see in the reference.cs file that the datatype is changed to an object Array. But I want the same datatype defined in the Web Services as i want to use the Add functionality of the List Datatype. Any solution for the issue. Thanx in Advance. Hi Parimal, Have a look at the following thread: Generic List get converted into an Array when sent through Web Service Hope it helps! ~JD ...Show All

  • Visual Studio Express Editions Visual Studio 2005 Activation Key - How?

    I have installed the VC 2005 Express Beta Release five days ago. I have made the registration and received an e-mail. But the links on this e-mail leads me only to sign in again. There was no 'activation key'. Now I get this message every time I start the studio: "You have not yet activated your copy of Visual C++ 2005 Express Edition Beta. This product will run for 25 more days before you will be required to activate it. For more information, visit <Microsoft Visual Studio registration web> site. Do You need to register and get and activation key <Register now> for Your free activation key. and so on .. Input: 'activation k ...Show All

  • Visual Basic Every file in a folder

    I have a dropdown menu that has a couple of rich-text documents on it and they all come from a folder called 'rich-text'. What code do i put in so other people can put documents in that folder and it comes up in the dropdown menu Hi, Do you want to launch when the user selects it from the dropdown In that case, add the following code in the : ComboBox1_SelectedIndexChanged event of the Combo. Private Sub ComboBox1_SelectedIndexChanged( ByVal sender As System. Object , ByVal e As System.EventArgs)      Handles ComboBox1.SelectedIndexChanged    Process.Start( "C:\rich-text\" ...Show All

  • Visual Studio Team System Problems deleting Queries from Currituck.xml

    I'm trying to produce a minimal MethodologyTemplate - see my other posts. I have successful removed most of the initial tasks, work item type 'Qos', work item type 'risk' and work item type 'Scenario'. I have also added the new work item type 'Story' and added a corresponding query 'All Stories'. All this seems to work fine. However there are the following issues 1. Although the Team | Add work item menu correctly shows Bug, Story, Task the 'Value' drop down menu in the query viewer (select a project query, right-click | View Query) still contains Risk, QoS and Scenario as well as Bug, Story, Task. 2. If I remove the 'Al ...Show All

  • Visual Studio 2008 (Pre-release) Adding controls to container

    It is probably a stupid question but... How can i add a control to its container using Cider , let's say i have a wrappanel how can i drag a control inside it tried all alternative but got no luck...   Hi, I've had the same doubts as the previous contributor. I've been going through the demos and walkthroughs and I've seen Top Level menus added to a DockPanel root element, a DockPanel within a Grid as the root element and a StackPanel. Could you confirm which is the best practice when adding a Top Level menu to a window to just get the ball rolling. Sean ...Show All

©2008 Software Development Network