Forum: Java Feb 25th, 2009 |
| Replies: 8 Views: 599 I'm not looking for instructions on how to learn the code, just 'mini' programs that I can program so that it helps me learn the language.
(I did look there first)
The book doesn't have... |
Forum: Java Feb 24th, 2009 |
| Replies: 8 Views: 599 Hey y'all
I'm making the first steps into java from VB. I'm reading a book about how java works and I'm only a few chapters in.
Just so you know how 'fresh' I am, I managed to write 2 classes,... |
Forum: Visual Basic 4 / 5 / 6 Feb 17th, 2009 |
| Replies: 4 Views: 587 Sorry for the long delay
Your right about getting stuck in 'complex' mode, that was where my mind was on writing that blurb,
I only asked that as to make sure that I explained my self... |
Forum: Visual Basic 4 / 5 / 6 Feb 11th, 2009 |
| Replies: 4 Views: 587 arrayNumber = Left(strData, InStr(1, strData, "\") - 1)
Before I send the files I add it to the array so that I know how many sections I needs to send, and if i'm missing a section then it can... |
Forum: Visual Basic 4 / 5 / 6 Feb 10th, 2009 |
| Replies: 4 Views: 587 Hey all,
I have this problem that I can't work out why it is doing it.
I've got a client - server program. The client sends an request to the Server, which in returns it queries an access... |
Forum: Visual Basic 4 / 5 / 6 Dec 19th, 2008 |
| Replies: 3 Views: 456 After a lot of googling I think what i need is the OLE container.
am I right in thinking this |
Forum: Visual Basic 4 / 5 / 6 Dec 19th, 2008 |
| Replies: 3 Views: 456 from the main form I want to be able to have an external program run inside that form.
eg,
I have a web camera program that I would like to be able to look like it is part of my main program.
... |
Forum: Visual Basic 4 / 5 / 6 Dec 19th, 2008 |
| Replies: 3 Views: 456 I'm trying to find a way to embed a external program inside VB6.
Can anyone point me to some information where I can lean how to do this? |
Forum: Visual Basic 4 / 5 / 6 Nov 5th, 2008 |
| Replies: 6 Views: 486 When does it stop, on what line |
Forum: Visual Basic 4 / 5 / 6 Nov 5th, 2008 |
| Replies: 3 Views: 1,620 so you want to pass a varable (file path) to a batch file.
I can't see anything wrong with your code.
Lets see if the information is getting into the batch file, Create a new batch file and... |
Forum: Visual Basic 4 / 5 / 6 Nov 4th, 2008 |
| Replies: 2 Views: 725 |
Forum: Visual Basic 4 / 5 / 6 Nov 4th, 2008 |
| Replies: 1 Views: 737 how about a control array for the buttons, then a simple loop to move them about? |
Forum: Visual Basic 4 / 5 / 6 Nov 4th, 2008 |
| Replies: 3 Views: 1,620 I'm not sure on what you are after. Do you require
1.) the instructions on how to accept the inputs with the batch file
Any arguments for the batch file are saved as % then a number. The... |
Forum: Visual Basic 4 / 5 / 6 Sep 4th, 2008 |
| Replies: 3 Views: 1,292 *tries to read your mind for what part you are stuck on*
Nope no joy, What part are you actually stuck on? doing work? or something more specific? |
Forum: Visual Basic 4 / 5 / 6 Aug 28th, 2008 |
| Replies: 2 Views: 569 just a thought, but
what is the length of the directory name?
Have you tried getting VB to display the directory name in msgbox as it might truncate it? |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2008 |
| Replies: 1 Views: 1,033 try using the ascii character map, ie chr(65) is A
find the table below
http://www.asciitable.com/
then use then randomize, and then the rand command to be able to pick a random character... |
Forum: Visual Basic 4 / 5 / 6 Aug 4th, 2008 |
| Replies: 1 Views: 501 I've created a client/ server program and I'm not happy with some logic for the server.
What I'm doing is
Pulling it from the data base
adding it to an array ' to help check for error
Using... |
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2008 |
| Replies: 2 Views: 948 I don't know if this is very effective.
My theory is that if the label detects a mouse_move event then it starts playing. when the mouse moves anywhere else on the form, then stops playing.
So... |
Forum: Visual Basic 4 / 5 / 6 Jul 10th, 2008 |
| Replies: 1 Views: 1,235 you can always see the name of the button by going to the properties of that button. then going into the debugger and looking for that name |
Forum: Visual Basic 4 / 5 / 6 Jul 10th, 2008 |
| Replies: 2 Views: 443 I would first start to connect to the database.
There are several ways to connect, View this thread to read up http://www.daniweb.com/forums/thread41057.html
Then it's really up to you on how... |
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2008 |
| Replies: 1 Views: 1,536 For reading from the magnetic card you dont need to write any code as its just a keyboard wedge. When placing your cursor and swipe the card in the reader will get the value from the card to the... |
Forum: Visual Basic 4 / 5 / 6 Jul 3rd, 2008 |
| Replies: 1 Views: 1,219 I've ran your code and it worked fine for me.
I am using IE 6.
Try unistall IE 7 to IE 6,
I've heard that people have had problems with IE7 and the web browser. there are some tutorials on... |
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2008 |
| Replies: 2 Views: 1,029 first you need to add the component Microsoft Internet controls. then you will need to add it to your form.
This will add a mini IE into your program. Navigate to the page you want with
... |
Forum: Visual Basic 4 / 5 / 6 Jun 26th, 2008 |
| Replies: 4 Views: 1,591 Welcome to Daniweb!
I don't understand what you are wanting to do?
do you want ideas? or particaular technical question |
Forum: Visual Basic 4 / 5 / 6 Jun 24th, 2008 |
| Replies: 4 Views: 4,720 I've found it easyest to copy the dll to the system32 folder then run the below
get a command prompt (start run cmd)
type in
regsvr32 dllname |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008 |
| Replies: 2 Views: 714 are you meaning from one excel document to another or between sheets? |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008 |
| Replies: 1 Views: 1,177 I'm not sure if this will work or not but I see that it will be trying to run the code
C:\Program Files\Google\Google Earth\googleearth.exeC:\Abhinav.kml - aka no spaces,
what happens if you... |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008 |
| Replies: 4 Views: 948 why do you want to remove the first element and then add one to the end.
maybe it would be better to keep the 5 elements and move the data inside them?
so
temp = A(0)
A(0) = A(1)
A(1) =... |
Forum: Visual Basic 4 / 5 / 6 Jun 11th, 2008 |
| Replies: 1 Views: 449 You can use MSchart as long as it is a simple type of graph that you are after. It will allow you to use a bar graph, I'm not sure about the pie graph tho
There is alot of help about programming... |
Forum: Visual Basic 4 / 5 / 6 Jun 10th, 2008 |
| Replies: 6 Views: 1,786 What you want is called error trapping. use 'On error goto'
The logic is that it will catch the errors then jump to the location you specific (in this case evilBadger) then run that code. To... |
Forum: Visual Basic 4 / 5 / 6 May 28th, 2008 |
| Replies: 3 Views: 591 so what problem are you having?
Your not sure of the logic?
Your not sure how to connect to the database?
Can you provide more details, |
Forum: Visual Basic 4 / 5 / 6 May 28th, 2008 |
| Replies: 4 Views: 1,179 hang on,
Are you trying to programme the USB port or the parallel port?
If you have a parallel port then you can program to it. but if you don't have a physical parallel port then no you can't... |
Forum: Visual Basic 4 / 5 / 6 May 27th, 2008 |
| Replies: 2 Views: 473 If you are looking at starting from scratch with VB 6 then use google. there are a thousands and ten tutorials out there.
If you have a question then post away, the only thing I would suggest is... |
Forum: Visual Basic 4 / 5 / 6 May 27th, 2008 |
| Replies: 2 Views: 555 what is the particular problem here? your not sure how to do this, or you're getting a error message?
If you are unsure, then there are lots of help on here, try searching ;) If you are getting... |
Forum: Visual Basic 4 / 5 / 6 May 27th, 2008 |
| Replies: 4 Views: 1,179 have a look at
http://www.aaroncake.net/electronics/vblpt.htm
It looks a bit complicated at first, but it isn't really. try it in small steps and it will work |
Forum: Visual Basic 4 / 5 / 6 Apr 2nd, 2008 |
| Replies: 6 Views: 622 If you need more help, search this forum.
There have been lots of people wanting DB help. |
Forum: Visual Basic 4 / 5 / 6 Feb 19th, 2008 |
| Replies: 0 Views: 503 Hi all,
I have a file that I want to transfer.
I read it from a database and save it to a file, then I open if from the file and put it into a an array
I then open it again this time as... |
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2008 |
| Replies: 6 Views: 2,600 I'm afraid that I'm stummped on this one, only can think of a work around, ie make it all lower case first.
Hope that someone else can help more |
Forum: Visual Basic 4 / 5 / 6 Feb 13th, 2008 |
| Replies: 6 Views: 2,600 I don't under stand what your code is doing can you break it down for me.
pFind = SearchArray(i) & SearchArray(i)
pReplace = LCase(Left(SearchArray(i), 1)) & UCase(Right(SearchArray(i), 1)) |
Forum: Visual Basic 4 / 5 / 6 Feb 13th, 2008 |
| Replies: 8 Views: 3,660 I've never tried this, so I don't know if or how well it would work. but ...
How about using a timer ?? |