Search Results

Showing results 1 to 40 of 50
Search took 0.01 seconds.
Search: Posts Made By: lostandfound
Forum: Visual Basic 4 / 5 / 6 Feb 9th, 2009
Replies: 2
Views: 466
Posted By lostandfound
Have you tried the excellent tutorial at the top of the Posts page on this forum

http://www.timesheetsmts.com/adotutorial.htm

I found it gave me just about everything I needed in order to...
Forum: VB.NET Jan 27th, 2009
Replies: 14
Views: 963
Posted By lostandfound
It seems as though you are looking for the option to create program .exe which is available in VB6. So far as I am aware in order to deploy your program as a standalone application you will have to...
Forum: VB.NET Jan 27th, 2009
Replies: 3
Views: 396
Posted By lostandfound
Have you tried

Textbox1.BackColor = System.Drawing.Color.FromArgb(redValue, greenValue, blueValue)

obviously substituting redValue,greenValue,blueValue with your chosen integers.
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009
Replies: 1
Views: 356
Posted By lostandfound
I should add that there is a date/time field in the database
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009
Replies: 1
Views: 356
Posted By lostandfound
Hello,
Please can someone enlighten me. What I need is to fetch data back from my access database using an SQL query in order to present the data entered into the database in the last hour.
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2008
Replies: 2
Views: 1,527
Posted By lostandfound
I had tried this site already.However,after the advice from a colleague at work and yourself I took a second look.

The suggested..



didn't work. I then replaced with and Hey Presto...!!
Ya...
Forum: Visual Basic 4 / 5 / 6 Nov 5th, 2008
Replies: 2
Views: 1,527
Posted By lostandfound
Hi all,

Can anybody help me out with the connectionstring for connecting VB6 to a Microsoft SQL Server 2005 Express Edition. I have tried several documented varieties which do not work.
My latest...
Forum: Visual Basic 4 / 5 / 6 Oct 24th, 2008
Replies: 5
Views: 650
Posted By lostandfound
No!! I posted as though UNTIL TODAY I ASSUMED IT WAS NOT AN OPTION!!Absolutely nowhere in the post does it say that it is a new release.
It is obvious to me how posting the knowledge can be of use...
Forum: Visual Basic 4 / 5 / 6 Oct 22nd, 2008
Replies: 5
Views: 650
Posted By lostandfound
Thanks very much for your useful contribution!!
I THINK that when you replied, it stated that 20 hours ago I posted the fact that I discovered it TODAY!!!
Congratulations on your infinite...
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2008
Replies: 5
Views: 650
Posted By lostandfound
Just for anyone, who, like me, has got along using VB6 without the mousewheel whilst editing in the IDE.
Until today I just assumed it wasn't an option. There is a simple fix in the form of a free...
Forum: Visual Basic 4 / 5 / 6 Apr 23rd, 2008
Replies: 2
Views: 497
Posted By lostandfound
Yes , that is not quite what I was asking.
Is there any problem with keeping the connection open for as long as the application is running or should I only open and close the connection each time...
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008
Replies: 1
Views: 3,563
Posted By lostandfound
Hi again,
Can anybody tell me how to make use of the checkbox in the Listview control. I would like to make use of the checkbox box in order to indicate a finished task. This would require relating...
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008
Replies: 2
Views: 497
Posted By lostandfound
Hi all,
When connecting to an Access database from a VB front end usig the ADO control is there any problem caused by the connection being permanently open or am I better to open and close the...
Forum: MySQL Apr 20th, 2008
Replies: 3
Views: 1,005
Posted By lostandfound
Brilliant!! Thanks very much

SELECT * FROM user \G

worked perfect!!

I should probably be embarrassed!!
Forum: MySQL Apr 19th, 2008
Replies: 3
Views: 1,005
Posted By lostandfound
Having braved the task that is getting mySQL6.0 installed onto my machine, after listening to the preferences voiced by database users everywhere I was delighted when I finally got down to a bit of a...
Forum: Visual Basic 4 / 5 / 6 Apr 18th, 2008
Replies: 8
Views: 852
Posted By lostandfound
Can we see some of your code to give us an idea of where you are at? And maybe a brief description of what the form contains for the purposes of displaying data?
I'm no expert, but I have spent a...
Forum: Visual Basic 4 / 5 / 6 Apr 18th, 2008
Replies: 5
Views: 2,913
Posted By lostandfound
Thanks JX_MAN, I will take that as a compliment. I wonder how many of those solved threads of yours are down to blatantly copying other members replies.
Whereas copying obviously works for some ,...
Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2008
Replies: 5
Views: 2,913
Posted By lostandfound
http://www.daniweb.com/forums/thread119457.html
Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2008
Replies: 4
Views: 1,174
Posted By lostandfound
As mentioned in the original thread :-
The way I am getting around the problem for now is to have a different table for each number with a field in each table named with a constant string ie FAULT...
Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2008
Replies: 4
Views: 3,001
Posted By lostandfound
Each column refers to a part number.

Thanks for the suggestion RobboHort but I didn't have any luck with the square brackets.

