C# Lover's Q&A profile
Visual Basic HowTo enable SQLConnection&DataAdapter objects on a design window Webservice class
Trying to build a multi-tiered, distributed intranet application with this newest Visual Studio Tool (2005 beta2, according to Walkthrough: Creating a distributed application), it should be possible to directly create SQLConnection and DataAdapter objects from the data (SQLserver) explorer window onto the designer window of the class (business object as a Web service) with drag and drop technique. H owever no objec ...Show All
Windows Forms Databinding to a ToolStripStatusLabel
Hi, Why there is no databindings for ToolStripStatusLabel I need to add a databinding to it, like a regular label allows databinding for its text. I know StatusStrip can be databinded, but I cannot use this solution (I need a StatusStrip with 3 labels, each of them databinded to different properties). Regards, Valentin Iliescu This is not supported directly - you'll need to sub-class a ToolStripStatusLabel and make it an IBindableCompo ...Show All
Software Development for Windows Vista 5270: Internet Connection Sharing Problems?
Hi. I'm having problems with internet connection sharing. As far as I can tell it is all setup correctly. I have disabled IPv6. Vista is the computer sharing a broadband connection to the network. What happens is most strange. If I visit for example: http://www.google.com then I can visit anypage from google.com on the networked computers. But I can't visit for example http://news.google.com Does anyone have any solutions or suggestions to try ...Show All
Windows Forms mrymuc
Hi, I have an MDI application and when I load a child form for the first time it is fine, but if I close it and then open it later on with different data on it, the startup position appears to be different, as if the first i ...Show All
Windows Forms gradient bug
Hi, does anyone have a solution for the annoying gradient bug eg , if you fill a rectangle with a linear gradient brush , _sometimes_ the first pixel row in the gradient is the same as the last gradient color. if i make the gradient go fr ...Show All
Visual Basic System.ArgumentException was unhandled - WebBrowser object
Hello, I got this message "System.ArgumentException was unhandled Message="Navigation to a relative URL unsuccessful." Source="System.Windows.Forms" Well, that's not the whold message but it's like fifty lines of code so.... Well, the question is for the WebBrowser object. I placed a WebBrowser object on my form then in properties, how do you put the URL in do you put in like: C:\myform\index.htm or something else What if yo ...Show All
Windows Forms Click once not working
Hi, I'm trying out the click once, but eather I forget somethign or eather it is not working yet. When I try to open publish.htm it only opens an xml file. When I thry to publish on local htt (no HTTP server) then it seems to work also. I have no idea what I do wrong. I have uploaded a project (it is just a main form) to: http://www.mestdagh.biz/kieken If someone can see and eventueally can tell me Thanks.. It open ...Show All
Visual Studio Express Editions how to load automacticaly tabs
Hi again, I have form that reads data from a db and insert/update in that db. I have a tabcontrol with 4 tab pages. The thing is when I try to update a data from my form it does not update all the related files. If I don't open any of that 4 pages, data in that pages cannot be updated. Because that pages and their controls are never loaded. I'm using my own insert/update command instead of a table adapter option. It's like "UPDATE ...Show All
Windows Forms Convert forms to partial classes
After upgrading a VS2003 project to VS2005 the forms are not converted to use partial classes. Is there any automated way to convert these forms to use partial classes instead of the embedded designer code Thanks, Darrel Hi, There is no automated way available by default but you would need to write custom code to build a tool that searches for the " Windows Form Designer generated code " regions and then generates a partial clas ...Show All
Visual Studio How do I get beta cd
Where do I sign-up as a beta tester, and will I get media on cd -Brent Beta CDs/DVDs are no longer available, however, you can order a trial edition of Visual Studio. http://msdn.microsoft.com/vstudio/products/trial/ You can also download the Express Editions for free on MSDN. ...Show All
Visual C# Datagrid Multiple Headers
Hi.. I am trying to make a datagrid that looks and works like the Visual Studio .NET's properties window.. Is the properties window a datagrid If yes, The first thing I want to do is to put multipled headers just like the properties windows' headers (example: Accessibility, Appearance) but I dont know how.. It seems that only one header or caption is allowed in a datagrid... If no, what kind of windows form is it I want to make something simi ...Show All
SQL Server Maintenance plans - Feedback please !
Many thanks to all of you, for taking time to post feedback in this forum. We consider all feedback valuable and we use it to make the product better meet the needs of our customers. Recently, there were several postings related to the Maintenance plans feature, which let us know we had some problems in this area. We categorized the postings into 2 buckets #1. Dependency on SSIS(SQL Server Integration Service), for Maintenance ...Show All
Visual Studio Team System How to: Change How Fields are Mapped to Microsoft Project
I have a team project created using my custom process template. Now I need to change or customize the project mapping XML file for that project - how do I do this I have read the help pages entitled "How to: Change How Fields are Mapped to Microsoft Project" ( http://msdn2.microsoft.com/en-us/library/ms181686.aspx ) and "TFSFieldMapping" ( http://msdn2.microsoft.com/en-us/library/ms252493.aspx ) but it did not help as the ...Show All
Visual Basic Newbie asking...
Hello to everyone. I'm a newbie in this Forum and I 'm facing an error in my PC for which I can't find a solution. I thought someone from inside here might be able to help me on this..... First of all, I don't know if this section is the right one for posting my question. Anyway, the admins can move it if it's in the wrong section.... Well, here's the problem: When I try to enter a specific site, a secure one (Web Banking & Stock Ma ...Show All
Visual Studio Remote access timeouts in VSS 2005
Hi, I'm setting up a VSS2005 database. It is accessible with http. For small projects it seems to work fine, but when we try to add or open a larger project, the webservice is throwing errors, wich state it are timeouts. I'm looking for a solution to this problem, or a setting to make the webservice timout a higher value. I hope someone here can help me with that! thx in advance. Ivo Hi Virrr, It looks like ...Show All
