buguyaga's Q&A profile
Windows Forms SmartClient ?
Is there anyway to launch these apps thru browser without a popup killer stopping them Thanks Deasun Anyone out there at all have any ideas on this Heres what I am doing currently to run the exe: <code> strLinkToItem = "http://www.tirnaog.com/applications/winapps/TirNaOgMaintenance.exe" Dim strTheScript As String = "" 'popup code strTh ...Show All
Windows Forms TabPages.Insert Bug?
Is anyone else out there having problems inserting TabPages I thought it might be a problem in my main project, so I created a new WinForms test project, dropped a tabcontrol on the form, and added a line to insert a tab at position 0. Nothing else. My constructor looks like this: public Form1() { InitializeComponent(); this .tabControl1.TabPages.Insert(0, "Test" ); } But when I run I onl ...Show All
.NET Development HowTo: Change Connection on QueriesTableAdapter??
Hi, How to Change Connection on QueriesTableAdapter Or change the sensitive information on it. What’s the best way Thanks. ...Show All
Visual Studio Express Editions How do you databind a field in a FormView to a DrowpDownList?
Does anyone know how to databind a field in a FormView to a DropDownList OUTSIDE the FormView I noticed there is an option to write a custom expression in the properties menu but I don't have any experience at writing expeirence in ASP.NET or C#. Thanks for any help!! ...Show All
Visual Basic XCopy deployment of a VB Express app which uses a SQL Server Express database?
It's probably just a case of me not looking in the right place or not seeing the obvious, but does anyone know if a machine with just version 2.0 of the .NET Framework should be able to run a VB.NET Express application which accesses a SQL Server Express database file Or is there an additional requirement for a non-development machine to have some kind of SQL Server Express runtime component in addition to the 2.0 ...Show All
SQL Server Export to Excel failed with ReportItems and sub report
Hi, I have two RDL files, one is main.rdl, the other one is sub.rdl. In the body of main.rdl, I threw in a subreport that links to sub.rdl. Follow by the subreport is a table, in which has a textbox called mytitle. In the page footer, I added one text box that references to mytitle by using ReportItems!mytitle.Value. When this report rendered in HTML or PDF format, it worked fine. However, when exporting to excel format, it failed. I fi ...Show All
Windows Forms How can I show an AVI video in a progress Windows Form?
Hello. I need show AVI videos that provides Visual Studio 2003 in my form, to show activity while application is copying, moving or deleting files. I show a progress form, and I would like to show these animations. These videos are in folder c:\VS2003InstallDir\Common7\Graphics\videos, and they are: - filecopy.avi, filedel.avi and filedelr.avi Someone knows how can I do this Greetings, Daniel You ...Show All
Windows Forms Win 32 Windows form
Hello people, I want to create form's in win32 using visual form create (RAD), without a .net framework, it is possible to do that please help me! thanks! hi, Is your problem solved If yes, then could you please post reply which is an answer. Thank you, Bhanu. ...Show All
Windows Forms Bitmap object creation problem
I'm having a problem that I just cannot figure out...any help is appreciated. I added Bitmap1.bmp to my project using 'Add existing item' When I click a button, I execute this code: try { Bitmap bmp = new Bitmap("Bitmap1.bmp"); } catch(Exception ex) { ... } I catch an exception of Invalid parameter used. I've tried other file names, adding the path, other file types...basically everything I can thi ...Show All
Visual Studio Team System Another question on Field Mappings
Can you actually add additional fields to the database This would seem to me the only reason to have a field mapping tool is if you were adding columns to the server and needed to map them to additional fields in MS Project. If you can add fields to the database, what's the best way to do so Thanks. Jeff If you're talking about work item tracking database, the best way of adding new fields would be thr ...Show All
Visual Studio Team System Merge tool
Is the Merge tool that TFS uses available to run standalone The reason being, I have a set of files that may be different to what is checked in and I want to merge my changes with the latest version from TFS SCC. Thanks Graham Graham, did you check out the files that you wish to merge If so you'll get conflicts when you run get or check in if the files on the server are different that you have checked out. ...Show All
SQL Server Page Header with Sub-Reports
I have a report in which I must display a current datafield in the page header. I have placed a hidden text box in a list that I reference. I also have a subreport in that List that uses the same datafield as a parameter. It works fine in report viewer when viewing as HTML. However, there are 2 problems that occur. The first one, is that when you go to print view and the subreport spans multiple pages, the Header will only display a blank value ...Show All
Smart Device Development IsBinding=False after a data bind
I'm binding a dataset to four controls (comboBox, DateTimePicker, and two textBox). After I complete the following code and check the value of the IsBinding property on any of the controls (i.e. C omment.DataBindings(0).IsBinding) it is False and databinding doesn't work I also am getting "DataBinding could not find a row in the list that is suitable for all bindings" when I move the currency manager position. I'm using VS2005 RC1 and the NET C ...Show All
SQL Server Oracle Translate function equivalent in SQL Server
Hi I want to know the equivalent of the Oracle translate function in SQL Server. eg : select translate('entertain', 'et', 'ab') from dual. I tried the SQL Server Replace function , but it replaces only one character or a sequence of character and not each occurrence of each of the specified characters given in the second argument i.e 'et'. Please let me know if there is some other equivalent function in SQL Server tha ...Show All
SQL Server CLR Stored Procedure Not Visible
I am trying to do some time series analysis on data that I have. I've read that the best way to do this is to use CLR to write the manipulation code in .Net and then load the assembly into SQL rather than extracting the data, manipulating it and putting it back again. I'm using crystal reports with visual studio 2003 to do my reporting. The problem I am facing is that the CLR stored procedures I create using SQLExpress are not visible from my SQ ...Show All
