Refresher's Q&A profile
Visual Studio Tools for Office vsto2005
i have vbasic express, sql server express and office 2003 proffessional, what else do i need to starting developing vsto2005 applications i have seen the products comparision page on microsoft site, but i dint understand. can u help me Hi, VSTO functionality is not included in Express products. You will need VSTO 2005 which is a full edition of Visual Studio - it means you have to buy the VSTO 2005 pro ...Show All
Visual C# Convert doc to tif
Hi how can i convert doc file to tif file using c# or vb thanks You can use the Microsoft Word Object Library, here is a little list of articles: Automating MS Word Using Visual Studio .NET How to automate Microsoft Word to create a new document by using Visual C# Creating and Opening Microsoft Word Documents from .NET Using C# Getting Started (Visual Studio Tools ...Show All
Visual C++ Win32 Modal Dialog Box
I've made this custom control (as I often do) but this thing relies on WM_CHAR and it appears that modal dialog boxes don't translate messages because the custom control doesn't get WM_CHAR when in one. I looked around and couldn't find any solutions or similar problems, but a test-bed reveals this is not a problem specific to my project. Thanks for any help in advance. P.S. Yes, I realise what is causing the problem; modal dialog boxes have th ...Show All
Software Development for Windows Vista Compared to BPEL
How should I think of this new technology in consideration of BPEL products Does it compete with BPEL Is it an alternative Thanks, Ed When do you think you will ship the BPEL 1.1 activities I've been hearing it since February and have not got a timeframe yet. It's not to be critical, I like what you're doing, but I don't want to double my efforts if you're about to release them... Thanks a lot ...Show All
Visual C++ printf("%g", -0.0); changed from VC7 to VC8 ?
Regarding the negative zero, -0.0, it looks like 2 things have changed from VC7 to VC8 : if you assign double dm = -0.0; in VC8 the sign is preserved, in VC7 not; the resulting string in VC8 is "-0" while it is "0" in VC7. Can anyone comment on the whys and whereofs TIA Rudif This program illustrates the change int _tmain( int argc, _TCHAR* argv[]) { double dm = -0.0; double dp = 0.0; printf("VC7\n"); // o ...Show All
Visual Basic retrieving a selected value from DataGridViewComboBoxColumn
How do you retrieve a selected value from a DataGridViewComboBoxColumn Thank you, @stan_v I was trying to give a helpful answer to the OP kenia. The OP did ask for the selected value. Your request is somewhat different, and you may want to start your own thread detailing what you need instead of hijacking this one and complaining the answer to the original question is not the answer to yours. That s ...Show All
SQL Server Questions about Key performance indicators (KPI)
Hi, all here, I have questions about key performance indicators ( KPI ) in Microsoft SQL Server 2005 Analysis Services. Questions are as below: 1: the trend indicator dose not mean anything Since it is just an arrow there (if we choose standard arrow as the trend indicator) 2: In which case should we use which status indicator since there are different status indicators available. Besides Gauge , Cylinder, what do other status indicator ...Show All
Visual Studio Team System MSF Agile - What is Untriaged Bugs
Hello, Can someone please explain what is Untriaged Bug Also how to handle "Issues" in VSTS.I can see an item "All Issues" under WorkIems->Team Queries folder.How to create project Issues and maintain workflow. Thx An untriaged bug is a bug that a has not been investigated or and approved in Agile. When a tester creates a bug it is untriaged and it requires investigation. Once an ...Show All
Visual Studio Express Editions CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2
Hi folks, I have already reported this error in the VS 2005 Beta2 forum, but was told that it was not reproducible (VbCity and VBug, and your UK Launch team were also unable to reproduce the problem). I think I now have a lead on the issue! It also looks similar to a problem reported yesterday on the VB Express forum - 'I keep getting the out of range exception'. I have condensed the problem to two lines of code: &nb ...Show All
Smart Device Development how to generate Setup and deployment project for PPC
HI , I've developed an application for PPC. It's working fine . Now i want to create a setup project. But i don't have any idea abt that. my application utilizes XML lookup tables.Can i add it into setup how to add icon Kindly suggest me to acheive this!. If u know links related to it kindly post it!. Thank You! Hi Senthil, I'm happy to inform u that i successfully load the pgm b ...Show All
SQL Server SQl Server CE question..
Hello.. I want to install Virtual Directory (PC Windows 2000), but I've got this error "The computer that you specified is not configured for NTFS. You do not have to set permissions." Did I can't do my merge replication using PC without NTFS Thanks Darren.. I'm already convert my PC from FAT32 to NTFS.. :D ...Show All
Visual C++ Appending data to an edit box
Hello, I need some help in appending data to a dialog box. I am not sure how to go about this. Basically I have file of type CScrollView that prints out my hex files using the OnDraw function that writes directly to the screen. 80 89 99 90 90 98 70 ..... 90 80 89 99 90 90 98 70 ..... &n ...Show All
SQL Server Select Permission Denied on object
Hello all, I have just begun to develop a simple web application to maintain phone book / contact details of people. I have been facing problems wrt the connection to the database, while trying to execute the reader it throws this error - Server Error in '/phonebook' Application. The user that you are using for connecting to the database, which is specified in the connectionstring is not granted access to the table. By default u ...Show All
Visual Basic Accessing a Database
I am in the process of converting a VB6 program to Visual Basic 2005 Express. I have loaded an Access database into the program and created the DataSet - but I cannot see how to get the data out. Previously in VB6 I was using a Control on a Form (ie. I was not using the OpenRecordSet method) The data was accessed using typical code: frmData.Data2.Recordset.MoveLast() frmData.Data2.Recordset.AbsolutePosition = n - 1 value = frmData.D ...Show All
Windows Forms Datagrid event for cell content change?
I've got a datagrid that contains three boolean columns (checkboxes). I'm trying to find an event that fires when the value of the checkbox changes so I can automatically update another checkbox (ie. col1 is true then col2 should be set to&nbs ...Show All
