elly's Q&A profile
SQL Server how to add report "Templates" to list during wizard?
Hi, I'd like to customize the new report wizard to save me time in building reports. I know that with most of VS there are files I can copy and edit to do that for new projects, forms, classes etc... where are they for new reports Hi, Well, it actually depends on what you are naming "templates" in the Wizard. 1- If you are referring to the Styles you see at the very end of the wizard, you can add new styles edit ...Show All
Visual Studio Express Editions Invalid search path specified in LIB environment variable
i just installed C# express, and wanted to build the browser thing. Warning 1 Invalid search path 'C:\Program\Microsoft Visual Studio\VC98\mfc\lib' specified in 'LIB environment variable' i cant find any lib or include anywhere... on the hard drive :( any one know what im doing wrong thanks Its probably using the LIB environment variable from a previous version of Visual Studio. You are using ...Show All
Visual Studio Express Editions 'Exclude From Project' in Solution Explorer
Hi All, Visual Studio .NET 2003 and Visual Web Developer both have a 'Exclude From Project' menu command when right-clicking a file in the Solution Explorer. I can't find this command in Visual Basic Express. How can I remove a file from my project, while in the IDE, without deleting it Thanks, Gordon Bell So, there is no way to remove a file from a solution, without Deleting it ...Show All
Visual C++ how to use graphics in a c++ compiler
how to use graphics in a c++ compiler for dev 4.9.2.2 and vc++2005 compiler you want display bitmap from resource or open external file Kuphryn ...Show All
Visual Studio Tools for Office How to import .ical or .ics or .vcard file into outlook programatically
Dear all, Please help me how to import a card file into outlook by using, Application interface. or by using (Ex. MSOUTL9.OLB) Com libraries provided by outlook. As I'm working on a mobile synchronization project, the field names may be different.So parsing field by field and processing is not feasible.Please helpme out. Thanks in advance. -- Raja Pratap K Hi Mike, I actually do have the same q ...Show All
.NET Development Connection string for SQL Express
I'm new to SQLExpress and 2005 of .net. When I use the code below I get multiple errors depending on various conncetion strings. The database is not read only, at this point I'm just trying to open the db. Currently I get the error below: System.Data.SqlClient.SqlException was caught Class=14 ErrorCode=-2146232060 LineNumber=65536 Message="CREATE DATABASE permission denied in database 'master'. An attempt to attach an auto-named data ...Show All
Windows Forms Form refreshing issue.
I'm currently trying to learn Windows Forms by porting a game I made for Java to C#. The issue I have is that whenever I refresh the positions on my game board, either with Refresh() or Invalidate(), the form gets cleared, paints the plain grey window, and repaints the images on top of it. As such, it flickers between the game board images and the plain grey window behind them. Is there some sort of way that I can make it simply draw on top o ...Show All
Visual Studio Team System MS Project integration and "WBS" field
I have mapped the MS Project's field “WBS” to a custom field and adjusted the VSTS-MS Project mapping info. The data from the field gets synchronized in both directions and at the first sight everything seems to be working fine. But, there is a problem with enforcing of uniqueness of WBS value. MS Project enforces the rule that each WBS value has to be unique. Since uniqueness has to do with all work items and all rules tha ...Show All
.NET Development DAO in C# Express
I am just starting to learn c# (I am from vb.net background) but I am having problems using DAO OpenDatabase and OpenRecordset when using c# express. I am not sure if this is related to database limitation of c# express. I have the following code in c# (which I converted from vb.net): DAO._DBEngine dbEng = new DAO.DBEngineClass(); DAO.Workspace ws = dbEng.CreateWorkspace("", "admin", "", DAO.WorkspaceTypeEnum.dbUseJet­ ; DAO.Databas ...Show All
Visual Studio Team System "Auto" alerts is possible?
It is possible to make the alert "my workitems are changed by others" an automatic alert By automatic I mean that everyone is subcribed to this alert by default or there is any way to subcribe users on their behalf (So I can go in an subcribe each one to this alert) Bottom line: I want that no mather what if some one assign a workitem to another team member, the other party gets notified by default. Thanks See the example in the followin ...Show All
Visual Studio Express Editions Sketch image in DataGridView control
Hello How to Sketch image in DataGridView control I add Image column and add picture in each row. But some picture are big size. I need to Scale or Sketch them within cells size. ...Show All
Visual Studio Express Editions How can I integrate the PSDK (Win32 platform) help?
I have installed the PSDK but the help is not integrated, so I can't use the F1 key to launch the help for that word. Anyone knows how to do it . Peter Poirier wrote: Go to this help topic: ms-help://MS.VSExpressCC.v80/dv_vsexpcc/local/CollectionManagerExpress.htm There's some checkboxes at the bottom of the topic for your other SDKs. Click the one for PSDK then click the update button. ...Show All
Smart Device Development LNK Error 2019
Hello all, i am developing an application on PPC2003 SE that allows the user to send and receive sms. i have included the sms.h library header file but when i compile i get the followng error : Error 1 error LNK2019: unresolved external symbol SmsOpen referenced in function OpenSms MyMapi.obj Error 2 fatal error LNK1120: 1 unresolved externals Pocket PC 2003 here's my Build log Build Log Build started: Project: MyMapi ...Show All
Visual Basic User Interface Design Help
Hi, I am about to develop a number of forms for an IT Asset Tracking system. I would like to create forms based on a design from another application called Numara Track-IT 7. The link is below http://www.numarasoftware.com/uk/ Although I cannot include screenshots of the the Track-IT application in this message, I believe the forms may have been developed using VB.NET but I want to know which controls have been used for the applicati ...Show All
Windows Search Technologies sending query via page other than msn.com
Hey guys, I was wondering if anyone could help me. I'd like to include a search form for WDS on my browser homepage and be able to submit the query from within that page, I'd like to see the results in the WDS. This works fine for msn.com (select desktop tab) but I cant seem to be able to get the code so I can use it with ANY page. any thoughts on this wow - 250+ views and no one with an answer ...Show All
