Donaghy's Q&A profile
Windows Forms device fonts
Hello everyone I’m writing a c# program and need to print with fonts that are only available on my printer. I need to get hold of them and print with them.These fonts are not true type fonts and are as i’ve explained hardware-resident. Can anyone explain to me how to obtain these fonts and use them to print with in my program. Thank you in advance Amir Hello Amir, i have the same problem. Do ...Show All
Software Development for Windows Vista WorkflowRuntime.CreateWorkflow overloads
I have not been able to find any information about two CreateWorkflow overloads in the WorkflowRuntime class: CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues) and CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues, System.Guid instanceId) I have two questions: 1. Given that there a ...Show All
Visual C# Business Object Sorting
I have some custom business objects and need to implement some sorting logic. The sort requirement that I have requires the ability to sort on multiple columns as well. I am sure I am not the first that needs to do this, but so far I have not been able to find anything on the web that doesn't rely on a DB to do the sorting. That is not an option for me, so I need to implement this my self. Thanks for any help Kevin ...Show All
SQL Server Help with XQuery formulation - selecting *only* most recent element from multiple table rows
I run a web service query daily. The entire resulting web service XML response is saved into an xml column in a new row each day. The results from one day to the next will largely overlap, save status updates, etc. For example, the results on one day might be: <TransactionArray> <Transaction> <ID>1</ID> <AmountPaid>99.00</AmountPaid> <Buyer> ...Show All
SQL Server SQLInfoMessageEventHandler and PRINT statement in SQL Express
I have a stored procedure contains a few PRINT statement that return the status to the client. On the client side, I am using vb.net to add handler for it, as follow: '-------------------------------------------------------------------------------- con = New SqlConnection("Data Source=.\SQLEXPRESS;Initial Catalog=IntranetMaster;Integrated Security=True;Persist Security Info=False;Connect Timeout=0") AddHandler con.InfoMessage, New S ...Show All
Visual Studio 2008 (Pre-release) DLinq Extensibility for Custom ADO providers?
As we're thinking about writing our own ADO provider library (connection, command, reader, adapter etc.) I was just wondering how extensible you are planning to make DLinq and how it will fit in with the current ways of extending ADO. Any pointers to documentation on the subject would be very much appreciated. Thanks, Trev. I am not sure I understand the specific aspects on extensibility you are talking ...Show All
Visual Studio Express Editions C# Class Library
I am just starting to explore C# 2005 Express and am quite impressed with all the features and capabilities. However, I'm puzzled that the class library shown under "Help" does not seem to match what is actually available. For example, under Help, the Random class shows a method called "Next", but "Next" is not an Intellisense option, and I get a compile error when I use it. Can someone please enlighten me on why th ...Show All
Visual Studio Team System non-IT examples which are in link to its potential application in an IT environment
Hi, One of the several aspects of the IT project management is the Project Time Management. I would like know a few business examples which are in link to its potential applicaiton in the Project Time management of the IT Project management. I would like to know the business examples which we can compare or relate to the topics in the Project Time Mangement. Thank you. Hi, I didn't fully understand the question. Are you asking how ...Show All
Visual FoxPro Report Variable : sub totals are multiplied by times the report is randered
Hello there, This is my first post on this forum so i will be descriptive. I am using visual foxpro 9.0 sp1 with postgresql 8.1 for the db, i get the base of my report with sql result. The report that i do need sub-totals based on the customer changes. So i have a table of all records which is indexed based on the customer. When it changes i print the subtotals. This table has 5 - 8 child tables (details of customer, details of tariffs, ge ...Show All
Visual C++ Microsoft Visual C++ Runtime Library error question
I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2. Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. I am not certain where to post this questi ...Show All
Visual Studio Tools for Office Mark changes in Excel
I have a database in access. I bring information with DAO to Excel so that user can change / update information and then upload it to Access again. I want to mark in Excel (maybe put a "1" in a cell) all records that suffer changes. any idea thanks bregards What you can do is import the data into a dataset in the cached data. Then databind the cells to the cached data. You can then monitor the changes to the ...Show All
SQL Server Reading more than 1 set of files using Foreach Loop Container
Hi, My requirement is I have to read 2 sets of files from a folder. For example, I have to read all files starting with either 'a' or 'b' only. In 'Foreach Loop', if I say 'a*,b*', it is not working. Instead of comma (,), I tried colon, semi-colon and pipeline characters also. It is not working. So I am using 2 loops now. But I would like to know is there any way to do it using a single loop Thanks. Thiru, I doubt that what Michae ...Show All
SQL Server Maximum length sql statement that can be run in SQL CE
Hello Can anyone tell me what the maximum length sql statement SQL CE can run is Thank you Grainne Please ask in SQL Mobile forum. Thanks. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=152&SiteID=1 ...Show All
Windows Forms TaskVision Installation Problem
Hi, I encountered problem installing taskvisionsource_1.1.0.0.msi. The error message is Incorrect syntax near the keyword "ON". Any help Thanks in advance, Ricky ...Show All
.NET Development How to generate X509 certificate?
Hi, I am using .net 2.0 for tls1.0 http server/client application. Can anybody tell me how to generate X509 certificate. One certificate I make using openssl library but that is giving me the error "RemoteCertificateChainErrors". When I used one readymade certificate the application "Unhandled Exception: System.IO.IOException: Unable to read data from the transpo rt connection: An existing connection was forcibly closed b ...Show All
