PamMin's Q&A profile
Visual Studio Visual Studio .net 2003 Help does not work
Hi! I have found yet another problem. I am trying to read through the tutorials that came with this progam and sadly, it does not work either. I get a server not found error in what looks like a browser incorporated in the software. Another thing that was interesting, the registration for this software does not appear to work either. Is this why I am seein visual studio .net 2005 There is so many bugs in 2003 that they decided to release a new version as a cleanup 2 years later It doesn't give you a nice warm feeling. I am new to programming with the visual studio tools so if anyone could point me ...Show All
Visual C++ Possible Bug in Reference to Pointer to Const
This is with VS 2005 void F( const char *&pChr) { pChr = "Test" ; } int _tmain( int argc, _TCHAR* argv[]) { char *pChr1; const char *pChr2; F(pChr1); // Fails: cannot convert parameter 1 from 'char *' to 'const char *&' F(( const char *)pChr1); // Fails: cannot convert parameter 1 from 'const char *' to 'const char *&' F(pChr2); // Succeeds return 0; } This behavior is by design. (Any other C++ compiler allowing it is not conforming to the C++ standard.) In general, implicit conversions in C++ cannot simultaneously appl ...Show All
Visual Studio Express Editions Network Applications with VB2005 Express a few simple questions????
Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network server but If I were to develop the APP in VB Express could I then use SQL 2005 Standard edition or would I have to rewrite my code to connect this app up... or to put it another way,&nb ...Show All
Visual Basic How can I print a TIF file programmatically?
I have been banging my head against the wall for over two weeks now trying to find a way to programmatically print TIF files, without the need to for user interaction. The catch to this is that the files are well data logs, which turn out to be very large TIF files that, when printed, will span multiple pages. Right now the company is using a Neuralaser printer in conjunction with a NeuraView application that is able to print the images out across multiple pages for them, but it takes the user opening up each TIF file and using the print command. I have tried a few third party components, and they do not accomplish what I need. I have ...Show All
Visual Studio 2008 (Pre-release) Is anyone working on an Oracle plugin for DLinq?
I'd like to use DLinq on Oracle, but there is only support for SQL Server now. Is anyone currently working on an Oracle plugin for DLinq Thanks! AFAIK, the DLinq team is working on it. ...Show All
Visual C# Saving the chartarea backgound picture as jpg file in C#
Iam working on the development of a c# component which loads onto the memory when Excel application is invoked. This component has got methods that save the charting properties onto the XML from the active chart inside a active sheet in a wokbook . I can save the binary data for a picture object directly onto the XML by getting the picture object and save it as JPEG file and from the JPEG file I can get the binary information using the the below code.This is when you insert picture as a seperate picture object . Excel.Pictures pictures=chart.Pict ...Show All
Visual Studio 2008 (Pre-release) Canvas, Rectangles, ClipToBounds slowness
We are thinking about starting a new moderately complex graphical application in WPF. But before committing to the platform, we are testing features to see if WPF can handle it. >:) One test application so far has a Canvas with ~800 Rectangles (added with C# using “canvas.Children.Add(..)”. These rectangles are movable by dragging them… implemented with Canvas.SetLeft(rect, newLeft) and Canvas.SetTop(..) from the MouseMove handler. I need some tips on how to speed this up. Currently dragging a single rectangle around causes 100% utilization with 20 FPS on a Xeon 2.8GHz… even turning down to 50 rectangles seems ...Show All
Visual Studio Express Editions DTS into sql 2005 express edition
has anyone done this successfully documentation is limited and i am getting ready to try this - just wondering - using enterprise manager or it there a way to import data from another db No - the express edition is limited and DTS (now called SSIS) is not available. SQL Server 2005 Standard+ Info.: http://msdn2.microsoft.com/ms130214(en-US,SQL.90).aspx SQL Server 2005 Express Info: http://msdn2.microsoft.com/ms165606(en-US,SQL.90).aspx ...Show All
Visual Studio Team System At double the price and some other questions...
Hi, I am still a bit unsure about the version of Visual Studio that will be available at release. I get the whole thing about the 'Architect version', 'Developer Version' and 'Tester Version' with TFS shipping as a product in its own right. However in my current job i play the role of a Architect, Developer and Tester. Which version of Visual Studio will have all the testing tools, and all of Whitehorse many thanks Arran Chris Menegay wrote: I have also heard that there will be some sort of grace period where you get all 3 anyway while you figure out which you should pick. ...Show All
Visual J# Difficulty in inheriting Abstract Class
I am trying to work thru Visual Studio Hosted examples using J# - The examples only discuss C# and VB so I am trying to come up with the equivalent J#. I am stuck on code similar to the following: ( I have simplified it a bit to what is in the example - the example using C# ) Add Class: Company : using System; namespace Northwind { public abstract class Company { public int ID; public string Name ; public Company( int ID, string Name ) &nbs ...Show All
Visual FoxPro VFP 6.0 Coding help
I have made a module used for deleting a member from a database. It is shown below (btw,am using this type of coding instead of forms,etc... because the module is meant for newbies in programming).When it is run, I get the first screen asking for the ID but the problem is that it does not show the record and the module is cancelled by itself. Can anyone help btw, the ID I am inputting exists in the database. ** Module: Delmem.prg ** ** Year: 2006 ** SET CENTURY ON SET TALK OFF SET STATUS OFF SET DATE TO BRITISH CLEAR USE Members.dbf Set Color To W+ @ 2,6 To 26,74 Double @ 7,7 To 7,73 Set Color To W @ 4,20 Say "U ...Show All
SQL Server SQL Locking up
Posted - 12/25/2005 : 10:54:44 My ADO based C++ application works fine for sometimes 15+hrs just fine. Im using SQL 2000. All of a sudden I dont know what happens all update operatins and insert operations start failing with 80040e31, timeout expired errors. It seems as though the whole database is locked up. And after 1hr or sometime 2 hrs everything is back to normal without any intervention. if i intervene and i stop all my app services. i run sp_who and there are no connections to the database. I restart my application services and still have those 80040e31 errors come up ...Show All
Visual Studio Team System How to customize a manual test case's format
Hi all, I want to customize a manual test case's format, and which is availabe to all the users of a project when the user creates a new test case in Solution of the project. How could I manage to do it Thanks a lot! Leon Hi Leon Visual Studio Team System provides two kinds of manual tests: word-based manual tests, and text-based manual tests. If you want to customize their format, you will have to replace the actual Manual test at its installation location (with the one that fits the format that you want): ..\Microsoft Visual Studio 8\Common7\IDE\ItemTemplatesCache\CSharp\1033\ManualTestWordFormat.zip (for word-based ...Show All
SQL Server Customize Error Messages
Is there a way to customize the error messages returned from SSRS2005 I do not want error messages like "Access deined for <computername>\<username>' But a more user friendly message returned. How can that be done Thanks. Have you looked at Books Online under the error handling (Reporting Services) section ...Show All
Visual Studio Express Editions iwant to know how to access help in vc++
HI i would like to know how to access help for c programming,under vc++ editor. kirikiri wrote: HI i would like to know how to access help for c programming,under vc++ editor. It is not clear which kind of help you are looking for. If you have installed the MSDN Help that is supplied with the Express Edition, try this: Click Help | Contents on the VC++ 2005 Express Edition menu bar. Expand to here: - MSDN Library for Visual Studio 2005 Express Editions - Visual C++ Express Edition - Reference + C/C++ Languages + Run-Time Library These will have information about C Language programmin ...Show All