The way I am getting around the problem for now is to have a...
Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2008
Replies: 4
Views: 1,174
Posted By lostandfound
The AddItem statement is the problem.
I have tried :-

Combo1.AddItem.myRS1!Text1.Text

The database connected to in order to obtain myRS1 consists of multiple fields each containing different...
Forum: Visual Basic 4 / 5 / 6 Apr 16th, 2008
Replies: 4
Views: 1,174
Posted By lostandfound
Hi again,
In my previous thread regarding Combo box at runtime I had not forseen the problems I would experience introducing a variable to the code.

Private Sub Form_Load()

Set...
Forum: Visual Basic 4 / 5 / 6 Apr 16th, 2008
Replies: 4
Views: 3,001
Posted By lostandfound
Hi all,
What I need to do is populate a combo box at runtime according to specific inputs from other forms.The code listed below is a seperate trial and works OK. I would like to know if I am...
Forum: Visual Basic 4 / 5 / 6 Apr 4th, 2008
Replies: 5
Views: 779
Posted By lostandfound
Thankyou all for your time. Got a demo from a work colleague yesterday. He has VB 2005 on his PC. As soon as I got home I downloaded and installed the VB 2008 express edition. To be honest I hadn't...
Forum: Visual Basic 4 / 5 / 6 Mar 28th, 2008
Replies: 5
Views: 779
Posted By lostandfound
This question is driving me batty!! I am currently teaching myself and enjoying the results of VB6. However, whenever I ask a colleague anything regarding VB the first reply is always the question...
Forum: Geeks' Lounge Feb 2nd, 2008
Replies: 3
Views: 429
Posted By lostandfound
I had toyed with the idea of switching off at the beginning of the 2nd half!! But I'd pay good money for that feeling when Mr Byrne scored the first and I would double it for the euphoria when mr...
Forum: Geeks' Lounge Feb 2nd, 2008
Replies: 3
Views: 429
Posted By lostandfound
http://news.bbc.co.uk/sport1/hi/rugby_union/7215056.stm
Forum: Geeks' Lounge Jan 29th, 2008
Replies: 2
Views: 412
Posted By lostandfound
Exactly. I imagine ozzie would also agree!!
Forum: IT Professionals' Lounge Jan 28th, 2008
Replies: 14
Views: 1,626
Posted By lostandfound
:d See What I Mean??
Forum: Geeks' Lounge Jan 28th, 2008
Replies: 2
Views: 412
Posted By lostandfound
Why not drop in on ozzie10101's Thread

http://www.daniweb.com/forums/post519917.html#post519917

and witness the two egos trying to outdo each other. As they drift further from the original...
Forum: Windows NT / 2000 / XP Jan 28th, 2008
Replies: 17
Views: 39,819
Posted By lostandfound
http://www.daniweb.com/forums/thread73876.html
Forum: Geeks' Lounge Jan 26th, 2008
Replies: 57
Views: 5,073
Posted By lostandfound
At the end of the day there is still consumer choice.
If you don't want Vista then don't buy it. So far as I know there are no laws being passed on the matter.
The sad fact is that there...
Forum: IT Professionals' Lounge Jan 26th, 2008
Replies: 14
Views: 1,626
Posted By lostandfound
Are you happy that both drives are installed correctly with any clean new drives correctly formatted. Are both drives recognised by Windows (Do they both show up in My Computer).
Forum: USB Devices and other Peripherals Jan 26th, 2008
Replies: 1
Views: 1,189
Posted By lostandfound
Hello,
I just wondered if there is a quick and simple way of disabling the touchpad on my cheap Advent 7109A laptop.(Usually I prefer to use my USB mouse)
Reason : While I am typing...
Forum: Troubleshooting Dead Machines Jan 25th, 2008
Replies: 6
Views: 929
Posted By lostandfound
Sounds to me as though the ICH (what would have been known as the south bridge in older sysyems)on your motheboard may have dry joints underneath it.
One of the many functions of the ICH is the USB...
Forum: Troubleshooting Dead Machines Jan 23rd, 2008
Replies: 17
Views: 1,715
Posted By lostandfound
Is this the same as the time you tried to install a network card???
Forum: Troubleshooting Dead Machines Jan 23rd, 2008
Replies: 17
Views: 1,715
Posted By lostandfound
.
This might ring a bell!!
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2008
Replies: 5
Views: 2,970
Posted By lostandfound
Whoa,whoa,whoa,
Now I'm more confused. Are you describing an example which includes the use of the ADO control. There is a fair bit here that I don't recognise.
I...
Forum: Visual Basic 4 / 5 / 6 Jan 21st, 2008
Replies: 5
Views: 2,970
Posted By lostandfound
Nice one.Thanks for the reply.Having used this method with other types of variables I am sure this will work.I am working on a multiple form project and will try out this method on one of them.I will...
Forum: Storage Jan 21st, 2008
Replies: 2
Views: 2,943
Posted By lostandfound
I shall pass this on. Thanks for the reply and I'll let you know how they got on.
Showing results 1 to 40 of 50

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC