mariascandella's Q&A profile
Visual Basic MDI Forms Query
Hi, I am in the process of creating a user interface for an IT Asset Tracking system. I have seen other software such as Numara's Trackit which appears to use an MDI Form for the menus and buttons and then a number of child forms for each tab so that those forms become embedded within the parent form. Is it a good idea to use MDI Forms Within the Inventory section of my application, I want to display a dbgrid on a child form so that it ...Show All
Windows Live Developer Forums MSN Messenger Web Presence
Hello, I need to build a web site where I can check wich MSN Messenger user are connected. I would like to know if you plan to add (in a short time frame) a Web Presence solution to Messenger like the AIM presence. I would like also to know if it's possible to develope this functionality using your new API. Best Regards, Cristiano Yes, I made a plugin using MSN's API (not the Activity API) which runs in the backg ...Show All
Windows Forms invalid menu handle
when i try to open a down load, i get invalid menu handle how do i solve this regards nicko I have a customer getting this same problem when trying to download a picture using yahoo mail. Has anyone found a fix for this ...Show All
Visual Studio New Editor or Not?
I want to add a new argument to a recipe that will basically present a drop-down panel to a user allowing them to select one or more values from the drop-down panel. These values would then be used as input in the creation of a new project item. How would I go about doing this Would I create a new editor and attach it to the wizard field Or, is this done through creating a new Value Provider ...Show All
Visual Studio Team System Get Custom Check-in Policy in the Add List
Hello, I have a custom check-in policy that requires that the comment is filled in. I added the assembly to the HKLM\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Checkin Policies registry key. The key is the assembly name, the value is the full path to the assembly. But the policy does not show up in the list How can you get your custom check-in policies to show up in the list For reference, I used th ...Show All
Visual Studio Express Editions Adding Data to a Table after creating a VB Express Database Application - How to go to the 2nd Row?
Hi all, I am new in doing the VB Express Database Application in my Windows XP Pro PC. For the first time, I tried to add data to a table after I created a VB Express database application: I completed typing in the last data entry of the 1st row and pressed "Enter" and I got a strange message "the row is not updated" and I could not go the 2nd row for entering my data for the 2nd row. Please help and advise: tell me what i ...Show All
SQL Server page cannot be found error
My report runs fine in Visual Studio and I deployed it. In Report Manager, i can see the listing of my Reports. But when clicked on report, I get “The page cannot be found” error. And this is not consistent. Sometimes i can execute the report, but sometimes i get this weird error. Does someone has any idea what is going on. ...Show All
Visual C# How come the Use of Properties in C# is against OOP Fundamentals
Hey Why is the Indiscriminate use of C# Properties contrary to fundamental design principals of OOP cheers If many properties of an object are being intensively manipulated outside of the object, then that's an indication that perhaps the object should be doing that work itself. This doesn't mean that properties are contrary to OOP principals, but some authors have even tried to make this case. Dav ...Show All
Visual Studio Package load error
Hi, I am getting this error: VSIP: Package 'Microsoft.VisualStudio.WCPCommonServices.WCPCommonServicesPackage, Microsoft.VisualStudio.WCPCommonServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has failed to load ( GUID = {8F583BC9-4E70-4888-A667-4C461AC6D3A5} ). And cannot seem to fix it. I have tried rebuilding the experimental hive like some body suggested in another thread earlier this month; but that did n ...Show All
Microsoft ISV Community Center Forums Problem with deleting records
HI, I am using the following function to delete a record from sysDeptDef table which is not present in ups_new table. I have two rows for the same deptid but diff attid. when i use the delete command the two rows get deleted but when the loop executes it cannot find the deptid so it fails.can please anyone suggest me how to handle this situation. Dim CurrentLevel As Integer Dim CurrentDeptId As Variant Dim LevelUp1 As String Dim L ...Show All
Visual Studio XSLT Debugger in VS2005 Standard?
I am having trouble telling from the web site. The product comparison identically lists "Full XML/XSLT" support for both Standard and Professional, but I had heard at one time that Standard did not include the XSLT debugger. Unfortunately, Standard is the only edition without a trial it seems, so it is difficult to check for oneself. If anyone could clarify whether or not Standard does include XSLT debugging, I would appreciate ...Show All
Visual Studio Random behaviour with ITaskItem[]
I have a target that I pass an ItemGroup to. I then call a task that takes this ItemGroup as a parameter and a ITaskItem as another parameter. Sometimes, if I pass an ITaskItem[] to the ITaskItem parameter, MSBuild is clever enough to realise that I want the task called once for each item in the ItemGroup. Most of the time, however, I get this error: Multiple items cannot be passed into a parameter of type "Microsoft.Build.Framework.I ...Show All
Visual Basic Use string value as variable name
How do I use a value of a string as a public variable name/object that I can then change.... dim var1 as integer dim var2 as integer dim var3 as integer...ect... Dim vroot as string = "var" Dim i as integer = 1 Do var + i.tostring 'this returns "var1" 'now how do i use this var1 returned value to act like a variable i=i+1 loop until i = 15 Also how would i do this with objects....say i had a series of labels named label1, labe2, label3...ect ...Show All
Visual C# how can I detect device in C#
Hello everybody, For this moment I have only one question: "How can I detect if my webCam is connected to my computer" Is there any classes, that I should know thanks I think this can help you: http://www.codeproject.com/dotnet/wiascriptingdotnet.asp ...Show All
Visual C# ExecuteScalar erro
{ SqlConnection conn = new SqlConnection (); conn.ConnectionString = "Data Source=(local);" + "Initial Catalog=bd;" + "Integrated Security=SSPI;" ; SqlCommand sqlComm = new SqlCommand ( "SELECT * FROM utilizador WHERE user=@user;" , conn); sqlComm.Parameters.Add( "@user" , SqlDbType .VarChar); sqlComm.Parameters[ "@user" ].Value = user.Text; ...Show All
