ASP.NET : How to download for printing ?
Thu, 16 Oct 2008 15:51:16 +0200
Hello !
I am writing a VB2008 web application that generates a pdf file. This file
has to be downloaded by the user to print it on his printers. Of course he
can download it, open it, print it, close it and delete it.
Is there a way for the application to do that automatically, the user having
only to ch ...
|
Array of textbox
Thu, 16 Oct 2008 15:34:00 +0200
How to do this with Vb.net 2008???
myNumber=1+ Int(Rnd()*90)
text(myNumber).backcolor=vbRed
Tanks
Angel
...
|
Synchronize Listview scrollbars
Thu, 16 Oct 2008 06:26:01 -0700
Hello,
i have two listviews next to each other on a form. I would like to
synchronize both vertical scrollbars of the two listviews with one scrollbar
(for example VScrollBar). How can I do that?
Thank you very much.
...
|
System.NullReference exception
Thu, 16 Oct 2008 18:53:21 +0800
Hi All
I have a windows forms Application (SAM) in vb.net 2008 using .net framework
V2
One and only one customer out of 30 customers is getting errors daily where
they have to close and restart my application, sometimes several times a day
The customer has XP Home SP2
The event viewer shows the follo ...
|
for each loop example
Wed, 15 Oct 2008 22:33:35 -0400
does anybody have a simple example of a for each loop using an
HtmlElementCollection?
...
|
Queue-Monitoring Agent
Wed, 15 Oct 2008 19:23:25 -0500
I am trying to develop a queue-monitoring agent. The queue will be either
MSMQ or Amazon's SQS. The message will contain instructions on how a worker
should process (could be lengthy) a file (could be large). The agent's
timing mechanism is disabled until all messages are processed. Currently,
this work ...
|
COM port information
Wed, 15 Oct 2008 18:35:58 -0400
I have a simple routine that can retreive a list of com ports on my machine.
I would also like to get additional information about the ports..such as the
Device Description (which is found in the system's device manager). For
example: COM1 = Communications Port or COM 6 = USB Serial Port
Thanks.
Fo ...
|
|
|
Be Optimal! - DNA's Vehicle Routing Initiative 2008
Wed, 15 Oct 2008 15:33:48 -0700 (PDT)
Until December, 31st, 2008 companies may obtain a free Developer
License of the JOpt.SDK Vehicle Routing Library
The Vehicle Routing Initiative aims on software vendors that plan to
incorporate advanced route planning and optimization features into
their existing software product. Be it in Logistics, Field Ser ...
|
Why does the form change the size at run time?
Wed, 15 Oct 2008 14:36:19 -0700 (PDT)
Hi All,
I have a VB.Net Windows Application working with .NET 2005 on VISTA
computer. The size of the splash window changes to smaller size at run
time, but it doesn't has this problem on XP with the same program and
same development environment. What cause this problem?
Thanks for the help! ...
|
limiting number of characters - pad
Wed, 15 Oct 2008 12:56:56 -0700 (PDT)
Thanks in advance... I have a string that I'm building that needs to
write to a file the last name, first name and middle initial in this
format with a maximum of 20 characters. Two examples:
Brenda J Lanier
Lanier,Brenda J
' note that this name is only 15 characters, with the space and
comma, after form ...
|