Bigafees's Posts
Nairaland Forum › Bigafees's Profile › Bigafees's Posts
My People, How can i change VB6 title bar default picture to my own picture. |
Pls can anybody in the house send me Sql server 2000 Product Key Thanx |
I need code for the following problem: (1) Code that will display printer box (i.e select printer) (2) Code that will upload data in excel to access using vb6 Thanx |
Pls How can i use Crystal report in Vb6.0 pls |
I'm using W850i, Pls i downloaded opera mini 4.2 it refuse to download, but opera 3 download pls help me out |
Pls i need code to export record in my Ms Access linking to vb 6 to Ms Excel thanks |
@ Everything and kobojunkie What i mean is that i know aw to write SQL language, but to connect to SQL Server and create my Database is my problem. Pls Everybody in the house Assist me on this Av re-attached the SQL server login page and the error message |
@ Kobojunkie this is what i'm talking about, check the attachment, the first diagram is connection dialogue box , while the second one is the connection error |
PLS GURUS IN THE HOUSE, I NEED STEPS BY STEPS PROCEDURE ON HOW TO REGISTER SERVER IN SQL SERVER 2005/2008. AND HOW CAN I CONNECT IF MY COMPUTER IS NOT CONNECTED TO THE INTERNET. |
Pls house i'm a vb6 programmer developing myself on vn.net, can we use vb.net to design website? if yes the how? |
Thanks Guru in the house, a'v download the one with management studio I appreaciate ur contribution |
Bigstar I try it but still give some error, the code are my going to code all under save command? |
Thanks quadrillio is the SQL SERVER MANAGEMENT STUDIO are in the software? or i'm going to get another software for that thanks |
Go for Starcomm |
Pls let us know where you live, if it is Lagos i will recommend First logic, Ikeja |
The SQL Server 2005 that i installed, i can't find any Database icon there, from START menu i use to see the following: CONFIGURATION TOOLS 1. sql server configuration manager 2. sql server error and usage reports 3. sql server surface area configuration. So i can find Sql Management Studio in what i installed. I need more assistant on how i can connect to my database, God will blessed whole house. One Love |
Thanks Kobojunkie But the one i installed, i can find any Database icon there, from START menu i use to see the following: CONFIGURATION TOOLS 1. sql server configuration manager 2. sql server error and usage reports 3. sql server surface area configuration. So i can find Sql Management Studio in what i installed. I need more assistant on how i can connect to my database, God will blessed u and the whole house. One Love |
I think Microsoft is ^ 13000 at First Logic in Ikeja |
Pls send to my e-mail bigafees2000@yahoo.com how much is it going to cost me to get OCA 10g or 11g dumps |
Thanks Big Star, I will try it |
pls why my computer refuse to install visual studio.Net 2008 P3 with 20G harddisk and 379 RAM, XP unlimited |
IS ANYBODY IN THE HOUSE WHO CAN PLS HINT ME WHERE IN SQL SERVER 2005 THAT I CAN WRITE MY sql STATEMENT TO CREATE TABLE PLS IT IS URGENT |
PLS HELP WITH CODE ON HOW TO CALCULATE TOTAL VALUES (MONEY) IN MY MS ACCESS. AND I WANT IT TO APPEAR IN MY REPORT e.g Datagrid Report |
I'M NEW PROGRAMMER ON VB.NET BUT GOO IN VB6 PLS CAN ANYBODY IN THE HOUSE ASSIST ME ON HOW I CAN CONNECT MS ACCESS TO VB.NET THANK U |
I'M NEW PROGRAMMER ON VB.NET BUT GOO IN VB6 PLS CAN ANYBODY IN THE HOUSE ASSIST ME ON HOW I CAN CONNECT MS ACCESS TO VB.NET THANK U |
i'm VB.NET programmer, but i dont write free codes, which tells i'm not interested. THANKS |
Pls send to my e-mail bigafees2000@yahoo.com how much is it going to cost me to get OCA 10g or 11g dumps |
That shows you and your sister are playing the same wing, you too dont know anything about computer, how can u be expecting facebook to allow one e-mail addreess for two people |
MY NAME IS OLORUNFEMI AFEES ADEMOLA I'M HIGHLY GOOD AT database programs such as MS ACCESS, SQL, VB6 AND VB.NET MY EMAIL IS bigafees2000@yahoo.com and my phone number is 07030513806 |
pls can any body help me with code on how to add subtotal of numbers in the database in VB6 using MS Access |
Private CmdSearch () Dim ask As String ask = InputBox("Enter Client ID") With rs .FindFirst "REG_NO='" & ask & "'" If .NoMatch = True Then MsgBox "Record Not Found", vbInformation, Me.Caption Else txtreg = !reg_no txtname = !Name txtic = !iCOM txtword = !ms_word txtpp = !power_point txtexcel = !ms_excel txtaccess = !ACESS txtpm = !pmaker txtinternet = !internet lblgp = !GPA lblresult = !grade lbl1 = !ic lbl2 = !wd lbl3 = !pp lbl4 = !ex lbl5 = !ac lbl7 = !In lbl6 = !PM End If End With |