masterlegolas3's Q&A profile
Visual Studio 2008 (Pre-release) How can I load an EMF file into WPF?
Is there a way to load via code (C#) an EMF or WMF file and render it within WPF Does WPF natively support this type Seems it should since the WMF and EMF file types are vector based. Does anyone have an answer to this query I would think Microsoft would support Metafiles since I beklieve they developed the WMF format. Anyone at Microsoft Help! ...Show All
Visual FoxPro report form and scroll
Hi All I use vfp 9 and i want to report the print on the form like this: report form report 1 range 1,1 i set my form's scrollbars=3 and put a lable down in my form to display scrolls it's work good in vfp8 but in vfp 9 when i set form's scrollbars=3 it don't show anything ...Show All
Visual Studio Express Editions Create forms in code but can't 'paint' them
I can create forms in code OK but if I draw graphics on them they don't refresh automatically. If they are resized or another form is displayed over them then the graphics are wiped out. If I could put the code in the form's paint method I know it would refresh automatically but I can't access the paint method because the sub form_paint() doesn't exist. Is there some other way of making a form created in code repaint   ...Show All
Visual Studio Team System How to know if a class is Public or Private ?
Hi All, How to know if a class is Public ou Private Thanks, Marcelo. Hi public override ProblemCollection Check(Member member) { Method method = member as Method; if (method == null) { & ...Show All
Visual C++ Persistant Arrays of Structures in C++ Express
I may not have the suject quite right but here is the problem. I want to read in several tables of alpha data and numbers and have them available for the duration of the program. It seems like I would need a global array of structures (but not a constant one), and this does not seem to be available in C++ Express. Is there a C++ Express solution to this requirement, and where would I look for an example, or would C# do the job ...Show All
Visual Studio Express Editions sample project "addresses" database
I just downloaded VB Express. I am a beginner. In the VBGuided Tour - managing your records, I tried the sample program "addresses" and the 3 addresses came up fine but I couldn't add any addresses to it. I first hit the add button and blank text boxes came up, then I filled them in and hit the save button but nothing was saved.(that is when I closed the program and then ran it again just the original 3 addresses wer ...Show All
Visual Basic Can I run the java programme using VB
Hey, I know that in java, we can use runtime class to run a programme written in another language. But I'm not sure if it is possible in VB6. If yes, how to implement it Besides, how to read in a text file in VB6 Thanks in advance! Process.Start will run a program, no matter what it was written in. There is a file system object you can create to read text files. Google will answer this for you, in seconds. ...Show All
SQL Server sql 2005 Error: Unable to read local eventlog (reason: 87).
on the same machine both 2000 and 2005. 2000 replicate to 2005, then 2005 replicate to 2000. I recieve the above error from 2005 instance. The replicates (both) work fine, but the application EVL is full with this error. Any Ideas I have been experiencing the same error on a sql 2005 server with sp1 installed: My log contains 32,000 entries over 24hrs with the following message exclusively. It seems to ha ...Show All
SQL Server Pkg Execution Works in VS but not in SQL
I'm able to execute a package in VS Pro on my machine. However when I upload it to the sql server and try to execute the package directly it fails with: Error: The product level is insuficient for component "...." (3129) Error: The product level is insuficient for component "...." (5411) The first component is a DataReader Source which is consuming an ODBC (Noble Systems ATOMIX Driver) connection and the second componen ...Show All
Architecture CSNW registry settings
I've been wrestling with CSNW (Client Services for Netware) for a few days on 2K and XP, trying to tune it to "play nice" with some of the old Client 32 installations, and I've found that this is like pulling teeth! This does NOT like to be messed with! In trying to find where tuning can be done to the Netware redirector, I've pulled-apart nwrdr.sys and found what appears to be a comprehensive list of registry entries that can be used t ...Show All
.NET Development Writing a SOAP client over SSL
Hi All, I want to write in C#, a SOAP client over an SSL connection to a server which supports SOAP requests and gives back SOAP responses. The way i am currently doing it is 1) I use a open source .NET SSL library to connect to the server. 2) I manually create SOAP requests(in the form of strings stored as resource and in XML files) and send these request over the connection created in 1. 3) I get back the response over the SSL connection and t ...Show All
Visual C++ How to peed up VS2005
I have tried Visual studio 2005 for several days,it really has been improved greatly.But I found it's very slow,especially when building a solution,which takes nearly 3 or more times time than vs 2003.net. Can anybody tell me how to speed up the building in vs 2005 Thanks a lot. And I also found it often do IntelligSence in the background,which takes a lot of resources of my computer. It also takes up a lot of memorry of my compu ...Show All
Visual Basic IDE not picking up my 'Backspace' or 'Enter' keystrokes in the debugger
The debugger isn't picking up my keystrokes for my 'Backspace' or 'Enter' (carriage return). As far as I can tell those are the only two keystrokes from my keyboard that are not being caught. Any ideas Logitech wireless keyboard. Hi, Windsailor, Sorry to hear about the problems! Where are the keystrokes failing – in the Immediate Window, Watch Windows, or in the editor itself (while doing Edit & Continue) --Matt Gertz--* VB Compiler ...Show All
Smart Device Development from pda to oracle DB
i'm passing data from hp PDA that using microsoft application to oracle DB. what supposed script/codes that i can use to solve that. Are you using any database on your PDA What kind of data you need to pass Typically you develop mobile app with SQL Server and use SQL Server's synchronization features to sync mobile database with your server db. Oracle's mobile dB is Oracle 10g Lite with sync capabilities with server dB. You may want ...Show All
SQL Server Changing Fail-safe operator in SQL Server Management Studio
I have designated an operator as the fail-safe operator in SQL Server Management Studio (SSMS). I now wish to change the fail-safe operator to be a different operator. SSMS allows me to make the changes, but after selecting "OK" and re-opening the SQL Server Agent Properties in SSMS, the changes have not been made. Any idea how to change the fail-safe operator As far as I can tell, there are no stored procedures available, and as I un ...Show All
