Click here to Skip to main content
15,909,325 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Generate a word file from browser. Pin
Sarvesvara (BVKS) Dasa9-May-03 20:59
Sarvesvara (BVKS) Dasa9-May-03 20:59 
GeneralRe: Generate a word file from browser. Pin
George25-May-03 19:13
George25-May-03 19:13 
GeneralRe: Generate a word file from browser. Pin
Sarvesvara (BVKS) Dasa5-May-03 21:22
Sarvesvara (BVKS) Dasa5-May-03 21:22 
GeneralRe: Generate a word file from browser. Pin
George25-May-03 23:54
George25-May-03 23:54 
GeneralRe: Generate a word file from browser. Pin
Sarvesvara (BVKS) Dasa6-May-03 18:05
Sarvesvara (BVKS) Dasa6-May-03 18:05 
GeneralRe: Generate a word file from browser. Pin
George27-May-03 19:42
George27-May-03 19:42 
GeneralCrazy text spacing Pin
eggie529-Apr-03 13:58
eggie529-Apr-03 13:58 
GeneralRe: Crazy text spacing Pin
jhaga30-Apr-03 2:38
professionaljhaga30-Apr-03 2:38 
Well I had a similar problem but that was inside
an richtext box. The solution was to change linespacing before
and after the paragraf to 0 and using the proper mask.
This is not asp.net but maybe it helps you.

PARAFORMAT2 pf;
pf.cbSize = sizeof PARAFORMAT2;
pf.dwMask=PFM_LINESPACING | PFM_SPACEBEFORE | PFM_SPACEAFTER;
pf.dySpaceAfter=0;
pf.dySpaceBefore=0;
pf.bLineSpacingRule=5;
pf.dyLineSpacing=20;


GeneralUsing .NET From ASP Pin
Paul Watson29-Apr-03 2:31
sitebuilderPaul Watson29-Apr-03 2:31 
GeneralRe: Using .NET From ASP Pin
Nick Parker1-May-03 4:17
protectorNick Parker1-May-03 4:17 
GeneralSetting fields in another window Pin
alex.barylski28-Apr-03 14:07
alex.barylski28-Apr-03 14:07 
GeneralRe: Setting fields in another window Pin
Paul Watson29-Apr-03 2:33
sitebuilderPaul Watson29-Apr-03 2:33 
General.dss plugin Pin
Sarvesvara (BVKS) Dasa27-Apr-03 1:30
Sarvesvara (BVKS) Dasa27-Apr-03 1:30 
Generalsimple dynamic recursive tree Pin
jakobd26-Apr-03 20:10
jakobd26-Apr-03 20:10 
GeneralRe: simple dynamic recursive tree Pin
Philip Patrick30-Apr-03 8:47
professionalPhilip Patrick30-Apr-03 8:47 
Generalcreate word file in ASP - problem Pin
Sarvesvara (BVKS) Dasa26-Apr-03 2:01
Sarvesvara (BVKS) Dasa26-Apr-03 2:01 
GeneralRe: create word file in ASP - problem Pin
wrda30-Apr-03 4:20
wrda30-Apr-03 4:20 
GeneralRe: create word file in ASP - problem Pin
Sarvesvara (BVKS) Dasa30-Apr-03 19:32
Sarvesvara (BVKS) Dasa30-Apr-03 19:32 
GeneralAutomatic postbacks Pin
jbh25-Apr-03 6:27
jbh25-Apr-03 6:27 
GeneralRe: Automatic postbacks Pin
basementman28-Apr-03 5:24
basementman28-Apr-03 5:24 
GeneralRe: Automatic postbacks Pin
DFU231-May-03 4:11
DFU231-May-03 4:11 
GeneralSearch the subdirectory via the demo code, urgent! Pin
SzeWeiTan25-Apr-03 3:15
SzeWeiTan25-Apr-03 3:15 
Generalconvert data to a .doc file Pin
Sarvesvara (BVKS) Dasa24-Apr-03 19:46
Sarvesvara (BVKS) Dasa24-Apr-03 19:46 
GeneralRe: convert data to a .doc file Pin
funkmedia25-Apr-03 3:19
funkmedia25-Apr-03 3:19 
GeneralRe: convert data to a .doc file Pin
Sarvesvara (BVKS) Dasa25-Apr-03 19:38
Sarvesvara (BVKS) Dasa25-Apr-03 19:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.