Post your Vb.net Questions Here

Welcome. Please Login, Register, Or Activate! 
type your username and password to login
Date: November 23, 2009, 09:14 PM
431514 members and 298521 Topics
Latest Member: nice 1
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Post your Vb.net Questions Here
Pages: (1) (2) Go Down Send this topic Notify of replies
Author Topic: Post your Vb.net Questions Here  (Read 722 views)
luckyCO
Re: Post your Vb.net Questions Here
« #32 on: May 11, 2009, 02:46 PM »

I will write the code and send it to you.
We might need to hv a windows service to make it more professional otheriwse we make it as application which you can goto to starpup and delete.
fatezy (m)
Re: Post your Vb.net Questions Here
« #33 on: May 12, 2009, 04:40 PM »

@lucky,  thanks in anticipation,  i think I would like both,  but the professional 1 more,  thanks in antic Huh Huh ???ipation
fatezy (m)
Re: Post your Vb.net Questions Here
« #34 on: May 12, 2009, 04:49 PM »

@lucky,  thanks in anticipation,  i think I would like both,  but the professional 1 more,  thanks in anticipation
luckyCO
Re: Post your Vb.net Questions Here
« #35 on: May 14, 2009, 07:14 PM »

Quote from: fatezy on May 09, 2009, 06:26 PM
@lucky, Its been long hope u aight! I need a lil help and hope u can b of assistance,
I would like a form to load immediately at system startup, Its to provide a custom login, The problems I have are -
1. Code to make the form load immediate u put on d system
2. To prevent closure of d form using alt + f4.
Thanks 4 your help.

To disable Alt+F4 from closing your form.

Public Class Form1
    Dim closedForm As Boolean = False

    Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
        e.Cancel = closedForm
    End Sub
    Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
        If e.KeyCode = Keys.Alt Or e.KeyCode = Keys.F4 Then
            closedForm = True
        Else
            closedForm = False
        End If
    End Sub

    Private Sub Form1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseMove
        closedForm = False
    End Sub
End Class

You can make so by allowing your program to run as service or application.
To make your program run like application;
To Make a program start as soon as the system starts, copy it to the startup on your program menu manually.
I will late wrote and send to you hw to make service based programs.

Take care and bye for now.
fatezy (m)
Re: Post your Vb.net Questions Here
« #36 on: May 15, 2009, 09:18 AM »

thanks a lot,
i'll be waiting for the other post.
fatezy (m)
Re: Post your Vb.net Questions Here
« #37 on: May 30, 2009, 11:03 PM »

Hello mr lucky,  Hope u'v not forgotten me,  Still need the code to run an application @ system startup,  Hopin for soonest reply
luckyCO
Re: Post your Vb.net Questions Here
« #38 on: May 31, 2009, 12:40 PM »

I almost have forgotten.
A little busy, will write it and finally send it to you.
fatezy (m)
Re: Post your Vb.net Questions Here
« #39 on: May 31, 2009, 01:31 PM »

Thanks in anticipation
 Programmer Wanted For Mobile Solution  A Compiler that enables Nigerians to Code In our local languages  How to Upgrade to MySQL 5.0  Page 2
Pages: (1) (2) Go Up Send Topic to Friend by E-mail Reply 


Sections: Autos/Cars (2) Jobs/Vacancies (2) (3) Career Talk Education General(2) Politics Romance Computers Phones Travel
Sports Fashion Health Religion Celebrities TV/Movies (2) Music/Radio (2) Books Webmasters Programming

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa. See also: Nairalist Classified Ads
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.