all groups > dotnet general > october 2005 > threads for saturday october 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Print Preview=GOOD, Printout=BAD
Posted by Devin Dow at 10/15/2005 3:17:24 PM
Print Preview looks perfect, but the Printout is cut off (extends off
the page).
Has anyone else experienced this? A3 paper size seems to exacerbate the
problem.
I can't believe it because the same code is executed with the same exact
values when Printing and doing Print Preview.
I'v... more >>
Regular expression to find word at the beginning of each line and read entire line.
Posted by malauddin NO[at]SPAM gmail.com at 10/15/2005 12:01:36 PM
Hi all,
I am looking for a regular expression to find a word at the beginning
of a line and then read the entire line. From the example below, I want
to find the word "FN" and then read entire line "FN:Robert Henry".
------------------
BEGIN:VCARD
FN:Robert Henry
EMAIL;WORK;PREF:mycompany... more >>
Urgent Plz
Posted by Yoshitha at 10/15/2005 9:50:41 AM
HI
i've asp.net aplication and it is working fine in all systems but when i
uploaded it into clients server and trying to run the aplication then i'm
getting the following error
Server Error in '/' Application.
--------------------------------------------------------------------------... more >>
Lost License but got it installed.
Posted by Amalfy Vargas at 10/15/2005 7:06:01 AM
Just looking through my CD's noticed that my license key it's gone. The
software is at the moment installed completly in my machine. Is there any way
to retrieve that key? I tryed using the 90 day help but it's up and now I
feel stuck.
Help please...... more >>
How to read a text file with wchar?
Posted by Kueishiong Tu at 10/15/2005 1:38:01 AM
I have a text file with wide characters. I use the following C++ code to read
them in. However the wide characters are read in properly. What is wrong?
String* path = "C:\\Documents and Settings\\kst\\BE.dat";
try
{
FileStream* fs = new FileStream(path, FileMode:... more >>
beyond dynamic code exection
Posted by George Meng at 10/15/2005 12:00:00 AM
I got a tough question:
The backgroud for this question is:
I want to design an application works like a engine.
After release, we can still customize a form by adding a button, and source
code for the button. (This is done by the form itself, not by using VS.Net)
(button and source code shou... more >>
How to get Windows logon name
Posted by Hughs Man at 10/15/2005 12:00:00 AM
I am writing an application using vb.net
And now I want to retrieve the windows login user name
How I can do so ?
... more >>
axWebBrowser and HTMLInputElement
Posted by nsrajesh via DotNetMonster.com at 10/15/2005 12:00:00 AM
Hi
I need an immediate help from you guys. I am doing a project, that automate
the web browser control. It has to fill some text fields and click a submit
button.
I use the below code tho fill it and click.
********************************
HTMLDocument myDoc = new TMLDocumentClass();
myDo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data Repeater
Posted by VIswanathan S at 10/15/2005 12:00:00 AM
Hi All!
How to use Data Repeater in VB.NET?
Data Fields are
Employee Number
Name
Photo
Date of Joining
Salary
I want to use all the fields in Data Repeater?
TIA
Viswanathan S
... more >>
Install & Run
Posted by Doug Bell at 10/15/2005 12:00:00 AM
Hi,
With a VS Deployment Project, is there any way to set it up so that after
the User installs the project, it will either run or ask the User if they
want to run it and then run (if response is yes)?
Thanks
Doug
... more >>
|