GhadaKamel's Q&A profile
Windows Forms Web application User Agent Name
Hi I am working on the Web application that Play a role as the web browser for few particular sites. And a application server for other. Anyway it is the application Which call a web page access through the web domain (like http://www.example.com)&n ...Show All
Visual Studio 2008 (Pre-release) Use custom attribute to execute some actions
Hello All ! I have some questions on attributes. I would like to be able to tag my method so they can behave specially. For example I would have imagined to do something like [TestMethod] [UseDataSource("myConnectionString", "my Dataset file")] public void TestDataSource() { //do some testing } I have imagined that so my test code contains only what I am testing and some attributes is specifying which data it h ...Show All
Software Development for Windows Vista More simplistic conditions and branches
IfElse is fine, but we would like a very simple YesNo container that branches based on a property value of the preceding activity. Any suggestions on how this might be implemented Is it possible to determine the task immediately before your task What steps are required to present a drop-down list of the available boolean properties on the preceding task We could use reflection and build our own custom UITypeEditor, but I know the EventSink does ...Show All
Windows Forms Adding custom dialogs to Installer
Pretty easy to understand how to add a simple form into an installer, but can anyone point me to resources which explain how I can do something with the information the user enters Specifically, I want to prompt for an unlock code.   ...Show All
Visual Studio Text field prints trash
When I preview a report with pictures and text fields, it looks normal. Then I print the report and the pictures are OK, but all the text fields are printing trash (garbage) characters. Wanted to post this follow-up as I have learned more about my problem. I have two printers: One a HP Laserjet 5si (w/Postscript) and another HP Officejet 7410 All-in-one. I have never had a printing problem with the 5si, so I never suspected th ...Show All
.NET Development Configuration Sections
Hi, I've just started playing with VS2005. We currently have a VB.NET application which uses a custom config section implemented by declaring a class which implements the IConfigurationSectionHandler interface and which was invoked by declaring it in the <configSections> section of app.config. The section handler so defined parsed a 'systems' configuration section in app.config and returned a collection of objects from its Creat ...Show All
SQL Server SQL Server Management Studio Express CTP
Hello! I have a problem-SQL Server Management Studio Express CTP does not work. MM Mason's regedit worked great for me. I did not notice any problems using BOL after the registry change but I can't say I've throughly tested that fact. ...Show All
Visual Studio 2008 (Pre-release) Is there any known issues when using MSMQ
hello again. i'm trying to build a simple service and client using MSMQ. I'm using the cpde from the SDK help How To: Use Queuing with Windows Communication Foundation Endpoints : ms-help://MS.MSSDK.1033/MS.WinFXSDK.1033/WCF_con/html/cc05ca55-34c7-4ecf-b51a-5c36fb4922af.htm After running the service, my machine starts to slow down and i can't seem to get the client proxy file when i use the svcutil tool. so, the question is: aer there a ...Show All
Smart Device Development where is CONNMGR_STATUS_CHANGE_NOTIFICATION msg defined?
Hi, I'm trying to use ConnMgrRegisterForStatusChangeNotification() in win mobile 5.0 in a c++ project. It stated "ConnMgrRegisterForStatusNotification will post a CONNMGR_STATUS_CHANGE_NOTIFICATION message to the window that has the passed-in window handle when any of the connections changes its state from connected to disconnected, or disconnected to connected". But I can not locate where this message is defined in a *.h/*.cpp unde ...Show All
Visual Studio Express Editions from .exe back to code
I'm new in charge of the development of my IT department, I have to take over my predecesor work, ufortunately he deleted all codes and left only executables. My question is, how can I convert back from .exe to VB6 code your help will be realy apreciated. Gabriel R. Parra Softtek Support Team (PS, IT) Softtek Integration Systems, Inc. c/o GE Energy OSM Support Team 24 x 7 Phone (678) 844-7436 Dialcom *421-7436 Grou ...Show All
.NET Development How to keen network connection active indefinitely
Hi, I am developing a program (using TcpListener class) to listen for data from a particular client. Client used to send data once in a while (say once in 30 minutes). Once connection is established, i want to keep it active indefinitely. Kindly let me know hoe to achieve it. Thanks & Regards, kalai It will be active indefinitely until you call the Close() method on the socket. Or the client ...Show All
Visual Studio Team System What's new in June CTP of VS 2005?
Where can I find out what's new in the June CTP of Whidbey so that I know whether it is worth downloading and installing compared with Beta 2 There's nothing on the VS2005 front page and the reference on MSDN downloads just says that it isn't as stable as a Beta. Gee, thanks. Now why couldn't that have been in the release notes last month That "etc" feature sounds really cool and I'd like to test it out. :-) I ...Show All
Visual FoxPro Day Time Picker little trouble.
Back in Visual dBase days we used regular spinners for dates but here in Fox the spinners do not seem to like dealing with anything but numeric values. I placed three day/time picker controls on two different containers that are supposed to become visible or invisible depending on some buttons being pressed. I am certain the pickers' parents are the containers however when I make the containers invisible (setting .visible to .F.) the pickers sta ...Show All
Visual Studio Team System Reverse Engineer and Sequence Diagram
Exist a way to generate from Visual Studio .Net 2005 Sequence Diagram with Visio for Entreprise for Arhitects, and if no exist any add-on for Visual Studio .Net 2005 to do this Thanks Unfortunately Visio Enterprise Architect does not support reverse engineering sequence diagrams from code. Ian Bavey Software Development Engineer Visual Studio Team Edition for Software Architects ...Show All
Visual C++ Installing msvcr80.dll
Hello, I have installed Visualk Studio 2005 and want to try out some stuff. After writing a simple console application I ahve copied the exe to an other machine, but there is no VisualStudio installed. Copying the msvcr80.dll in the system folder does not work (it works on Windows 2000). I know that i lies now in the winsxs folder so I have tried to copy the whole stuff from this folder, does ot work! I have looked in the merge module and found ...Show All
