Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 26 of 26
Search took 0.01 seconds.
Search: Posts Made By: fox123
Forum: Visual Basic Dec 22nd, 2005, 9:59 AM
Replies: 2
Views: 256
Posted By fox123
Data Control

I am not sure if the soloution to my problem is simple, but all i want to do is make the data control display a record number generated by the VB rnd function. I can code the rnd bit but dont know...
Forum: Visual Basic Aug 28th, 2005, 8:22 AM
Replies: 5
Views: 184
Posted By fox123
Thanks but i am still confused. The main folder...

Thanks but i am still confused. The main folder contains hundereds of different sub folders that need to be searched they are in no sequence aswell. I am quite a newbie
please help
thanks
Forum: Visual Basic Aug 27th, 2005, 11:33 AM
Replies: 5
Views: 184
Posted By fox123
how would i go about this? because i am quite new...

how would i go about this? because i am quite new to vb
thanks
Forum: Visual Basic Aug 27th, 2005, 11:13 AM
Replies: 5
Views: 184
Posted By fox123
Searching SubFolders

Hi,
I am writing a program to determine if a file exists. I can get the program to search a specified folder but i also need the program to search sub folders in the main folder sepecified. Is...
Forum: Visual Basic Jul 28th, 2005, 10:25 AM
Replies: 10
Views: 369
Posted By fox123
Thumbs up I have managed to solve this problem. If anyone...

I have managed to solve this problem. If anyone wants to know the code was:
Private Sub lblLJ_Click(Index As Integer)
If lstTeams.ListIndex <> -1 Then lblLJ(Index).Caption =...
Forum: Visual Basic Jul 27th, 2005, 4:11 PM
Replies: 10
Views: 369
Posted By fox123
To put it simply i want the user to select a...

To put it simply i want the user to select a team, then select which label that team goes into

Thanks to Pinzentios for wording it so well
Forum: Visual Basic Jul 27th, 2005, 1:16 PM
Replies: 10
Views: 369
Posted By fox123
There is only 4 Teams e.g Blue, Green, Red and...

There is only 4 Teams e.g Blue, Green, Red and Yellow. So for the 1st position the user will click the team in the list box and then the 1st posistion label lblLJ(0). Then for the second one he would...
Forum: Visual Basic Jul 27th, 2005, 12:19 PM
Replies: 10
Views: 369
Posted By fox123
Pizentios, could you please tell me about the...

Pizentios, could you please tell me about the other way, as i am very novice and would like to keep things simple. There is 4 teams in the list box. but 8 positions because two people compete in each...
Forum: Visual Basic Jul 26th, 2005, 4:33 PM
Replies: 10
Views: 369
Posted By fox123
Thanks, But htis just replicates the one in the...

Thanks, But htis just replicates the one in the 1st column in all 8.
Forum: Visual Basic Jul 26th, 2005, 3:13 PM
Replies: 10
Views: 369
Posted By fox123
Loops!!

I am creating an athletics scoreboard,
I have a list with team names that once clicked will fill the position with the team name, i then want the loop to move onto the Second position...
Forum: Visual Basic Jun 24th, 2005, 10:18 AM
Replies: 21
Views: 557
Posted By fox123
Anything a little more difficult? as i have...

Anything a little more difficult? as i have already done this
Thanks
:)
Forum: Visual Basic Jun 23rd, 2005, 10:35 AM
Replies: 21
Views: 557
Posted By fox123
Lightbulb Advice

Hi,
I have only just started to program. Can anyone give me an idea of a simple program to create?
Thank You
Forum: Visual Basic Jun 5th, 2005, 2:10 PM
Replies: 6
Views: 363
Posted By fox123
Hi, I will try to explain what i mean more...

Hi,
I will try to explain what i mean more clearly.

I am programming an application to create a synchronised lyrics file. I have a text box (txtLyrics.) In this user pastes thier lyrics.

