Eyfel's Q&A profile
Visual C# Help with Cookie in Webbrowser
I am using Webbrowser to navigate a web. But the site set cookies in the web page. I want to clear them I tried that with webBrowser.Document.Cookie = ""; and webBrowser.Document.Cookie = "xxx="; that does not affect the value without plus "xxx=;" before original value "xxx=WERQFA...". How would I clear the Cookies Hi if you want to delete cookies using ASP.net ...Show All
SQL Server SQL Server 2005 Reporting Services on Windows Vista
Hello out there! I've tried to install all features in the SQL Server 2005 to run on Windows Vista. The Reporting Services failed to install. I think it is because of the IIS 7.0 that 's not recognised by SQL Server. Is there anyone who have had the same problem and is there anyone who have a suggestion to solve this problem Hi Kjelle, We found that Vista is not running IIS as we know it. If you parse the data in the HTTP s ...Show All
Windows Forms How to Insert New Row in DataTable
Hi All, Same as subject. I want to insert blank row into datatable while looping datatable. Please advised ! Thanks Hi, Yeah unless you have an identity column in the datatable. So, how do you add a row with an identity column -Edward ...Show All
Microsoft ISV Community Center Forums Require Basic Excel Sorting Macro To Be Made For Me!!! (Pretty Basic, But I Have NFI!)
I was wondering if someone could make me some code for Excel 2000. I want it to start at C1, check if C2 is the same as it, and if not insert a row between. Then check if C3 is the same as C4 and if not insert another row. So if my data looked like the left list it would turn out like the right list. Apple &nb ...Show All
Visual Basic Why do the DEBUG (F9) breakpoints not trigger 80% of the time? How do I get it 100%?
Why do the DEBUG (F9) breakpoints not trigger 80% of the time How do I get it 100% Michael OK, so we need to make sure you are actually in the right configuration When you have the Solution in the Solution Explorer selected, go to the Property Browser window and let me know what the value is for "Active Config" thanks! Kathy PS. where are your breakpoints at btw is it in code that might be marked as either Debugger Step Throu ...Show All
.NET Development .Net 2.0 release version breaks VS 2005b2?
I have just upgraded my .Net frameworks to 2.0 release version, and in the process, I had to uninstall the previous beta version and also some other stuff like the compact framework. Now, Visual Studio beta2 is not launching anymore. Is this a known issue With kind regards. Two things. One, ClickOnce docs tell you all about how it downloads the most recent version of the .net framework. Yea it feels like *** wh ...Show All
Visual C++ unable to add any item to the toolbox
The environment: VS2005 (final version). Win2K. I just started working with this new VS2005 in bits and pieces. Today I realized that the toolbox was empty and it does not allow anything to be added to it. According to HELP, The Choose Toolbox Items dialog box displays tabbed panes listing components that are recognized on your local computer. You can use the Choose Toolbox Items dialog box to select or remove components, and to add items ...Show All
Windows Forms Display a 'Wait Splashscreen' form but only after 1 second??
I am trying to get a pop-up form (a wait splashscreen) to appear during long processes, but I only want it to appear if the long processes take longer than 1 second. Ideally, I want the long processes in the same thread, as there&nb ...Show All
Visual C# Windows Service vs. WinForm Program.
Hello... Actually, I don't know where I have to write down this question, so I ask this question here, please be considerate.. ^^ And, You may think my question is perhaps foolish. But, please see this question. I made some program which is dll using table A ( for example ) and made a windows service host that dll. And then, copy the same program and made general winform application host the dll using table A'. ( A' ...Show All
Visual C++ static data members and dll's
This should be trivial but has me foxed. c++ 2005 compiler /clr-pure Simple forms application with an additional dll such as user control. All I want to do is access an stl static data memeber of a ref class from outside a dll I have the following in the dll #ifndef KLUDGE3 #define KLUDGE3 #include <string> #include <map> #include <iostream> using namespa ...Show All
Windows Forms Custom Controls
Hello, I was wondering if anybody knew of a free docking control, similar to the pinnable menus that Visual Studio .NET has. Also, if anybody knew of a tabbed editor control, similar to how VS.NET opens different pages, for free. Thanks. Easy, fast, free: http://sourceforge.net/projects/dockpanelsuite/ ...Show All
Visual Studio Team System Forgot password for TFSService
I forgot the password that I setup for TFSService. Since our Domain requires the password to be changed every 90 days, I proceeded to change the password. I also updated the password in the Team Foundation Windows services that utilized it. Unfortunately, I found out that I should have used the tfsadminutil tool instead of trying to find all the places to update the password manually. I really don't understand why there is an "OldPasswor ...Show All
Windows Forms Is there a way to fire an event programmatically?
I’m resizing a form using two function keys, F1 & F2, with keyDown event. It works most of the time but sometimes switching keys fails – the form just sits there. I have found if I then click on the form, not on a cont ...Show All
Visual Studio Express Editions Break a loop using a button
Hi, I'm working with Visual C++ Express Edition and I have a question. I'd like to break a while-loop cliking a button on my windows form. How can I do it boolean controlador= true ; while (controlador){ } private : System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) { controlador= false ; } While the program is doing the loop don't recognized button clicks. Thanks for your help ...Show All
Windows Forms Replicating VISIO Functionality (IMPORTANT)
I have to replicate VISIO's ability to create the FLOWCHARTS using VB.NET. Please provide me a basic roadmap, as to how should I proceed . I am new to GDI and am going through the basics through the material and source code availaible ove ...Show All
