BSohante's Q&A profile
Software Development for Windows Vista parameter declaration
What happened to the parameterDeclaration classes on Beta2 Now the only way to work with parameters inside a custom activity are the ParameterBindings Thanks. Matt_ Yes that is the reason why "Parameters" option is no longer visible in the "Properties" pane. ...Show All
Windows Live Developer Forums footer is underfined error
We have a company site that we want to utilize v3 of the map control. The is made from master pages. We are getting footer is undefined error. This error appears to be related to masterpage setup. The control works ok in a non-master page setup. It appears a number of individuals have this problem. Is there a solution thx dave We have tried and this does not solve our problem. We are using master pages which may complicate the matter. I do not get this error in a non-masterpage page. We get the error when we place the control within a template (which uses a masterpage). help ...Show All
Visual Studio Team System Policy violations email
How do I set up the email address(es) to which I send emails if there has been a source control check-in policy violation Thanks You can also look in the version control database and query it to find the policy violators...it can be quite a hoot what some people write as their excuse... ...Show All
SQL Server Hierarchical Cascades
Please let me know if this is the wrong forum to post in. I am trying to set up a new database with Referential Integrity, but I can't get it to work. I was wondering if anyone had some helpful tips :) In my test case I have 3 tables; WebSite, Author and Article. WebSite is a parent to Author and Article. Author is a parent to Article. If I have all 3 UPDATE CASCADE it breaks. If I only have 2 (any 2) it works. I get that it's a circle, but each would only be one step (A change to Author should only change Article, and that should be it, nothing would happen to WebSite) W ...Show All
SQL Server CreateProcessAsUser in SQLCLR
I'll keep trying new threads here... sooner or later, I'm sure an expert Microsoft CLR employee will gladly lend a helping hand! The pieces: 1. SQL 2005, MS Windows Server 2003, Standard Edition, SP 1 2. .NET 2005/C# 3. Instance of SQL 2005 running locally. Trigger on local SQL2005 DB table INSERT calls 2 CLR Functions: 1. Retrieve data from SQL2005 DB table and populate local DBF through OLEDB 2. Call external 16-bit application (written in Clipper) that iterates through local DBF records (added from step 1 above) and populates DBF on domain resource. Step 2 detail: External 16-bit application is called b ...Show All
Visual C# running an app in the background
i recently developed an app using C#. this app prints using officee 2003, and when it does the office opens and prints, however i need the office to run in the background without appearing to the user. any suggestions Yes.The behavior it's ok.By calling a .doc only by it's filename you firstly fire 1 process which is Explorer (the shell actually) which receives your settings (hidden etc etc)).Explorer will match the extension and fire a second process by opening WinWord which the linked program for the extension .doc.The second process won't get your settings.If you want to start WinWord in the background you'll have to do th ...Show All
SQL Server Change Column Order in Report
Dear Anyone, Is there a way to dynamically change the order of the columns displayed in an RS report in RS2005 Thanks, Joseph thanks.. i have also tried that. I m having many cases and also i couldn judge the column order.. its all dynamic. ...Show All
Windows Forms Toolstripmanager and Visibility
First, please forgive me for making a second independent post on the same topic. I have new information and my sense is that if I reply to my own posting the automatic procedures at MS won't pop it up for action. (Correct me if i'm wrong and there is a better way to handle this.) Second, please forgive the bright red print below. It separates the new stuff from my original post. I wrote: It's clear that loading and saving settings with toolstripmanager works great for strip position on the window and for item position with in the strip. It does not seem to track visibility / availability. Is my observation correct If so, then li ...Show All
Visual Studio Express Editions sendkeys and focus
Ok i got a bit of a prob. i'm tryin to make vb type in a webbrowser thing tht i got onscreen in a vb form. my friend suggested send keys but you have to set a focus to the webbroweser or somethin like tht. i tried everything he's said but i've had no luck. can anyone out there help me if u didn't get tht, i want vb to type in a webbrowser bit which is in my form when i click a button. ok a bit of an update here. i tried what my friend said again except with a textbox. tht worked. But i tried the exact same thing except with my webbrowser and it doesn't work. Why not and how can i fix it so it will ...Show All
Visual Basic Item not member of ComboBox
I am using VB 2003. Dim myComboBox as ComboBox myComboBox.Items But it says Items is not a member of ComboBox. Am I missing a namespace or some reference okay, i think that i have something for you. first of all, [ComboBox].Items requires parentheses; myComboBox.Items() also, items is a property of a combobox, so you have to give some kind of definition to it: myComboBox.Items.Add("hello world") but i'm not completely sure this will work, because i'm used to vb6 and not .net. i tried it, but it said that "Object reference not set to an instance of an object." here's what i used, because the intellisense didn't ...Show All
.NET Development Error starting new project in VS 2005 Beta 2
When I try to create a new web site, I get this error the number separator information specified in the numberformatinfo in ambiguous for parsing and the project isn't created. I can create new single files but no project. Anyone knows why Thanks Please post a bug report on the Microsoft Product Feedback Center . ...Show All
Visual Studio Extending C#/VB-Project Properties
Hi! I am new to the VSIP SDK and don't know where to start. I want to extend C# and VB projects with an new property page. I have already read about sub project types but I think this has too much overhead. I only want to add an additional property page and persist some settings in the project file. Kind regards Sebastian Hi Again! Here is a more precise description of what I am going to do: I would like to extend the existing C# and VB project types with my own property page and to persist some settings in the project file through Project.Globals. My property page should be a new tab or category in the ...Show All
.NET Development Access Database JET 4 using VB.NET
Hi, I would like to know if I need to have MDAC_TYP installed on my PC to allow an application to write to an access 2000 database. The VB.NET application uses adodb and I thought that the .NET framework installation and also the deployment package would take care of the dependancies. However, when I tried to run the application on a PC that did not have MS Office installed it failed when trying to write to the database. I think the easy option is to install MS Office but I would like to know if there is another way to do this. The PC that I want to run the application on is running Windows NT4.0 and although MDAC is ...Show All
Visual C++ Ref Class Question
Hello, I have a question regarding the way intellisense works with ref classes. I have a class like so: public ref class Man abstract sealed { public: public ref class Size { public: static int Height; & ...Show All
Visual Basic Working with "File Selection" in VB Express
I'm having trouble finding and understanding the proper way to work with selecting files/directories in VB Express. How would I create a string that represents the filenames and/or directory names that are selected from a "WebBrowser" control. (For instance - Viewing a web page (or in this case a local directory), selecting one or more particular files/directories, and having those filenames/directory names display in a Textbox Any help would be appreciated... John John - Have you looked at the FileOpenDialog component It is designed for selecting files, and you can use the FileName or FileNames ...Show All
