Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #3K
Member Avatar for jaasaria

hi guyzz i wanted to remove item in the lisview using the for each i want to delete multiple item with similar field in the listview. any help.. for this problem.. it could be possible ? i have here code but it delete only selected item in the listview. (ListView1.ListItems.Remove …

Member Avatar for bluemarine90
0
3K
Member Avatar for pnorten462

this is because of the time it takes to upload the files. if you upload too many at once your php script has a good chance of timing out while it waits for all of the files to upload and die. this is especially true if the files are big.

Member Avatar for DiGSGRL
0
108
Member Avatar for Stefano Mtangoo

I have Ubuntu/Vista Multiboot. While in Ubuntu I can access all my NTFS vista partition but not vice versa. Is there a legal hacking to get vista read the ubuntu file system?

Member Avatar for John A
0
145
Member Avatar for ggeoff

Hi, I have had advice on another forum: [url]http://www.daniweb.com/forums/post512196-3.html[/url] that I could transfer my data from my dead XP Pro to a new PC using a powered ATA/IDE to USB 2 connector from my XP system's hard drive to the new machine. The problem is that the new machine is …

Member Avatar for pnorten462
0
364
Member Avatar for awandest

hi, I have a problem with a usb mouse when i connect it to the usb port the optical mouse light up red during start up but once it has completed loading it goes off and the cursor cannot be moved when i move the mouse.What could be the problem? …

Member Avatar for pnorten462
0
90
Member Avatar for vlpkiranmayi

i am persuing my engineering.i would like to do a mini project in java.can anyone please suggest some interesting topics and guide me how to start??

Member Avatar for stultuske
0
349
Member Avatar for weshahy123

I am work with sybase Adaptive Server Enterprise (ASE) 12.5 I wanna connect sybase from visual basic 6 I found this connection string: Provider=Sybase.ASEOLEDBProvider.2;Server Name=myASEserver;Server Port Address=5000;Initial Catalog=myDataBase;User ID=myUsername;Password=myPassword; but i don not have the provider Sybase.ASEOLEDBProvider.2 I want this sostware driver and know how to connect sybase please help …

Member Avatar for aktharshaik
0
173
Member Avatar for cebubinary

Private Sub Command1_Click() Set rs1 = DB.OpenRecordset("Table1", dbOpenDynaset) If rs1.EOF = True Then MsgBox "Record is Empty" Else MsgBox "Got IT" rs1.MoveLast If Not rs1.EOF Then rs1.MoveFirst Do While Not rs1.EOF If rs1!Name <> "" And rs1!age <> "" Then Set rs2 = DB.OpenRecordset("SELECT Name FROM Table2 WHERE Name like …

Member Avatar for pnorten462
0
59