Dynast's Posts
Nairaland Forum › Dynast's Profile › Dynast's Posts
hAS ANYONE GOT ANY INFO ABOUT THE APTITIDE TEST ORGANISED BY CENTRAL BANK ON 8TH AUGUST FOR SOME CATEGORIS OF COMPUTER PROFESSIONALS HALLA BACK PLS |
I nave a database of applicants, I want my software to filter and bring out qualified individuals based on the scores of at least 3 criteria I have specified. After the filtering, I would want to click on a control say command button to randomise those records that meet the criteria and then bring out one person only. If I click againg it should be able to pick another person on the qualified list at randon. It should pick only one person at a time and any body picked once should leave the list so that he will not be picked again or may still remain there but will not be picked more than once |
Need help on codes to effect the followings: --------VB6.0 Codes that will be able to filter records from a database based on more than 5 criteria --------Codes that will be able to randomise the filtered record that meet the reqiured criteria and bring out a single record as if a toss for possible outcome. ---------Several reshuffling can be made and a single record which will never be repeated at any other tosses will emerge hoping to getting quick assistance |
this happend to my friend as well |
This is certainly a very good meal Ugu vegetable has been scientificaly proven to be very rich in iron; its really good Enjoy evry soup with ugu and you will have ur erythrocytes and co rejuvinated and reinforced |
This is sign that Nigeria is moving for better as educated fellows are not heading the realm of affairs instead of zombies |
make up is 4 deficient ladies pls Beautiful gals dont use make ups |
Ur comportment wil determine how you will be treated to some extent |
Excessively Sweet things kills or is very harmful Imagine taking two litres of honey or milk at once ; where you will see urself u may likely purgetill death. But taking two bottles of stout or beer will not cause you great harm if u dont have light brain. A litre of milk blended with a litre of tea wil be a good receipe to your body. Therefore dont expect marriage to be sweet all over else it will lose its flavour.God was aware that Hagar's son Ismael and his descendants will be a torn in the flesh of the whole world and he allowed it.Just imagine the suicide bombers Oswald bin Ladeen and co all descendants of Ismael troubling the entire world .Hence the non violent and the violent coexist to make life what it is today |
Still need help on the above program to animate splash screen |
HND guys are better in handiwork but for analytical and innivative tasks BSC be EBe ANO |
@ Seun You sound good and ready to go places |
cos we men are ever virgin If you doubt me disprove with evidence |
Below is a dumb letter written by one Idiot and sent to and emailId which is nver mine but it gets to me I simply splashed shit on this mugu's face To:donchitek@yahoo.com PILIPPIANS - 4 v13 - "I can do all things through Christ who strengthens me" From Mrs Rose Williams I am the above named person from Kuwait. I am married to Mr. Lobi Williams who worked with Ivory Coast embassy in Kuwait for nine years before we left to Abidjan where he was re-appointed as a navy officer before his untimely death in the year 2005. We were married for eleven years without a child. He died in his home country Ivory Coast after a brief illness that lasted for only four days Before his death we were both born again Christian. Since his death I decided not to remarry or get a child outside my matrimonial home which the Bible is against. When my late husband was alive he deposited the sum of $9.5Musd (nine Million Five Hundred Thousand U.S. Dollars) in cash concealed in a trunk box and deposits it with a security company here in Abidjan which he declare and register it as family valuables. Recently, my Doctor told me that i have serious sickness which is cancer problem. The one that disturbs me most is the high blood preasure sickness. Having known my condition I decided to donate this fund to a church or individual that will utilize this money the way I am going to instruct herein. I want a church or individual that will use this fund for orphanages, widows,propagating the word of God and to endeavor that the house of God is maintained. The Bible made us to understand that ¡°Blessed is the hand that giveth¡± I took this decision because I don¡¯t have any child that will inherit this money and my husband relatives are not Christians and I don¡¯t want my husband¡¯s efforts to be used by unbelievers. I don¡¯t want a situation where this money will be used in an ungodly way. This is why I am taking this decision to contact you. I am not afraid of death hence I know where I am going. I know that I am going to be in the bosom of the Lord. Exodus 14 VS 14 says that ¡°the lord will fight my case and I shall hold my peace¡±. I don¡¯t need any telephone communication in this regard because of my health hence the presence of my husband¡¯s relatives were around me always. I don¡¯t want them to know about this development. With God all things are possible. As soon as I receive your reply, with your full address and telephone contacts, I shall give you the contact of the security company here in Abidjan which he deposits trunk box. I will also issue you an authority letter that will prove you the present beneficiary of this trunk box(fund). I want you and the church to always pray for me because the lord is my shephard. My happiness is that I lived a life of a worthy Christian. Whoever that Wants to serve the Lord must serve him in Spirit and Truth. Hoping to receive your reply.presently,I am still in my late husbands home country abidjan capital city of ivory coast. Remain blessed in the Lord. Yours in Christ, Mrs Rose williams |
How are you sure that the ones some banks hav been using has not saved cost Are you sure urs is first in history Congrats man for ur ingenuity |
In terms of ornamentation of interfaces using graphics leave that to me |
Marriage is a necessary evil It shld be handled with patience,utmost tolerance, go into it with the person you love and appreciate for xter and maturity of mind else it may hit the rock. Even when it hits a rock and shatters, look for superglue and aradite and bond it back inseparably. Dont rush into it because the girl is sexy with big ups and downs for some of us naughty guys,after going into the sack for some months u may then discover that it stinks.For ladies because the guy has money you keep on pestering on him like flies be ready to bear the heartache of infidelity and atimes punching bag syndrome afterall you were not there when he suffered and got the money, u may be treated like a gold digger in some cases oooooooooooo. I do advise my sister go on with a young guy that has a future and a prospect so that you will assist him in building the family, That way you will have a say. My chicken change!!!!!!!!!!!!!!!!!! |
@ LuckyCO Thanks very kindly The above is enough guide I am just leaning Vb on my own but I know that guides from experienced or better programmers like you I will go places Merci beaucoup mon ami I will give you a call |
Still need help to make the following codes written by LuckyCO to run for me any one can assist pls : I need comments as well This is a program to animate a splash screen Option Explicit Public ControlTblname As String Private Declare Function CreateEllipticRgn Lib "gdi32" _ (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, _ ByVal Y2 As Long) As Long Private Declare Function SetWindowRgn Lib "User32" _ (ByVal hwnd As Long, ByVal hRgn As Long, _ ByVal bRedraw As Boolean) As Long Private Declare Function CreateRectRgn Lib "gdi32" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long Public Sub Bubble(frm As Form) Dim iret Dim a As Integer Dim b As Integer Dim C As Integer Dim D As Integer Dim e As Integer Dim f As Integer Dim w As Integer Dim X As Integer Dim Y As Integer Dim z As Integer Dim current As Double Dim pp As Integer 'frm.Move(0, 0) = 0 w = frm.Height: X = frm.Width: Y = frm.Top: z = frm.Left a = 0: b = 0: C = w: D = X: e = Y: f = z: pp = 0 Do While a < frm.Height / 17 Or b < frm.Width / 17 a = a + 25 b = b + 25 e = e + 70 f = f + 70 If a > frm.Height / 15 Then a = a - 24 If b > frm.Width / 15 Then b = b - 24 Call frm.Move(f, e, D, C) current = Timer Do While Timer - current < 0.01 DoEvents Loop iret = SetWindowRgn(frm.hwnd, CreateEllipticRgn(0, 0, b, a), True) If pp = 0 Then frm.Show: pp = 1 Loop current = Timer Do While Timer - current < 1 DoEvents Loop 'This will make the bubble "pop" and minimize the form. 'Comment out if you want it to remain displayed 'iret = SetWindowRgn(frm.Hwnd, CreateEllipticRgn(0, 0, 0, 0), _ True) iret = SetWindowRgn(frm.hwnd, CreateRectRgn(0, 0, 1000, 1000), True) End Sub |
Nice decision for moving away from consumer mentality which has been the bain of this country to production stand Kick-start the journey; we ll follow suit |
To look more beautiful: Put on smily face most of the time Avoid opulent make-ups,Make-up is for those who are defficient and use artificial products to increase their uglines Be more natural Think in ur inner minds that you are beautiful Act as a beautiful lady Be courteous and humorous Be very respectful to both guys and girls,I personally evaluate a lady not how much respect she pays to me but that she pays to others cos d one paid to me may be eye service to win my heart. Be a sincere mammal,self deceit and fake immitation make us to stink like dead rat Finally uphold moral standards, Avoid incenssant sex;this makes a lady look like a retired LovePeddler,you lose ur freshness,glory and most especially decency without knowing as you things it acceptable |
All the ladies complaining I hope none of you were raped by a man if thats the case then rest your case, Some of lost ur virginity as a result of "long throat",insatiable quest and greed. Rest my case for those who were raped. Lose ur virginity lose ur dignity as a man, If I discover that my wife is not a virgin on our weding night I will demand refund for the dowries I paid on her head [b]All ladies who are no longer Virgins go and meet the guy who disvirgined you[/b]QED |
@WiseMikky I will give you a call @ alexis:Any but customisable one preferable |
@Etauso Seun allowed u to register free on this forum and u are enjoying every facility here free why are you requesting for money to render selfless service others are rendering. Thats not how Billgates was able to make waves in the world of IT, He started first by solving problems and giving out incentives.Life is not all about profiteering |
Hi Niralanders I need a Library cataloging Software Can any body help me with any one which I can customise. Iam ready to pay for such |
Naturally and biologically women has more concentration of nerve on their ears,hence their is more circulation in there.Thats why women are more enticed or wrapped up with what they hear just as men have more nerve concentration on the eyes and such they are engulfed by what they see;thats why you fall in love with a beautiful girl more than an ugly girl.Occasionally lies are painted,well spiced and ornamented such that it sounds so sumptous,captivating and thrilling and thats why women fall for lies more than truth just as some men get infatuated or fall in love more with a beautiful girl than a well grommed ugly girl. WE all live in the world of fantacy but at different instances |
Visit NIIT website or APTEC |
How many partitions do you have in your HDD Make sure you have up to 4 partitions or sth like that Oracle will not run on a single partition HDD The other partition on ur machine is a backup HDD Also you shld upgrade ur VIsta to Enterprise or pROFFESSIONAL Edition Just my penny |
The project explorer window The Project explorer window gives you a tree-structured view of all the files inserted into the application. You can expand these and collapse branches of the views to get more or less detail (Project explorer). The project explorer window displays forms, modules or other separators which are supported by the visual basic like class'es and Advanced Modules. If you want to select a form on its own simply double click on the project explorer window for a more detailed look. And it will display it where the Default form is located. Properties Window Some programmers prefer the Categorisized view of the properties window. By defaulting, the properties window displays its properties alphabetically (with the exception of the name value) when you click on the categorized button the window changes to left picture. Opening an existing Visual Basic project. Microsoft have included some freebies with visual basic to show its capabilities and functions. Dismantling or modifying these sample projects is a good way to understand what is happening at runtime. These files can be located at your default directory /SAMPLES/ To Open these projects choose 'Open Project' from the 'File' menu. Then Double click on the samples folder to open the directory then Double click on any project to load it. |
The Development Environment Learning the ins and outs of the Development Environment before you learn visual basic is somewhat like learning for a test you must know where all the functions belong and what their purpose is. First we will start with labelling the development environment. The above diagram shows the development environment with all the important points labelled. Many of Visual basic functions work similar to Microsoft word eg the Tool Bar and the tool box is similar to other products on the market which work off a single click then drag the width of the object required. The Tool Box contains the control you placed on the form window. All of the controls that appear on the Tool Box controls on the above picture never runs out of controls as soon as you place one on the form another awaits you on the Tool Box ready to be placed as needed. The project explorer window The Project explorer window gives you a tree-structured view of all the files inserted into the application. You can expand these and collapse branches of the views to get more or less detail (Project explorer). The project explorer window displays forms, modules or other separators which are supported by the visual basic like class'es and Advanced Modules. If you want to select a form on its own simply double click on the project explorer window for a more detailed look. And it will display it where the Default form is located. Properties Window |