Fernando Zamora's Q&A profile
Visual Studio Tools for Office Textbox redraw problems on ActionPane
Hi We have a project that has a bunch of controls on an action pane including textboxes, comboboxes and custom controls. Everything works fine when we create a new document. If we save the document, close the document (without closing word), and then re-open the document then the textboxes and combo boxes on the action pane do not operate correctly. They do not respond to keyboard or mouse input and the backgound of the textboxes do not get r ...Show All
Visual Studio Express Editions How To control active X scrollbar (IExplorer Active X)
Hi ! I write a program using an active X which permit me to include an Internet Explorer. that works well, but, i wanna send events like keyboard key, (using SendMessage or keybd_event). the aim is control scrollbar. program schema : .Principal Window --IExplorerObject ----WebPageActualyViewed. I can access to IExplorerObject, but not to the WebPageActualyViewed. I think WebPageActualyViewed contain its own scrollbar. How Can i send event to Web ...Show All
Visual Studio Tools for Office "Reload" listobject after UnList()
Hello, I'm trying to make an excel application where the user binds a dataset to a listObject. Then I'm doing a UnList() on the listObject so the data looks like an traditional spreadsheet. Then I whant the user to be able to bind another dataset to the listObject, but this can not be done after running UnList(). How can I instansiate a new listObject, or how can I solve this matter Best Regards Carl ...Show All
SQL Server Calculated member--
I have a reporting services report that I'm creating from an Analysis Services cube. I created two calculated memebers. When I put either one of the calculated members in the report and try to render the query or generate the report, I get an error: Memory Error: Allocation Failure: Not enough storage is avaliable to process this command. I have 21 GB of hard drive space. I do only have 1 GB or RAM, put I thin that ...Show All
SQL Server Problem with Hyphen in server name?
Hi all, My sql server has a hyphen in its name, and I've noticed I can't use a fully qualified reference, server.database.owner.table. Is this a known bug , what's the fix apart from renaming This is standard version, not a beta. Could it be something like : Select a.groupName from [DYFLIN-SQL].DyflinSqlDB.dbo.tblGroups as a ...Show All
Visual C# Planning for MCP 316
Hi all, Its my first post. i am planning for 315 next week. I have studied MS-Press book for MCSD. please suggest some source for preparation. satyadotsquares@hotmail.com If you are already a good developer, that book should be enough. But I suggest you take the free Microsoft assessments located here: http://www.microsoft.com/learning/assessment/ That will give you an idea of where your weak areas are, then you can aim your studying to p ...Show All
SQL Server Categorise Bar Chart
How to create a bar chart by setting the static category myself I mean, for example, I have a dataset which record the number of coins different people have. I would like to draw a bar chart which shows 3 bars with the following 3 different categories: 1) n < 5, 2) n >= 5 and n <10, 3) n>=10. where n is the number of coins. How can this be expressed in the categories grouping Thanks in advance. ...Show All
Visual Studio Team System Upgrade Beta 3 to Beta 3 refresh
What will be involved in an upgrade from VSTF beta 3 to the beta 3 refresh Gary, You can find it here: http://lab.msdn.microsoft.com/teamsystem/b3rmigrate.aspx ...Show All
Windows Forms Change Prerequisites location without republish
I need to change the location of my prerequisites files (.net 2.0 and winfx - "from the same location as my application") after I publish my application. Is there a way to do that without publish again (with the correct location of course ) I found out the setup.exe (it's generates by default and all its thing in life is to take care the prerequisites) has input argument. Type setup.exe ...Show All
Visual Studio Fix: for Class Details Window Disappearing Issue
Hi, Can anyone else confirm this issue (and the possible fix) I fixed it for myself but only have one computer to test on. Issue: The Class Details Window flickers or disappears when clicked on with the mouse making the window unusable. btw: This is an update to the following thread about the Class Details window: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=67472&am ...Show All
.NET Development rename a dataset in feb ctp
I found no way of renaming or deleting a dataset. Search didn't help. Thanks in advance dennist I see no way of getting properties for the dataset. When I right click the dataset in datasources, properties doesn't show up. If I right click the .xsd file in solution explorer, properties doesn't show up. If you can tell me how to access the dataset's properties, I'd be grateful. dennist well, what ...Show All
.NET Development UnauthorizedAccessException thrown on Directory.GetDirectories(path)
All, I am trying to build a tree structure out of the directories on logical drives. In doing so, I am getting the unauthorized access exception as above when I call GetDirectories method on a system folder. Basically what I wanna be able to do is to display the folders/subfolders as nodes in a treeview but NOT the system folders. See how Notepad only displays folders on C: drive like ProgramFiles, Windows and other user folders. But the Dire ...Show All
Visual C++ dialogs appearing behind the main window
hey guys, i have a simple problem with my MFC app. the messagebox's and color dialod's r appearing behind the main window. maybe is it because i have directx rendering a static text control in the main window so it always stays in focus or soemthing i dont know here is my code for displaying for displaying a color dialog: CColorDialog cd = CColorDialog(0, CC_ANYCOLOR); cd.DoModal(); when i press the alt button the color dialog appears. is ther ...Show All
SQL Server Copy Database or Database Restore
Hi, I am restoring one of my database from test box to production box. I don't have all the logins defined(users for copied database) in production box, What happen if user tries to access the database. I guess they will not be able as user is defined but there is no matching logins. Will Copy Database wizard creates all logins as Restore Database does not Thanks No. When you copy the database as well as when you restore the datab ...Show All
Visual Studio Team System Fail Team Project creation
After installing TFS Beta 3, everything seems ok. Can connect to it, manage it, etc. However I cannot create projects sucessfully. When I try to I get this (excerpt from log): Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at TEAMSYS1 Exception Details: The Project Creation Wizard w ...Show All
