Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > Splash Screen Needed


Reply
 
Thread Tools Display Modes
  #1  
Old 02-28-2001, 01:11 PM
foongkim
Guest
 
Posts: n/a
Default Splash Screen Needed


Hello guys, I need some special and extraordinary splash screen for my project. I am mad looking through the whole internet just for that one small and nice splash screen.

Please do help me.....please donate me a splash screen..please.......
Any splash is ok for me as long as u share it with me. I
My one is [censored] right?

Thanks.


Reply With Quote
  #2  
Old 02-28-2001, 03:17 PM
pponchot
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

I sent you a splashform made from a modified project that I made. Hope you like it. I sent it to your hotmail address. Phillip

Reply With Quote
  #3  
Old 03-01-2001, 05:14 AM
k3ith
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

Hi, would be kinhd enough to e-mail a copy of the splash screen also. Much appreciated. e-mail = k31thcl@hotmail.com

Reply With Quote
  #4  
Old 03-01-2001, 07:56 AM
pponchot
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

Did you get it? It may have bounced! If you did not get it, I'll send it again tonight. I did not write the code for the fireworks which was posted on the web. Just the implementation to make it a splash screen. Phillip

Reply With Quote
  #5  
Old 03-01-2001, 07:58 AM
pponchot
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

I'll send it to you tonight as it bounced as I tried to send it today. I did not write the firework code just the implementation to make it a splash screen. Phillip

Reply With Quote
  #6  
Old 03-02-2001, 10:08 PM
foongkim
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

Sorry for replying so late!!

Yeah. I got it. But it's not suiatable for my thesis. I need something more formal and it's look formal.
May i??


Reply With Quote
  #7  
Old 03-05-2001, 11:37 AM
pponchot
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

Sure, I'll take a look. Could you send me a copy of the form project itself as an attachment to pponchot@lynx.unf.edu. Otherwise I have to completely reconstruct the form to review it for you.




Reply With Quote
  #8  
Old 03-05-2001, 12:23 PM
efrain_v
Guest
 
Posts: n/a
Smile Re: Splash Screen Needed

Hope this helps.
Just suit it to your needs.

<><
Reply With Quote
  #9  
Old 03-06-2001, 07:13 AM
kingesk
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

efrain,

I was checking out your splash screen. I liked it and was wondering where are the images. I thought images were always linked from the properties window ("Picture"). I see it says Bitmap but I don't see where the actual image is residing. Just curious,

Eric

Reply With Quote
  #10  
Old 03-06-2001, 07:29 AM
pponchot
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

I sent you a splash screen I made up to your hotmail address. I also put some code in there for you for the following:


How to tile an image on a form (to make it look professional.
How to center a form
How to use the unload module to display another form and control another form.
How to move a form to a different location
How to use the paint module
how to "paint" a form with color.

Hope this helps. I would like to see the finished product just for curiosity. I might want to go for a MS someday (smile)!

Hang in there,


Phillip

Reply With Quote
  #11  
Old 03-06-2001, 09:19 AM
efrain_v
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

As far as I know, images, once put inside the Picture or Image container, are saved with the form, and you don't really have to have the image in the project directory, or include them in the Setup Package, unless, of course, you're using web pages.

<><
Reply With Quote
  #12  
Old 03-06-2001, 09:46 AM
foongkim
Guest
 
Posts: n/a
Default Re: Splash Screen Needed

Philips, there is something happend to that splash screen. But anyway, thanks for your help!!

e-frainV, I will look for your splash screen sedn to me.

Guys, i thesis is pass-up on 9.3.01, please do help me to solve this another problem regarding the chart......I attached it along with this..please......

Requirement:
1. I want to set a chart analyze the Monthly income for a tuition management system. In that chart, it should cover, student fees (income), staff payroll (expanses), purchase (expanses) and Net Income. I also need to change the colour of the chart (show me how). Please provide me the database changed already...For the attachement, the original one is regarding the 1000, 2000, 3000 in the datacombo. I need to change it to displaying the "Month".
Thanks



Reply With Quote
  #13  
Old 03-25-2004, 05:23 AM
RichardBerry RichardBerry is offline
Newcomer
 
Join Date: Mar 2004
Posts: 1
Default

Hi Philip
I'm trying to use a splash screen while my main form is loading a couple of recordsets over a network from a SQL server which takes a while. I tried the following:

Sub Main()
frmSplashScreen.Show
End Sub

Sub UserFrom_Activate ()
Load frmMain
Unload frmSplashScreen
frmMain.Show
Endsub

Can you help?

Thanks Richard
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->