jlandheer's Q&A profile
Visual Studio Team System Application/System Designer question
Hi, I got beta installed on my laptop recently and was looking on all the new features and did walkthrough on Designers. They are wonderful. I don't know weather I had learn enough to put this as a new thread but I had the following question. With the application and system designer, I can create and visualize amazing multi-layer application architecture or windows/web application --> Windows/Web Service --> Database. But How ...Show All
Visual C++ Visual Studio .NET 2003 executable format
We are building projects consisting of non-managed console applications and COM DLLs using Visual Studio .NET 2003. We are using Rational ClearCase as our source control tool, but for the time being we need to build all our applications using snapshot views. Unlike dynamic views, snapshot views do not keep version history of derived objects like executables. Also for the time being, our process requires that we do a full c ...Show All
Visual Studio Sample web site printing from Crystal report viewer - print mode ActiveX
Is there an online site that has sample reports that I could see directly. We are having trouble printing and I would like to see a web site with crystal reports using the Crystal reports viewer, Active X that will allow me to print to my local machine. Hello, I'm not aware of an external facing web site that you can view for this. Which version of Crystal Reports are you using What type of problems are you havin ...Show All
Windows Forms Problems getting the handle to a PictureBox as a HWND
Hi, I have some code which casts a handle to a Picture Box to HWND. Sometimes it works fine, and at other times it generates undefined value, and I can't see why. What I am doing is: At startup, before the GUI is displayed, I get the address of a Forms.PictureBox control using the Handle method, which returns a System::IntPtr. According to the docs, this should be valid at this stage, and a number is always returned. I pass this in t ...Show All
.NET Development Freezing TCP SocketListener
I'm writing my first local network TCP/IP Client/Server Windows Forms workstation application functionality code in VB 2005 Express. The internet may be connected by the user, but it is playing no role in the Client/Server part of the application. The objective is to write a simple listener and a simple client not demanding anything but the Listener being able to pick up transactions sent on a specific port and up to six Clients being a ...Show All
Windows Forms how to access address bar from Explorer Band?
how can i access the IE Address Bar from the Explorer Band i am trying to create SHDocVw.IWebBrowser instance, but donno how to point to the current IE can anyone give me infomation thx ...Show All
Visual C# Tab move to button on another panel
Hi, I have panel. On this panel I have tabcontrol and button. In tab controls I have combos and buttons with tab index. So when I press tab it muved in same panel in tabcontrol. Now I want that when I press tab on last indexed control the focus will moved to button on parent panel. And after I click second time the tab it will move focus into the first control on panel in tabcontrol. So how can I do this I have tryed the keypress event ...Show All
Visual Studio Team System Package Load Failure - PerformancePackage
Has anyone seen the Package Load Failure dialog for the PerformancePackage Thank you, J Pursell Issue: Description: Under certain conditions the PerformancePackage fails to load. The Developer is presented with the Package Load Failure dialog. Environment: (see Note [1] below) Steps to Reproduce: Start Visual Studio Team Edition f ...Show All
Windows Forms Requirements for developing pocketPC apps
Can I create a windows form using Visual Studio.net 2002 and install it on a pocketPC and have it run successfully Right now all I have installed on my PC is the .net Framework 1.0 and VS.net 2002. I made a very simple form with a&nb ...Show All
Visual C++ This is stupid
Okay, I've downloaded the Microsoft Visual C++ 2005 Express Edition. I cannot, no matter what I do, find the f***ing input window where I actually INPUT the code to actually WORK and practice my C++ coding. Why is this program so retarded that it doesn't OPEN THE INPUT WINDOW WHEN YOU OPEN A NEW PROJECT Old versions of Microsoft Visual C++ did that, why the hell doesn't this retarded program do it I did what I ...Show All
Windows Forms How can I have a global variable common to all forms?
I have few form classes, A B C D E, etc, one may call another then and there. The MDI form may instantiate child forms at will. I wanted to have few global variables across all forms and classes. How can I have a global variable common to all forms Again, Visual C++ 2003 example would help me a lot. Thanks, Jil. I think it is public: static in Visual c++ 2003! I am seeing public: static String in msdn. http://msdn.microsoft.com/l ...Show All
Visual Studio Express Editions string will be truncated by tableadapter insert command ??!!
Has anybody an idea to the following problem: When i send an insert over the TableAdapter then my strings will be truncated. Here is the following code Products: Visual Basic 2005 Express, SQL Server 2005 Express Dim LPTA As New BSC.BSCDataSetTableAdapters.LoginProtokollTableAdapter LPTA.Insert(Login, "123456789123456789" , "123456789123456789" ) The datas in the Database Tables are then truncated ...Show All
SQL Server Multivalue Parameter SQL Server 2005 SP1
Hello, I've installed SP1 for SQl Server 2005 and I noticed that the option "Select all" on a multi value parameter drop down (using web browser) is missing. Even if I can see it on VS 2005..... Anyone can help me Thank you very much. I rely on the 'Select All' capability as well. How can I get it back now that I've upgraded to SP1 ...Show All
Visual C# Question on Reference COunt in C#
Dear all, I would like to ask if any API is provided for obtaining reference count of a object, as similar to the one in VC6.0 Thanks for your help! No, this is not posible. But you do you want it There was a great discussion about ref counting, take a look here: GC! Why not ref count . ...Show All
Visual Studio Team System Debugging a service within a site
I've been using Visual Studio 2005 RC and have a web site and web service setup in the following structure: http://server/site/default.aspx http://server/site/service/service.asmx I have a solution that contains two projects: = Solution - Web site project + references web service project - Web service project When I try to debug this solution remotely, the IDE complai ...Show All
