Viewing 15 posts - 136 through 150 (of 168 total)
Hey, all of me hopes it works. True i did have fun with it but my code is far from perfect.
March 6, 2006 at 10:30 am
I will be a little annoyed with myself if the RichText box idea proves to work in a webpage environment. That was a lot of work if something better already exists...
March 4, 2006 at 5:26 pm
Hi Ian, thanks for your comments they really add value to this thread. You have some idea's in there which I didn't think of.
As far as setting up the printers...
March 3, 2006 at 10:19 am
Hi Min and jkli,
I always like helping others out. I have received enough support throughout my life that I like handing out some assistance myself every once in a...
March 1, 2006 at 7:05 pm
Hi alzdba,
I have never tried taking a screen shot in .net. Here is a link on how to do it but I does appear that you will need to...
March 1, 2006 at 12:19 pm
' Create object, passing in text
Dim MyPrintObject As...
March 1, 2006 at 12:08 pm
I think it could be made a much better product if they would eliminate/autofill many of the choices for us. If they had a link on the sql site that...
February 21, 2006 at 11:03 am
I have a question on performance. Does anyone know whether making the SQL server do the encryption work is faster than having .NET do it? This is of course assuming...
February 17, 2006 at 11:09 am
This is great, I have been trying to figure out why
select * from OPENDATASOURCE('Microsoft.Jet.OLEDB.4.0',
'Data Source=\\remotecomputer\c$\folder;Extended Properties="Text;HDR=No;FMT=Delimited"')...testfile#txt
or
select * from OpenRowset('MSDASQL', 'Driver={Microsoft Text Driver (*.txt; *.csv)};
DefaultDir=\\remotecomputer\c$\folder;','select * from
testfile.txt')
or
BULK INSERT Northwind.dbo.mytest FROM...
February 10, 2006 at 1:59 pm
oh, ok. Thanks for clearing me up.
February 7, 2006 at 12:52 pm
I think the biggest and most misleading problem with this question is the fact that it say's characters when it is referring to bytes.
The answer is 2^31-1 bytes not 2^31-1 characters.
February 7, 2006 at 12:04 pm
Another update, I have perfected the variable character spacing problem when the font size and type changed. Add the following line somewhere above The 'Static i As Integer' line:
February 1, 2006 at 3:16 pm
Ok, I have found the problem. Apparently Microsoft has a bug in their e.Graphics.MeasureString function. To remidy this re-organize the primary if block like this:
If...
February 1, 2006 at 2:27 pm
I have noticed a major flaw in this code. It prints great when using the Tahoma font, but anything else seems to really mess it up.
February 1, 2006 at 11:43 am
Very nice, now see if you can move them to a cabinate that looks like it will soon be in someone elses way
January 23, 2006 at 10:36 am
Viewing 15 posts - 136 through 150 (of 168 total)