consultutah39258's Q&A profile
Visual C# Graphics Problem
hi iam writting an application where picture box control has to draw set of points point by point some specific time. my problem if i use picturebox.creategraphics() for drawing , graphics lines are disappearing if i minimize or max. another method is picturebox.image = new bitmap(pb.height,pb,width) g = ghraphics.fromimage(picturebox.image) if i use this i could not able to see lines drawn by g. i could able to see only if i u ...Show All
Software Development for Windows Vista Where can I get the VS2005 Workflow Project Templates for WSS v3/SPS2007?
Where can I download the VS2005 Workflow Project Templates for WSS v3/SPS2007 As the Office beta is private, the best place to go for those resources is the download site that you have access to as part of the beta program. There should be the resources that you are looking for there. ...Show All
Visual Studio Team System Here is my code...
hi, i added another rule class to the existing project and i extended the same base class (in which i have given the xml file name) that used for other classes. But when i loaded the rule in FxCop i got the message "Error loading rule 'MethodsShouldBePrivate': Rule 'MethodsShouldBePrivate' does not have an XML description present." Other rules get loaded correctly but this shows error. Plz help me out with this. Than ...Show All
Visual C++ using a textbox from a 2nd Windows form
I've got a Windows Forms .NEt application that uses 2 forms. I've got Form2 which is created from Form1 : (inside a Form1 button click event handler) : namespace::Form2 *myForm2 = new namespace::Form2; myForm2->Show(); This Form2 works well, & I now have the need to write text to it's textBox1. So I create one in Form2[Design]. I need to do this textbox population inside a function X that is defined within namespace but outside the defi ...Show All
Visual Studio 2008 (Pre-release) Location transparency
Hi to all, I would like to know if in the WCF framework there is some features similar to JNDI in java, or similar to what a "Broker" pattern do , someone that receive a request and know where the real service is Or do I have to implement it (maybe extending the Entity aggregation sample ) Could you give me any suggestion Thanks in advance Alex Are you referin ...Show All
SQL Server snapshot replication problem
hi all, I grouped my tables into two publications To each publication i added my "datamart1" server as a subcriber using the same database as a destination I dont have problem when i create snapshot since each of the publication generates its own snapshot. The only problem i encounter is that. when i begin to sychronize any one of the two subscription The two subscription gets synchro ...Show All
Visual C++ c++ compilation strategy
Well .. this is probably not specific to C++ language. It is a more general question on the requirements of including headers, etc, and so sort of basic, of compilers. I have been looking at translation units and linking, etc. I learnt that there can't be duplicate identifiers in all of the translation units combined. If there are duplicates, it's a linking error. It can be avoided by using extern keyword for all the duplicate declarations of th ...Show All
.NET Development shut down tcpClient for good...
Hi there, I'm writing a Client/Server program (C#) that relied on Tcp Communication. the problems begin when one of the clients that already connected to the server decide to disconnect (shut down the program or because of an error). the thing is that before he decide to disconnect his status is "Connected" (at the database) and after that, when the client has disconnected, the socket keeps on being opened for at least 60sec because of tha ...Show All
Visual Studio Move Project fails to update links
I recently reorganized some projects, moving half a dozen to locate them underneath other projects. In general, the operation went smoothly. However, for at least one of the projects that was moved, the list of other projects sharing a file was not updated properly. A few files I've spot-checked kept the old, no-longer-extant, project name in the list under Properties/Links. For example, I moved $/old1 $/old2 $/old3 to $/ca ...Show All
Visual Basic ADO/Access Questions
I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relatio ...Show All
.NET Development What software do I need for .NET
I'm a software developer for a large corporation that wants to learn .NET. What software do I need to install on my home computer I'd like a full professional development environment but I'd be the only one using it. Is there anything that MS produces that's not a hobbled student version yet less expensive than full blown team software Thanks, John alternatively, you take MSDN Pro subscribtion http://msdn.microsoft.com/ ...Show All
Windows Forms GenerateApplicationManifest build task
Hi, I am trying to write build tasks to generate ClickOnce manifests. I thought I struck gold when I came across this URL: http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxgenref/html/a494102b-0cb2-4755-8e2a-d2c0f39fac1d.asp It provides a code example to do this with multiple files, so I copied it and modified it to use my files and my cert stored in my cert store to do the signing. The problem is that the resu ...Show All
Visual Studio Express Editions Tool tips in statusstrip
I start working with VB 2005 EE. But I find one trouble.I was put StatusStrip control on design panel and ShowItemTooltips property switch on true. Then I put the Tooltip control on design panel and on the form add some controls. I fill Tooltip on ToolTip1 property with text. I see hint inside popup baloon, but not in the Statusstrip control. What i do wrong As far as i can see, the ToolTip will be displayed in ...Show All
Visual Studio Team System a "pre-sales" question of sorts about source control in TFS
Our team would sure like to get answers to the following questions before we decide to purchase TFS. Thanks for any information or referrals. Does the version control system support moving a file or directory to a different location in Solution Explorer (via the IDE) while still retaining the history of the file Does the version control system fully support renaming a file in the Solution Explorer (via the IDE) Does the version contro ...Show All
Software Development for Windows Vista Code samples for Workflow Designer hosted outside of VS.NET environment
Does anyone know where I can get the sourcecode for the following link http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/wf_samples/html/55925adf-2daa-4dc2-b1bf-61aa0190d734.asp The View Code link does not work and I do not see how to download the code. Sincerely, John Portnov You should be able to find the sample under Technologies\DesignerHosting in Samples.zip which can be found at %ProgramFiles ...Show All
