Posts
 
Reputation
Joined
Last Seen
Ranked #729
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
65% Quality Score
Upvotes Received
15
Posts with Upvotes
14
Upvoting Members
14
Downvotes Received
8
Posts with Downvotes
8
Downvoting Members
8
7 Commented Posts
~140.86K People Reached
About Me

Accountant

Interests
computer, reading

543 Posted Topics

Member Avatar for abu taher

In HTMl from I have a Input field type month. When I select a month and click on search button then total days of selected month show in HTMl table with backend data. This table contain salary. I want the salary is calculate with Total days. I write a script. …

Member Avatar for Jane_11
2
236
Member Avatar for redplanetpk

GoDaddy does support .pk domain registrations, but it's essential to check with GoDaddy directly or visit their website to confirm the most up-to-date information, as domain registration options and policies can change over time. If you already have a .pk domain registered with another registrar and want to transfer it …

Member Avatar for MAK_967
0
38
Member Avatar for abu taher

I try to upload image in my database. I write these code, but it's not update may database. <?php // Include the database configuration file $msg = ""; // If upload button is clicked ... if (isset($_POST['upload'])) { $filename = $_FILES["uploadfile"]["name"]; $tempname = $_FILES["uploadfile"]["tmp_name"]; $folder = "./image/" . $filename; $db …

Member Avatar for abu taher
0
91
Member Avatar for abu taher

