JanusTorres's Q&A profile
Visual Basic Class Diagrams and Collection Classes
When I try to show a collection class which is in a separate dll in a class diagram I get the message "Cannot show as a collection association when the member is a weakly typed collection." I don't believe that I do have a weakly typed collection, and moreover, when I copy the collection class code into a new class in the same project as the reference to the collection class instance, and make the reference refer to this instead, I don ...Show All
Visual Studio Team System How can i create a new work item category?
Hi for every one, I need some helps, I want to create a some new work items categories, how can i do that in my Team System , I'm tried on MsProject but i don't know how can i imports from MsProject :( to my Team. Any idea TKS! What do you mean by new categories A new work item type, like bug, task, scenario Or one of the fields on a specific work item type ...Show All
SQL Server Backuping up multiple databases at once
I'm going through the docs and I can't find a way to backup multiple databases at once, rather than them individually. I see you can create a backup device, but you have to select every individual database. I know in 2000 you could do it .... Thanks Chad That works out just fine.. i can do it individually . I thought I was missing an obvious setting or something . I'm not that experienced with 2005 and I ...Show All
.NET Development The type or namespace name 'SqlConnection' could not be found
Hey all. I am remlig novel here to .NET so hope there's anyone affable while there can be be of use me awhile running. just now says the to me that ( The type or namespace name 'SqlConnection' could not be found ) however im not understand. I hav try to add this in my namespace ( using System.Data.SqlClient; ) at run that still no. plz help me. NeoNmaN, Does your project have a reference to the System.Data.SqlClient.dll assembly ...Show All
Windows Forms difference between PointToScreen and PointToClient
can someone explain the difference between this two they are method of the control class. I have a resoultion of 1024x768. I have a maximized form. The form has one panel in it if i have the mouse somewhere inside the panel, and i am intercepting&n ...Show All
Windows Live Developer Forums Building an Activity
Hi, I would like to build a new MSN Messenger activity, now that the competition is over is it still possible to submit my application, and for how long will this be possible Is this the only place to advertise activities or are there other sites Thanks. You should use the worldsbestapp.com site. ...Show All
Visual Studio Team System Inherited Tests
We use base test classes extensively in our projects, however it doesn't seem that test methods are picked up by the Test Manager when they are declared in the base class. eg. public abstract class BaseTest { [ TestMethod ] public virtual void TestMethod() { TestObject testObj = CreateTestableObject(); &nbs ...Show All
Visual Studio Install VS 2005 Standard Ed Hangs on Executing Action: RemoveTempHxDs
I have a 1.2 Ghz Dell laptop with 1 gb of memory. I started the install almost 16 hours ago. MSIexec is using 97% of my cpu. The install failed 2 times before this, but it gave me the option to send a report to MS. This time I'll just have to kill it. I have the version that was given to me at the Chicago launch. I have uninstalled Beta 2 and VS 2003 without any difficulty. S ...Show All
Visual Basic filter on bindingnavigotor textbox from a custom class
revising the post a little, putting in all that I've tried in hopes of someone giving a helping hand. I'm uisng a custom class to fuel my datasouce. I've draged the datasource over in detail view and put in the Me .CampersBindingSource.DataSource = oCampers the data appears fine. now what I'm trying to figure out is how to wire the textbox in the binding navigor toolstrip so that when I type ...Show All
Visual Basic About RTC API example.
Hi. This is my question: Could I use the example for the RTC API (VB), for playing a file (wav, for example) during a PC-PC call How can I do it Thanks! Hi, Do you mean VB6 or vb.net Thank you, Bhanu. ...Show All
Visual Studio Express Editions How To Loop On Rows From A Database Table
I want to loop on the rows from a database table, but I can't work out how to do it. So far, the code I have is: Dim sConnectionString As String _ = "User ID=myname;Password=myPassword;Initial Catalog=mydatabase;Data Source=123.22.44.35,1433" Dim objConn As New SqlConnection(sConnectionString) objConn.Open() Dim sSQL As String = "SELECT * FROM manufacturer_list" Dim objCmd As New ...Show All
.NET Development Webservice connection problem
I'm quite new to .net programming and I have written a project using .net 2.0 framework (written in vb.net 2005) in which I've add a webservice reference. If the referenced webservice is called more than once the connection drops out. I have researched the problem and have seen the likely problem is the first connection is kept alive by default and so subsequent connections fail. The fixes that I can find seem to only relate to .net 1.1 with ...Show All
Windows Forms NonSerialized being ignored?
I have a set of business objects that inherit from a class that implements INotifyPropertyChanged. This base class defines the event as follows: <NonSerialized()> _ Private _propertyChanged As PropertyChangedEventHandler Public Custom Event PropertyChanged As PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged AddHandler ( ByVal value As PropertyChangedEventHand ...Show All
Visual Basic imageformat conversion..
sorry for asking a sillly question.. i want to know how to convert a jpeg format file to bmp file.. without changing the bit depth of the image...if anybody can give the code too.. it would be great.. ashtified_85 http://www.freevbcode.com/ShowCode.asp ID=5799 -- Teemu Keiski ASP.NET MVP, AspInsider Finland, EU http://blogs.aspadvice.com/joteke ...Show All
Visual Basic Setup Package Problem
Hi everybody, well I don't realy have a problem with package it self. In the packa is a ActiceX component wich must be registred. Ok thats: regsvr32 path\Name.ocx, but how can I add this to the setuppackage I work with VS2005, and even if i knew the syntax to register, I don't know how to add it to the setupproject. Thanky for any kind of help. Boostrapper, I worked a long night on this, but finally I found ...Show All
