What I mean is, I want to control how much space there is between one line and the one under it.
exampe one
|
|
example two
The space between example one and example two.
The control is a button.
I have a collection of cotrols:
System::Windows::Forms::Control * tmpControl = ctrlCollection->get_Item(i);
I was wondering if its possible to access the tmpControl->FontHeight. I know that FontHeight is a protected property but I need a way to access the font height of this temporary...
Thank you very much for your help. The program works fine. If I wanted to have a thankyou page come up after the user preses the submit button, where would I put the code and would it be like this:
<a href="thankyou.htm" target="_self"></a>
Thanks again!
Thank you for your help! But nothing is being writen to the files stil. I am new to php so I'm not sure if the syntax is correct or the variables are defiend correctly. If the global variable option was not set up how would I use the variables?
Thank you
Hello,
I am trying to have a user enter some data in a form and then save that data to a text file localy on the server. But the code I have does not work. It says that the variables for the text fields I have defined do not exist. I turned the global variables on and it still says the same...
Hello,
I'm trying to have a user input their name on a webpage and then have the webpage store that name in a text file on the server. I have a form on a webpage where a user types their name in and then after pressing submit the name gets saved in a text file. But for some reason this does...
Ok, now it works. I have this new merged document print directly to the printer so when the user presses print a dialogue print box comes up asking what printer to choose and all that stuff. When pressing print the document prints fine but when pressing cancel it give me an error because of...
This is my code for doing the merge:
Imports System.Windows
Imports Word
Module MSWORD
Public Function wordWrite()
'ChDir(Forms.Application.StartupPath())
Dim InternalWordApp As New Word.ApplicationClass
Dim InternalWordDoc As New Word.Document
Dim...
After I try to merge the document I get the window that says "Choose the endcoding to use for loading this file": and it lists a bunch of encoding ways such as Unicode. I tried this through VB which worked before untill I got this window to pop up and I also tried this doing manually through...
Everything works but I do have one question. After I merge the two documents the first inserted data field that goes into the word document from the txt gets returned to the next line. Why is that? Thank you
Example:
Gauge Num:
123
Work Num: 567
Date:7668
Name: bob
Hi,
I wrote a program that simulates threading. I have 4 "threads" and all they do is write 1's and 0's into an array. I wrote a scheduler that creates a round robin run of the threads. Thread T1 writes 1's into the Buffer and if incouters a 0 then it blocks 'B' and if the goal of writing a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.