BigStar1's Posts
Nairaland Forum › BigStar1's Profile › BigStar1's Posts
1 2 3 4 5 6 7 8 9 10 (of 14 pages)
Nawao, They said Aregbesola could not defend his case. Anyway, I don't have option, am a bloddy civil servant. I will always support the govt. No matter who rules. |
Do anyone have a full gist an organization called Computer Professionals of Nigeria. Please, i need to know something about it |
digitalman:Chairman, pele pele. Working together as a team takes us to where we want to be. That's why we need different ppl with different idea. I belive we can do it. While a nigerian panel beater can come up with a unique car modifying a beattle(We all read the story on nairaland). Who said we can't do it? |
Incase you've not gotten a solution call 08060678106 |
I did something of that nature recently. But I didn't store the picture itself into mysql database directly All I did was just that I saved the pictures into a paticular directory on my server and the path to the files were stored in the database. |
call 08060678106 for consultation |
Screen, HDD, CdRom, RAM etc are available for sale. call 08060678106 |
Don't be surprised for seen this kind of question on this board. What made me ask the question is the attitude some some of my neighbors that spend 15 to 20 minutes in bathroom. Please let me know your opinion so that may be i would decide to be going in with my phone so that i would have something to play with. lol |
Well, All I need is the feasibilty study of the project. Then I guess u've not answered a question "Is it a request from the hospital management?" you can call me on 08060678106 |
Model: Hp Compaq Presario F700, Processor: AMD Athlo(tm) 64 X2 Dual-Core Processor Tk-55 1.80GHz, Memory (RAM): 1.00GB System Type: 32-bit Operating System HDD: 120GB Wireless, DVD Writer, Recovery Disk 70K the price is negotiable call 08060678106 |
Please call me on 08060678106 if you get one. Thanks |
Model: Hp Compaq Presario F700, Processor: AMD Athlo(tm) 64 X2 Dual-Core Processor Tk-55 1.80GHz, Memory (RAM): 1.00GB System Type: 32-bit Operating System HDD: 120GB Wireless, DVD Writer, Recovery Disk 70K call 08060678106 |
I'm still thinking about when i would be chance to continue this tutorial i really get alot to share here. please bear with me. |
so, what do we do? |
Please I don't want to judge myself. would help me review this site and let me know your comments www.servnetconsult.com |
Back to the tutorial Now we want to examine some form's properties and the explanation of the settings starting with Name and Caption property The name of the form is the name that appear in the project explorer window; the caption is the piece of text that appears in the title bar (from the front-end window, usually the appropriate title). Either can be changed by clicking on the existing settings and typing over it. The name property is shown in the in brackets so that it appears at the top of the alphabetic property list. It setting should be changed to something that tell you what that form does. By convention, the first three characters should be 'frm'. For example 'frmMainMenu' for the main menu window. The name will be used in creation of filename. |
Go for MCSE Microsoft Certified System Engineer. google more info on it |
naijaweb:Well, I don't really know what other steps u've taken before about the thingy. I just know that a website has been developed for it from which i hope to get update info about the conference. But i would want to ask questions like is there some set of people (commitee) that have been nominated, that are deciding on the conference. Please pardon me for requesting for that info at this point. I guess it might have been discussed in the previous posts. But reading through all the posts is scaring me. You can imagine someone requesting for the summary of it simply because of same reason. in a nutshell I would suggest we focus on that website so that it would server as the major means of update info. Cheers! |
Nope, you started with a right choice. Your next lesson would be PHP i guess u have the ideal of html already. Then all you need to do is to get a web design tool to reduce the stress of coding. You can call me on 08060678106 for more gist. Cheers! |
Form Properties The appearance and behavior of a window are determined by the corresponding form's properties. These specify detail as size and position of the window, whether it can be minimized and closed, and so on. For each property there is a single setting. When you click on Form1 Project explorer window the properties are listed in the Properties window, in the left hand-column. The corresponding settings are shown on the right. Any property can be changed by clicking on the appropriate line. In some cases there are fixed number of options and you must chose from a drop-down list, for others , a value for the setting can be typed directly. Take note Although the properties are set as you develop, you can also write code to change them while the application is running. (later)
|
I think we need to here from them first. I would suggest a panel first. They should know that Nairaland has grown pass the ' I own it level '. |
Dual Core:lol, Hope that's not me. Oobi, I've corrected my errors. |
Form1[color=#000099][/color] VB supplies a default form to start the project: Form1. You can use this as your application's front-end window. The form can be customised as follows: 1. Increase or Decrease the size of the window by dragging one of the form's corners or it's borders. 2. Move the form to a suitable position by dragging the form1 box inside the form layout window; this will be the window's initial position when the program is run. Other changes to the window and the the ways in which it behaves are made by altering the form's properties. |
So, what's new on the website? can quadrillion tell us how he's progressing? |
I wonder ooo. I thought it's only me not untill when many other nairalanders made the same complain. @IG I got the msg through your profile >> last posts |
You can pay through paypal. Though paypal does not accept nigerian but i got a gist on that you can call 08060678106 for assistance |
Better still you can create a VB application for that database file and then you make it executable which you can install anywhere whether Ms-Access is installed or not. The application will always serve as interface for that database while it runs silently on the system. |
Form Files The details of each form are stored in a separate form file, with an FRM extension this holds information such as the initial size of the form, its position and so on. there will usually be some VB forms , determining how the application will respond when user takes action on a window's control. For instance when the user closes the window, the code attached to the form should take neccessary action on data has been entered and then remove the window. The code for a particular form is stored in the form file. The forms in an application are listed in the project explorer window; in each case the name of the form file is given alongside the form name , in brackets Take Note forma are also used for most dialog box ( e.g those to select a file or enter a password) though some simple msg boxes can be created as and when require within the code. Tips because a form is totally self contained (the form file contain both a description of the form and all the code attached to it). The same form can be reused in other application. this means that all your applications can have the same 'look and feel' as well as reducing the amount you spend creating applications.
|
I also support. I guess we can create a poll to know peoples interest. To me, i guess the aim of the organisers of the conference is to carry many people along and not for them alone, As such I guess audience's interest should be given a reasonable considerations. |
I got ur call. U're expected to post your email address that i will forward it to. |
The First Form Any window application is made up of one or more distinct windows. A window can be used to display information, allow user to enter data or to provide options for the user to select. At development, the windows that make up a finished VB application are called forms.. The forms you create become the windows through which the users access your application. It is up to you, when designing a form, to describe how the window will behave: whether it is on- screen initially; whether the user can minimize or resize it; and so on. However, you should remember that once a window has been displayed it is the user who decide how things happen and when the window will be closed down. The more objects( buttons, scroll bar, textbox etc) you put on a form, the less control you have over user's action. A form starts off as an empty window, which may have a title bar and control button( Control menu box, Minimise button, maximise button and close down button). Within it you may add other objects: buttons, lists, check boxes etc. |
Call 08060678106 for assistance |
