Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2008 |
| Replies: 4 Views: 604 I mean Microsoft Word/VBA. I have tests in one document. In this document I have numbered questions. And I have another document. It is a table with 3 columns: № , variant, question. Document is... |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2008 |
| Replies: 4 Views: 604 hi
how can i select the text in Word between 2 bold numbers. At first i must define the bold number and then select the text after him until next bold number. |
Forum: Visual Basic 4 / 5 / 6 Jan 8th, 2008 |
| Replies: 4 Views: 1,267 Tnank, hkdani . It's wonderful. |
Forum: Visual Basic 4 / 5 / 6 Jan 6th, 2008 |
| Replies: 4 Views: 1,267 |
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2008 |
| Replies: 4 Views: 1,267 How forbit modification of size window for user? |
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2008 |
| Replies: 3 Views: 830 Hi. How can I make transparent lable of RudioButton? |
Forum: VB.NET Dec 5th, 2007 |
| Replies: 14 Views: 13,422 Hi. I need TextBox in which user can input only numbers. I found some examples about it, but can't do them. For example in the following code
Private Sub TextBox1_KeyPress(ByVal sender As... |
Forum: VB.NET Dec 2nd, 2007 |
| Replies: 3 Views: 1,870 |
Forum: VB.NET Dec 1st, 2007 |
| Replies: 3 Views: 1,870 hello!
i have this code
Private Sub rb_W_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rb_W.CheckedChanged
Dim opt As Integer, d As Integer
... |
Forum: VB.NET Nov 19th, 2007 |
| Replies: 1 Views: 2,433 Hi all. Explain please what is Carriage Return & line feed . |
Forum: VB.NET Nov 5th, 2007 |
| Replies: 7 Views: 1,331 I'm writting
"Private Sub Prog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Prog.Click
FPRO.Show()
End Sub"
But I can't do it because :"For the reference... |
Forum: VB.NET Nov 4th, 2007 |
| Replies: 7 Views: 1,331 Hi all, I have a simple question. But tell me please.
How can I open another form which is being the same project by pressing the button? |
Forum: Pascal and Delphi Oct 26th, 2007 |
| Replies: 2 Views: 801 Oh, I have understood.
case mes[i] of
'а'..'п','А'..'П': mes[i] := Chr( Ord( mes[i] ) - 64 );
'р'..'я','Р'..'Я': mes[i] := Chr( Ord( mes[i] ) - 16 );
end;
Duoas, thank... |
Forum: Pascal and Delphi Oct 25th, 2007 |
| Replies: 2 Views: 801 I don't understand cause of error
program Project2;
{$APPTYPE CONSOLE}
uses
SysUtils;
function Rus(mes: string):string;
var
i: integer; // number of processed character
begin |
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2007 |
| Replies: 3 Views: 864 Now I am assured.Thank you. |
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2007 |
| Replies: 3 Views: 864 Hello.Help me to understand.
Using Immediate Window of IDE Microsoft Visual Basic,calculate values of following
expressions on the base bit-by-bit operator Or.
In Immediate Window I'm writting... |