Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ibrahim

Pages: 1 2 [3]
31
Support Questions / Re: Main Form Properties
« on: December 02, 2014, 04:09:24 AM »
Hi there,

this code below how i could add application title with excalmation or question marks on the message box plz
when the user clicks the close button and gets the message box i need to display question mark on the mgsbox and the application name

and this is the code am using without question mark or exclamation marks

  " Private Sub MainForm_FormClosing(sender As System.Object, e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
        If MsgBox("Are you sure?", MsgBoxStyle.YesNo) = MsgBoxResult.No Then
            e.Cancel = True
        End If
    End Sub"



Thanks

32
Support Questions / Re: Main Form Properties
« on: December 01, 2014, 03:11:16 AM »
Hi there,

is there some1 can help me  if i can run more forms in one project by using more plcs.
if so how i can do please.

thanks for advance.

33
Support Questions / Re: Main Form Properties
« on: November 28, 2014, 08:05:27 AM »
Thanks alot

34
Support Questions / Re: Main Form Properties
« on: November 28, 2014, 07:27:26 AM »
Hi,

thanks alot,

if you can help me one more things it makes me happy,

there is programming right now which is running the company,
is there a way i can disable the close button, and i need only to disable the close button,
but the maximize and the minimize to be active.

thanks for your helping

35
Support Questions / Main Form Properties
« on: November 28, 2014, 06:41:09 AM »
Hi there,

am new to this field, so i wanted to run the form without close button.
so how i could do to disable the close button on the form.
and instead of using the close button i need to use button and display message
yes/no and if yes to close the form.

thanks

Pages: 1 2 [3]