I want to make a pdf file in php. I write code like this: <?php require_once __DIR__ . '/vendor/autoload.php'; include('conn.php'); $res = mysqli_query($conn, "select * from smash"); if (mysqli_num_rows($res) > 0) { $html = '<table>'; $html = '<tr><td>ID</td><td>Name</td><td>FatherName</td><td>Address</td><td>Phone</td><td>Class</td><td>Qualification</td><td>Branch</td><td>rollno</td></tr>'; while ($row = mysqli_fetch_assoc($res)) { $html .= '<tr><td>' . $row['id'] . '</td><td>' …

Member Avatar for mtyide
1
687
Member Avatar for abu taher

I want to auto generate the id number. I write this code. But it's not work. I don't make primary key for id in database. function getData() { $data = array(); $data[1] = $_POST['name']; $data[2] = $_POST['fname']; $data[3] = $_POST['address']; $data[4] = $_POST['phone']; $data[5] = $_POST['class']; $data[6] = $_POST['qualification']; $data[7] …

Member Avatar for abu taher
0
181
Member Avatar for zack_rage

I agree with paddy. cause it update very quickly. another hand you can user macfee. but its update file is so long like 60/120 mb. it also freeware.

Member Avatar for Jur_1
0
661
Member Avatar for abu taher

When I want to save data then show this error massage. Run Time error 3021 Either BOF or EOF is true, or the current record has been deleted. Requested operation requires a current record. With rs1 rs1.Open "Select * from debtordue where debtorname = '" & Me.cmbreceiver & "'", con, …

Member Avatar for rproffitt
0
470
Member Avatar for abu taher

I make a setup file. I install it in another computer. When I run the application then show this error massage.

Member Avatar for rproffitt
0
1K
Member Avatar for abu taher

When I click in listview control to send data in specific textbox then show the error. run time error 380 Invalid property value. I write this code: Private Sub LVEmp_ItemClick(ByVal Item As MSComctlLib.ListItem) With Item Me.txtSrNo = .Text Me.txtamount.Text = .SubItems(mlngCUST_LAST_IDX) Me.txtdate.Text = .SubItems(mlngCUST_LAST_IDX) End With End Sub

Member Avatar for Reverend Jim
0
492
Member Avatar for abu taher

Delete checked item (one or more) from listview I write this code. Dim x As Long For x = LVEmp.ListItems.Count To 1 Step -1 If LVEmp.ListItems(x).Checked Then con.Execute "DELETE FROM stock WHERE [SrNo] = '" & LVEmp.ListItems(x).SubItems(1) & "'" LVEmp.ListItems.Remove x End If Next con.Close Set con = Nothing but …

Member Avatar for Santanu.Das
0
318
Member Avatar for crazy_neha

You said its a mini project. student database. then why you use sql. why not ms access. 1st I suggest you use ms access.

Member Avatar for vincent diobi
0
1K
Member Avatar for Jollyyy100
Member Avatar for abu taher

for save I write this........ With rs .Open "Select * from Dad", con, adOpenDynamic, adLockOptimistic .AddNew !SrNo = cmbbillno '!SrNo = GetNewNo("Dad") !DadItems = cmbIName !DadSize = cmbISize !Dad = txtDadIQty !Dadby = cmbOrTkBy.Text !DadDate = DadDate !deliverydate = deldate !partyname = cmbPartyName !amount = txtamount.Text !due = txtdue.Text !Receive …

Member Avatar for abu taher
0
217
Member Avatar for FHUGE

you can see [URL="http://www.seasonsecurity.com/make-an-antivirus-with-visual-basic-6-68075"]this[/URL] and [URL="http://www.bigresource.com/VB-how-to-make-your-anti-virus-software-scan-a-files--zX57rL3Q26.html"]this[/URL] and [URL="http://www.codeitbetter.com/how-to-make-a-fake-antivirus-in-vb6-0/"]this[/URL]

Member Avatar for Ventor
0
210
Member Avatar for kolibrizas

[QUOTE=pcs365_2;1202214]Hi, For xp press Alt+Shift and Print Screen (or prt sc) on your keepboard then a window should pop-up saying you press these keys then press yes. It will go to high contrast, im sure its close enough to what you looking for. To turn of press the same keys …

Member Avatar for ramiiiya
0
118
Member Avatar for siu17

to enter a data in textbox: place a command button and data object and connect the database write code in command button. "data1.recordset.addnew" this code save data in the database. data1.refresh it update data. connect the listbox with database. for search data write this code: Dim Searchit As String Dim …

Member Avatar for Need u:
0
1K
Member Avatar for raizuke.blademaster

I think this can help you. [Click Here](http://www.vbforums.com/showthread.php?376767-Database-How-can-I-store-images-%28or-other-files%29-in-a-database)

Member Avatar for ROBBOHORT
0
213
Member Avatar for abu taher

I paste a file on the old file. like: overwrite. It's a mistake. So now I want to recover the old file. I mean now I want the old file. How I get it?

Member Avatar for rubberman
0
69
Member Avatar for HibaPro

I thing nothing to make extra. just make exe file. do you know how to make exe. file? make it and run it another pc. one thing, you need the support file in that pc. so its better if you make setup file. setup it and create the sortcut in …

Member Avatar for AndreRet
0
416
Member Avatar for abu taher

yesterday I press the power button 6/7 times. then the pc start. it occurred many time. but now this time it not start. I check all connection and all parts. all things are ok. So what I need to do now?

Member Avatar for sheikhali449
0
138
Member Avatar for cutykiller

I agree with rj_bern. so plz tell what kind of beep it made. one , two, long, short, or other.............

Member Avatar for Larryjw
0
673
Member Avatar for abu taher
Member Avatar for mandar2886
Member Avatar for abu taher

i work with 3 more form. 2 form has no border. when i click a button a form is show. when i minimize main form the other form still show. but i want when i minimized main form all from will minimize what was open.

Member Avatar for Qesha carol
0
1K
Member Avatar for abu taher

in data environment i write Select * from item where date and date between DTFr.value and DTTo.vlaue In button I write Load DataEnvironment1 With DataEnvironment1 If .rscmborder.State <> 0 Then .rscmborder.Close .cmborder Format(DTFr.Value, "dd/mm/yyyy"), Format(DTTo.Value, "dd/mm/yyyy") End With drorder.Show but the report show all item from 1st date. it not …

Member Avatar for AndreRet
0
113
Member Avatar for abu taher

all thing is ok. I unplug all and check it. when I press the power button windows start normally. it scan drive D. When finished the scan it was hang. no welcome screen or user screen appear. Whant can I do now?

Member Avatar for gerbil
0
112
Member Avatar for abu taher

all thing is ok. all ready 11 item was saved. in sr. no. 12 when I input all necessary thing and click in save button massage was show " save data". no error massage show. but the data is not save in database. I don't know why? So I need …

Member Avatar for abu taher
0
178
Member Avatar for jps447
Member Avatar for Qusto

yes, it is possible. compile your file as exe, not swf from .fla source file. You can play SWF files with Internet Explorer. Most of the browsers do support flash these days. But in some cases you might be needed to install it if you are using the older versions …

Member Avatar for The Dude
0
7K
Member Avatar for abu taher

all connection is ok. but when I want to play curseder game (in two pc connection)in multiplayer function the both pc are not connect. I mean One pc select host and the another pc select join but no ip show. Now what can I do for it.

0
69
Member Avatar for Estella
Member Avatar for Lesbassnett
1
945
Member Avatar for SI THU

The RmDir command can delete a directory only if it doesn't contain files or sub-directories. If the directory you want to delete does contain other files or, worse, subdirectories it seems that you are forced to use a recursive routine that does the job. A simpler solution is offered by …

Member Avatar for SI THU
0
101
Member Avatar for lmoe23
Member Avatar for Chhaks

you can[URL="http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/81255"] check[/URL] it. I think you can get idea form it.

Member Avatar for abu taher
0
191
Member Avatar for aadi_capri

dear you post in wrong forum. you need to post in vb.net . however.............. you can see [URL="http://www.daniweb.com/software-development/vbnet/threads/76552"]this[/URL] & [URL="http://www.daniweb.com/software-development/vbnet/threads/76524"]this[/URL]. I think it can help you.

Member Avatar for abu taher
0
107
Member Avatar for king_saqib

you can write this [CODE]If Format(Now, "mm/dd/YYYY") >= 29/9/2011 Then Msgbox "the software has been expired" End if unload me[/CODE]

Member Avatar for debasisdas
0
170
Member Avatar for abhishekkp

sorry for that, no man do this for you. every body can support you but all thing you have to do. if you really want it then I think you will pay for this...................

Member Avatar for Netcode
0
759
Member Avatar for kccute

I give you a very simple way. at 1st click on project menu_Add Data Environment. Double click on Data Environment1. click right mouse on connection1 & then click properties. In Provider tab click on Microsoft Jet 4.0 OLE DB Provider. Click next. select the database. you can test connection in …

Member Avatar for abu taher
0
182
Member Avatar for abu taher

in every drive in my pc I see a virus named "confikar worm virus" with a auto run file. I use avira anti virus (free edition). but avira not kill it. but kaspersky can kill it. I have no kaspersky. can any body give me any suggestion how I kill …

Member Avatar for jholland1964
0
69
Member Avatar for neiljohnmanuel
Member Avatar for king_saqib

it depend on your choice. you can do it by your own country copyrighted law (only for your own country) :)

Member Avatar for SpiritualMadMan
0
142
Member Avatar for S.N.Mazumder

[QUOTE=S.N.Mazumder;1126818]How to link or connect MS Access 2003 database with MS Visual Basic 6.0 for creating salary sheet? Please anyone help me in datails. Or suggest me, Which verson of visual basic I can use as a beginner in programming side. From Amit[/QUOTE] I can tell you a very simple …

Member Avatar for rexgb_34
1
6K
Member Avatar for wilson sweet

you can get help from any search engine. a lot of sample project wait for you.......lol

Member Avatar for Netcode
0
83
Member Avatar for hanky
Member Avatar for Bhuwaneshwar Pr

I faced same problem before. I checked all parts separately. at last I changed my motherboard. and solved problem.

Member Avatar for caperjack
0
267
Member Avatar for joaep2

I don't understand what you want? You want to create a button or show a button? so more details.................

Member Avatar for aquamarine_kath
0
125
Member Avatar for regina11

lot of ............avira, avast, macfee.............all of them are supplied free version.

Member Avatar for FragFighter
0
168
Member Avatar for samreb90
Member Avatar for jaai
Member Avatar for abu taher

I can enable or disable task manager manually. like: start> run > gpedit.msc from group policy setting > user configuration > administrative templetes> system> ctrl+alt+del. I want to do it in vb6. If click a button then it disable or enable. Is it possible to do? If yes then how?

Member Avatar for AndreRet
0
877

The End.