GaboG's Q&A profile
Visual C# MultiSelect in MonthCalendar
How can I disable the MultiSelect in the MonthCalender ...Show All
Visual Studio Package didn't get reload when openning an existing project.
I have a package that privdes my own project type and some commands. I need to query the status and enable my commands accordingly when the package gets loaded. I did it by following VS documentation to create OleMenuCommandService in Initialize function. It works when I create a new project. But when I open an existing one, the package doesn't get loaded until you do something, then my commands didn't get enabled when it should be. I don't wan ...Show All
Windows Forms Why is my code not retrieving the selecteditem.text in my list box control???
I have successfully implemented similar code in other projects but for some reason its not working here. does anyone have any suggestions namespace TreasuryHelpDesk.controls //I have taken out the other code. { private void Page_Load( object sender, System.EventArgs e) { TechnicianDataAdapter.Fill(userNameDataSet1.Users); lbTech.DataBind(); //lblHeader.Text = "Technicians in " + Request.QueryS ...Show All
Visual J# axWebBrowser
I have this problem in vusal j#, C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks I have been trying to do exactly the same thing, however, what you have suggested there, does not work for me. Anything I could do ...Show All
Windows Forms Is there an IE 5.5 UserControl that I can use in my WinForm application?
I want the best of both worlds.... Winforms for data entry and IE for ease of deployent etc.... I need to host my IE ASP.NET application inside a WinForm Application. I know that I could do this in Visual Studio 6.0 and VB 6 can you ...Show All
Smart Device Development Nobody can play videos with Compact Framework 2.0 (lots of posts, no answer)
Hi, I post several and several message on several and several forums, but nobody answers my question. What I know is that Alex Feinman shows how to do during MEDC 2005 in Las Vegas, but I can't find any docs, videos or articles about his speech. I also know he uses Opennetcf.AxHost, but I can't find the namespace. I really appreciate any help about this question I asked for a month. Thanks in advance. Hi ani ...Show All
Visual Studio 2008 (Pre-release) WinFX beta 2 is there
Go and get it http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/default.aspx Well with WinFX there isn't really any notion of "upgrade". It's really just "uninstall (the old) and reinstall (the new)". Yes, you should definitely uninstall .358 and then install 3.0.03906.22 (aka Beta 2). ...Show All
Visual Studio Report Viewer Export Feature
does anyone know of anyway to execute the export to PDF feature of the reportviewer in code i was thinking i could use reflection to do it but have not been able to. any ideas RenRen, Nice post. Here I am find the same issue with Open option. Save option is working fine. I get " file not found" error. I cleared the Temperory internet files too. any ideas ...Show All
Visual Studio Team System Install issues
Is anyone from MS monitoring the forums, lot of post are there including mine @ http://forums.microsoft.com/msdn/ShowPost.aspx PostID=3213 with Installation issues especially with that of Error 32000 but no post on how to fix it...its becoming a complete waste of time...everytime there is a new release of Beta/CTP of VSTS the same issues are croping up again and again ! I've spent a atleast a week with each release just to get it runn ...Show All
Visual C++ C++/CLI
Hi all.Im a C++ Programmer thats looking to get into Managed C++ or C++/CLI.Ive heard that C++/CLI is the way to go and that it is a subset of Managed C++/C++.The question i wanted to ask is if C++/CLI IS the way to go now Will everyone be moving from Managed C++ to C++/CLI Also, C++/CLI uses the .NET Framework for creating Windows Forms apps right P.S: Any recommendations on what books i could use to learn the C++/CLI ext ...Show All
.NET Development Problem with SSE Databases
Hi! I'm in deep trouble and help from community to use the best possible way. I've SQL Server 2000 and 2005 Express and VS 2005 C# Express installed on my pc. I'm getting following error when try to create connection in VS When I create database in SSE 2005 and try to connect from VS2005: Unable to open file C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Testing.mdf OS error: 32(The process cannot access the file becau ...Show All
Visual Studio Team System TF31002, TFS Beta 3, VSTSuite Trial, 2nd client
We get a TF31002 for a second client WS running XP SP2, VSTSuite Trial. He can not connect to the Team Server, but he can see it via Microsoft Network. I've set him up as a project\Contributor. He's also a member of [SERVER]Team Foundation Valid Users. What next Do I have to have the SQL admin add him to the SQL DB Sharepoint Hello Tony, A few questions: - What version of TFS is ...Show All
Visual Basic Connecting to SQL Server 2005 from VS 2005
It's time for me to get into 2005 development. So last weekend I upgraded my MSDE 2000 to SQL Server 2005 Designer edition and successfully ported my database. Life is good. Yesterday, I migrated my Windows App from VS2003 to VS2005 - And now I can't run the application I get a data access error. Do I decided to recreate the SQLData adapter - In creating a new connettion, I see the server, I provide user name & password for SQL Ser ...Show All
Architecture Best practices of implementing component-based application
What is the best .NET approach to implement application which is more or less a host with components (some of them could be third-party) Host application loads components, provides simple object model and an access to other components. 1. How it's better to expose host application object model for third-party developers Have an assembly with the interfaces 2. Is there any way to allow one component to expose object model to other compon ...Show All
SQL Server cannot install SQL Server Express, keep getting errors
I am trying to install SQL Server 2005 Express, but it fails. SQL Server Setup has detected incompatible components from Beta version of Visual Studio, .NETFramework or SQL Server 2005. Use Add or Remove to I had earlier installed Beta 2 Version of Dev Studio 2005 and SQL Server 2005 Beta 2. I also had DevStudio 2003 and SQL Server installed. I have gone through and un-installed everything, but I keep getting this error. I have also tried msiexe ...Show All