They then...
Forum: Visual Basic Jun 4th, 2005, 12:18 PM
Replies: 6
Views: 363
Posted By fox123
Hi, Thanks for your help. I am still having...

Hi,
Thanks for your help.
I am still having trouble. What i want to happen is when the user clicks a command button the time is pasted next to the time of lyric. (This i can do) However what i want...
Forum: Coder's Corner Lounge Jun 2nd, 2005, 6:48 AM
Replies: 11
Views: 420
Posted By fox123
i agree with Berto. But the film was pretty good....

i agree with Berto. But the film was pretty good. :D
Forum: Visual Basic Jun 2nd, 2005, 5:56 AM
Replies: 6
Views: 363
Posted By fox123
Post Text Boxes

I am having trouble with text boxes. (Like you wouldn't have guessed from the title)
What I would like to happen is when a button is pressed the mouse cursor goes to the start of the line. (My text...
Forum: Visual Basic May 31st, 2005, 2:27 PM
Replies: 6
Views: 283
Posted By fox123
the code worked well but Could you explain the...

the code worked well but
Could you explain the code so i can learn from it:
Private Function MillisecondsToTimeString(ByVal nLength As Long) As String
Dim nBuffer As Long
Dim nMilliseconds As...
Forum: Visual Basic May 31st, 2005, 2:25 PM
Replies: 6
Views: 283
Posted By fox123
Many Thanks Rory

Many Thanks Rory
Forum: Visual Basic May 31st, 2005, 1:25 PM
Replies: 6
Views: 283
Posted By fox123
Thanks for the help. I am trying to get the...

Thanks for the help.
I am trying to get the Coppied progress in minutes and seconds. I changed your code to this

Private Sub Command1_Click()
VB.Clipboard.Clear ' Added this so the command can be...
Forum: Visual Basic May 31st, 2005, 11:20 AM
Replies: 6
Views: 283
Posted By fox123
Post Time In MMControl

This has got me really stuck. It seeme quite simple but i cannot find a soloution.
What i want to happen is for the user to press a button and the current progress/time of the song is coppied to the...
Forum: Visual Basic May 2nd, 2005, 12:42 PM
Replies: 3
Views: 220
Posted By fox123
Thanks To Everyone that helped. You are all...

Thanks To Everyone that helped.
You are all great
;)
Forum: Visual Basic May 2nd, 2005, 3:37 AM
Replies: 3
Views: 220
Posted By fox123
Angry Colour Changing At Runtime

The title may seem simple but has been very frustrating.T his is what i need to do.:

As My Startup Object i have a form that has 4 different colour pictures. When the user clicks these i would like...
Forum: Visual Basic Apr 4th, 2005, 2:37 PM
Replies: 4
Views: 171
Posted By fox123
Red face Password Expiry / Lock

Hi,
Please help!
I need some code so that if someone enters a wrong password, a countdown starts from 100 that stops them from accessing that form during the countdown. (so they cant get the...
Forum: Visual Basic Apr 1st, 2005, 1:54 PM
Replies: 7
Views: 758
Posted By fox123
Lightbulb Visual Basic 6.0 Form Effects

Hi,
Does anyone know some code which enables a form to "Fade in and Fade Out"
Also Does anyone know how to make a form "Shrink" Below is some code to make a form Grow

You must first create a module...
Forum: Visual Basic Mar 20th, 2005, 5:34 AM
Replies: 1
Views: 166
Posted By fox123
Post Visual Basic 6.0 Help

Hi. Does anyone know how make and use .DAT Files with VB?
I need to extract data from a data file and then placed this into a text box.
Any ideas? :confused:
Forum: Visual Basic Mar 19th, 2005, 2:55 PM
Replies: 1
Views: 178
Posted By fox123
DAT Files VB6

Hello. I am quite new to VB. I have designed a currency converter in VB. It works successfully but i need to create a DAT file with the rates in (so i can change them within the program) How can i do...
Showing results 1 to 26 of 26

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:55 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC