2,155 Posted Topics

Member Avatar for daniwaber

Try this code, it needs a form and a button(Command1) - [CODE]Option Explicit Private Declare Function SHFileOperation _ Lib "shell32.dll" _ Alias "SHFileOperationA" _ (lpFileOp As SHFILEOPSTRUCT) As Long Private Type SHFILEOPSTRUCT hWnd As Long wFunc As Long pFrom As String pTo As String fFlags As Integer fAborted As Boolean …

Member Avatar for AndreRet
0
165
Member Avatar for zanderhack

Guys, PLEASE!!! Do not hack the other threads, they are like sooooo old. No one will be reading them. If you have something to say, post a NEW THREAD! and we will all respond.;)

Member Avatar for AndreRet
0
75
Member Avatar for drchilli

To access your ps3 on a network, have a look at [URL="http://www.youtube.com/watch?v=DYxTdcJYiWw"]THIS[/URL] link. If you are finding problems with the connection, have a look at [URL="http://en.kioskea.net/forum/affich-22104-fixing-your-ps3-network-connection"]THIS[/URL] link. To make your drives accessible, on your pc, do the following - Right-click on the drive in My Computer, click Properties, click the …

Member Avatar for AndreRet
0
146
Member Avatar for Kclyne34

The best way to see if all is still working is to switch on the laptop, wait for it to boot up properly. Now connect the modem, the laptop should pick up as new hardware. If not, go to my computer and test the drivers installed for the modem. The …

Member Avatar for AndreRet
0
99
Member Avatar for VBNew

VBNew, although Kinwang is correct in his code, it will cause a lot of duplication. Your problem lays in your code, calling myDb, which resides in a different sub. Add this to your function and then call it - [CODE]Public Sub GetDB() Set Mydb = New ADODB.Connection With Mydb .Provider …

Member Avatar for AndreRet
0
4K
Member Avatar for wert21
Member Avatar for svedrenne
Member Avatar for zjbarden

Welcome to Daniweb.:) Post your question in our Community Feedback or even our Geek Lounge. You will get much more feedback from there.;)

Member Avatar for AndreRet
0
111
Member Avatar for Classme
Member Avatar for ALDONI Ltd.
Member Avatar for xero925

Welcome to Daniweb.:) Post your interest and question in our IT Professional Lounge. I'm sure you will get more response from there. Good luck in your career.:)

Member Avatar for AndreRet
0
157
Member Avatar for jeff.reith
Member Avatar for PM312
Member Avatar for kccomputers2000

[QUOTE]But when a new account is added I can't get the list to update but when you close the database and reopen it the new account shows[/QUOTE] This is the easy part, just run the population code of the listbox AFTER the new record was added. I'm not sure what …

Member Avatar for kccomputers2000
0
245
Member Avatar for MooGeek

Yeah right,;) It looks like google offices in their early stages...:) At least it seems that some "new" techno stuff is tested out according to the pics.:)

Member Avatar for Dani
0
143
Member Avatar for Naveed_786

Remove the refresh statement, it should solve your problem. Also, as PoisenedHeart pointed out, under your click event. Also check your code that you are not calling a clean up of all text in your text boxes.

Member Avatar for AndreRet
0
215
Member Avatar for AndreRet

Have a look at [URL="http://www.bgr.com/2010/12/29/hello-my-name-is-9649e796e8b23900dc9629a18f2d47306430e62f/"]THIS[/URL] link. Your every move can be tracked via your mobile's UD (mobile device unique identifier) and a lot of spam etc can be send. It does not seem that we have any say over this at all, although two people already started legal action in …

Member Avatar for AndreRet
0
203
Member Avatar for cwarn23
Member Avatar for Sudo Bash
0
190
Member Avatar for blueciel

Here is the complete code on building a calculator app.:) Just add the controls as required.... [CODE]Option Explicit Dim tempstore As Double Dim operation As Byte Private Sub cmd0_Click() If Len(txtbox.Text) > 10 Then Exit Sub Else: txtbox.Text = txtbox.Text + "0" End If End Sub Private Sub cmd1_Click() If …

Member Avatar for AndreRet
0
159
Member Avatar for MooGeek

Same here, use to code until I drop when I was working from home. Since we set up offices, I have a set schedule and I tend to stick to it no matter what. I think it all boils down to time management.:)

Member Avatar for ajst
0
170
Member Avatar for connectafrica
Member Avatar for AndreRet
0
196
Member Avatar for Moncky
Member Avatar for once janister
Member Avatar for AndreRet
0
22
Member Avatar for neuro
Member Avatar for HESSENY2000

To convert the times before doing the sum, use the following - [CODE]Dim BrowseTime As Integer, BrowseTimeUnit As String If BrowseTime < 60 Then BrowseTimeUnit = BrowseTime & " Mins" ElseIf BrowseTime >= 60 And BrowseTime < 1440 Then BrowseTime = BrowseTime / 60 BrowseTimeUnit = BrowseTime & " Hrs" …

Member Avatar for AndreRet
0
117
Member Avatar for Swapnilkadam

What kind of report? What database, access, sql, Mysql? What code and what data? You need to give us more information if you want a solution.:)

Member Avatar for romel.bunag
0
99
Member Avatar for johnjames1985

Welcome to Daniweb Conor. Check out our various forums for some useful tips.:)

Member Avatar for johnjames1985
0
59
Member Avatar for kingsikander94
Member Avatar for AirForceOne
0
49
Member Avatar for Caac212
Member Avatar for kooben

Guys, if you want any response on your questions, open a NEW thread of your own. Very little members will respond on posts as old as 2005. We hate to raise the dead.;)

Member Avatar for AndreRet
0
430
Member Avatar for jhai_salvador
Member Avatar for solfinker

I have no idea of what you really need.:) Lets start with the language first, are you using vb6 or vba? How do you want to manage these excel coloumns? Lastly, incorporate them into the project, which project?

Member Avatar for kvprajapati
0
99
Member Avatar for AndreRet

How did your new year resolutions from 2010 pan out during the year? Mine was a total disaster. I think there was only one that lasted until February. All the others fell out of the bus during January... ;) This year, mmmmm. Definitely grow my business by at least 35%. …

Member Avatar for vegaseat
0
167
Member Avatar for mrteey2k

mmm, I see this is solved, good. I still don't understand the question though.:)

Member Avatar for AndreRet
0
83
Member Avatar for chrisbrandon

[QUOTE]If you give a wrong answer, someone will likely correct you, which leads to you learning more on top of the original question being answered. I don't see a downside to this process.[/QUOTE] My view exactly. If we all knew all of the answers, Daniweb would not have existed.;) Go …

Member Avatar for diafol
0
131
Member Avatar for menj
Member Avatar for debayanmitra
Member Avatar for blacnet
Member Avatar for dilip_singh3

If you read through all the other posts (FROM 2007!) you will see that there are multiple ways of getting the screen resolution.

Member Avatar for AndreRet
0
4K
Member Avatar for nickywilliam
Member Avatar for Naveed_786

Although the samples given is working towards the solution. it is way too extended. The simplest way is as follow - [CODE]rs.Open "SELECT * FROM MyTable WHERE MyFeldName = '" & Text1.Text & "'", cn, adOpenStatic, adLockOptimistic If rs.BOF = True Or rs.EOF = True Then 'All your code here, …

Member Avatar for AndreRet
0
204
Member Avatar for AndreRet

What do you have planned for the holidays? We have decided to have a very quiet family get together at my place for the holidays.

Member Avatar for AndreRet
0
109
Member Avatar for emongs

What do you have so far? This is a lot of code, we need to see what you have already.

Member Avatar for AndreRet
0
141
Member Avatar for ana12
Member Avatar for Dani
-2
182
Member Avatar for pardeep3dec

Read through [URL="http://www.control.com/thread/1026198113"]THIS[/URL] link. It has all the sample code you need.

Member Avatar for AndreRet
0
79
Member Avatar for SaraSchmidt

Welcome to Daniweb Sara.:) If you want more exposure on your site, I would suggest that you post a thread in our IT Professional Lounge. I'm sure more people will browse from there than they are at the introductions.

Member Avatar for AndreRet
-1
114
Member Avatar for Naveed_786

[CODE]Dim i As Integer i = 0 Label1.Caption = i For i = 0 To rsRec.RecordCount Label1.Caption = Label1.Caption + 1 rsRec.MoveNext Next i[/CODE]

Member Avatar for AndreRet
0
178
Member Avatar for kani alavi

After your code call, use - [CODE]MyCR.Show 'Where MyCR is your report name...[/CODE]

Member Avatar for AndreRet
0
115
Member Avatar for QuikSilver75
Member Avatar for a2zseo

The End.