Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~11.3K People Reached
About Me

Nothing exciting happening here!! Just hand over all your VB6 info!! NOW!!

Interests
Visual Basic , Drinking , Music
PC Specs
Cheap Laptop

31 Posted Topics

Member Avatar for Rockstrdreamer
Member Avatar for nanosani

The only image browser, converter and editor I've used since I first downloaded ver2.8 away back when. (Currently ver 3.5) [URL="http://www.faststone.org/"]http://www.faststone.org/[/URL] Can't fault it!!

Member Avatar for greg.stunt
0
5K
Member Avatar for lostandfound

Hi, I have installed XP Pro onto drive C and intend to use drive D for data. Is there a way to hide drive C from users in order to ensure that anything saved is saved to D. Thanks

Member Avatar for Bob_180_Bob
0
129
Member Avatar for rhon_17

Have you tried the excellent tutorial at the top of the Posts page on this forum [URL="http://www.timesheetsmts.com/adotutorial.htm"]http://www.timesheetsmts.com/adotutorial.htm[/URL] I found it gave me just about everything I needed in order to manipulate a database. Any questions afterwards and this tutorial will at least enable you to narrow down anything you may …

Member Avatar for jireh
0
150
Member Avatar for yara.008

It seems as though you are looking for the option to create [I]program[/I] .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 use BUILD>PUBLISH [I]program[/I]. When people don't have a sensible suggestion to …

Member Avatar for Teme64
0
185
Member Avatar for yuleball

Have you tried [CODE]Textbox1.BackColor = System.Drawing.Color.FromArgb([I]redValue, greenValue, blueValue[/I])[/CODE] obviously substituting redValue,greenValue,blueValue with your chosen integers.

Member Avatar for lostandfound
0
91
Member Avatar for 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.

Member Avatar for lostandfound
0
81
Member Avatar for 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 attempt was a version from [URL="http://msdn.microsoft.com/en-us/library/bb264566(SQL.90).aspx"]this website[/URL]. I downloaded the application and associated files and changed the …

Member Avatar for lostandfound
0
217
Member Avatar for 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 addin from microsoft. [URL="http://support.microsoft.com/kb/837910"]http://support.microsoft.com/kb/837910[/URL] What a difference!!!!!!:$

Member Avatar for lostandfound
0
110
Member Avatar for 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 the tickbox to a value in a database. I have no problem …

Member Avatar for Jx_Man
0
294
Member Avatar for 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 connection for each transaction. Will there be any difference for a mySQL database. …

Member Avatar for lostandfound
0
82
Member Avatar for swapna7999

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 lot of time lately getting my head around vb6 …

Member Avatar for swapna7999
0
466
Member Avatar for 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 play!!! The problem I found almost immediately, was that a lot of the returned results …

Member Avatar for peter_budo
0
83
Member Avatar for pranavdv

[URL="http://www.daniweb.com/forums/thread119457.html"]http://www.daniweb.com/forums/thread119457.html[/URL]

Member Avatar for Jx_Man
0
135
Member Avatar for 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. [CODE]Private Sub Form_Load() Set myconn = New ADODB.Connection myconn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Documents and Settings\Gareth Powell\Desktop\db2.mdb" myconn.Open Set mycomm = New ADODB.Command Set …

Member Avatar for lostandfound
0
198
Member Avatar for 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 overdoing the code thing for what I am achieving. [CODE]Private Sub …

Member Avatar for lostandfound
0
343
Member Avatar for 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 "Are you using .NET?" and after the answer "No, I use VB6!" they reply with "Ooooh, you …

Member Avatar for lostandfound
0
186
Member Avatar for 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 long speels of text, such as Word documents, e-mails etc., I tend to look at …

Member Avatar for ScudRunner50
0
128
Member Avatar for lostandfound

[URL="http://news.bbc.co.uk/sport1/hi/rugby_union/7215056.stm"]http://news.bbc.co.uk/sport1/hi/rugby_union/7215056.stm[/URL]

Member Avatar for lostandfound
0
46
Member Avatar for HazardTW

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 are enough people out there who will buy anything new …

Member Avatar for HazardTW
0
647
Member Avatar for ozzie10101

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).

Member Avatar for mechbas
0
260
Member Avatar for lostandfound

Why not drop in on ozzie10101's Thread [URL="http://www.daniweb.com/forums/post519917.html#post519917"]http://www.daniweb.com/forums/post519917.html#post519917[/URL] and witness the two egos trying to outdo each other. As they drift further from the original question in a bid to out brain each other, it really becomes quite interesting as they try to justify their little uninvited spat.

Member Avatar for lostandfound
0
35
Member Avatar for ionsight

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 controller. It is also one of the major central players in the …

Member Avatar for w8one
0
127
Member Avatar for lakersrulz101

With the fault info provided it is far too early to go blaming everything on your hard drive. In fact, if all you are seeing on the screen from power on is a flashing cursor then there is a fair chance that it is not your hard drive at fault. …

Member Avatar for hughv
0
125
Member Avatar for lostandfound

Hello, I have been trying with no success to transfer a recordset from one form to another. I have declared in Form1 that [CODE]Public myRS As ADODB.Recordset[/CODE] All works lovely in Form1 In Form2 when I use [CODE]Private Sub cmdFail_Click(ByVal myRS As ADODB.Recordset)[/CODE] I get an error message at runtime …

Member Avatar for hkdani
0
180
Member Avatar for lostandfound

A week gone last Friday at work a tester PC's outer casing came into contact with a bare 240Volt live wire (The less said about the events leading up to that situation the better!!). Needless to say the PC got very unhappy and refused to work for the company any …

Member Avatar for lostandfound
0
99
Member Avatar for krel

If you do send back the motherboard you really shouldn't bother telling them that as you were short of a power supply you decided to try one without the appropriate connections. Who knows what damage may have been caused by that poorly thought out manoevre. In the event that you …

Member Avatar for lostandfound
0
110
Member Avatar for peter_budo
Member Avatar for Narcisse

Your motherboard will run PC100 and PC133 RAM. Check that all your RAM are the same standard.

Member Avatar for lostandfound
0
83
Member Avatar for walsterdoomit

There is probably a jumper setting giving you a choice between 80 and 84. This refers to the port that the card will read from. Industry standard is Port 80. Unfortunately not all manufacturers want to play ball. Compaq is one of the better known offenders who use Port 84. …

Member Avatar for lostandfound
0
121
Member Avatar for lostandfound

Hello there, I am trying without much success to display multiple columns from a database where the selected data is dependant on specific common data. I have tried using an SQL statement with a Jet 4.0 OLE DB connection. SELECT Name,Date,Action FROM Track WHERE SerialNumber="1" with the output displayed in …

Member Avatar for lostandfound
0
158

The End.