Jump to content

ShinIori319

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Mexico

About ShinIori319

Contact Methods

  • Website URL
    http://

ShinIori319's Achievements

0

Reputation

  1. Hello! I want to make an application for my network computers. I want to make they ping my server and return a balloon notifying pinging success/failure. This is almost done, but here comes the issue; When the application starts, I have a "pinging..."window. I want to hide this one when pinging attempt finishes, and I want to maintain notification icons on my systray. But the window does not hide with the Me.Hide command, or if I enter the Me.Close command, notification icons also disappear. Can somebody tell me what's wrong? Here's my code: Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load NotifyIcon1.ShowBalloonTip(10000) If My.Computer.Network.Ping("192.168.0.1", 5000) Then NotifyIcon1.Visible = False ntfSuccess.Visible = True ntfSuccess.ShowBalloonTip(10000) Me.Hide() Else NotifyIcon1.Visible = False ntfFailure.Visible = True ntfFailure.ShowBalloonTip(10000) Me.Hide() End If End Sub Thanks in advance!
  2. Hello! Yesterday, for some reasons, I had to reinstall Windows XP (Pro SP2). The first part of setup completes with no problems, until I try to get to second part. The first time, the setup program started with no problems, but before it showed the wizard, electricity went off. Now, when I start Windows, first a blue screen with the message "Windows is restarting setup program" or something... appears. After that, I get nothing but a black screen with a mouse pointer. The system hung up. I think one of my 'solutions' is to make a clean install, but that implicates the loss of ALL data. Can somebody help me? I only count with a Windows XP LiveCD and an installation image on my HDD. Thanks in advance.
  3. Thank you all! That's the logo I was lookin' for!
  4. Hello everybody! First of all, I'll present myself: My Name is Alejandro, better known as ShinIori319, from Mexico City. I'm an advanced Windows user, and I work with Windows XP Pro as my main OS (Windows XP Home and Media Center, Server 2003 and Windows 98 SE as virtual machines). I've been searching for Windows 98 SE Boot Logo since a while ago. I've found some Windows XP-like logos, but none of these convinces me... If somebody has this one, I'll thank you if you mail the pack to me to:iori319@hotmail.com shiniori319@gmail.com Thank you in advance!
×
×
  • Create New...