Search:
Type: Posts; User: Bobbles
Search:
Search took 0.01 seconds.
-
Where do you store your VBP files ?
Do you store all of the related files in that same folder ?
-
Where do you store your programs (VBP files etc) ?
I have this folder C:\VB\
And then individual folders under that for each of my projects.
I never start the IDE directly, except when starting a...
-
Did you get the Help (via MSDN) installed correctly /
Back in 200/2001 I got the DVD version, to avoid shuffling CDs
Rob
PS I like to minimize dependencies (especially MS ones).
I never use the...
-
I currently (only) use Access 97 DBs
Had a large project that was DAO.
I kept the Access 97 DBs, and progressively (over a few months) converted my numerous Forms to ADO
They happily ran beside...
-
Private Sub cmdScrollPage_Click()
Dim intLastVisible As Integer
intLastVisible = LastVisibleRowIs
MSFlexGrid1.Row = MSFlexGrid1.Rows - 1
MSFlexGrid1.TopRow = intLastVisible
End Sub...
-
-
I use XP Pro, and have for a very long time.
My VB6 IDE started deteriorating over a period of months, and eventually was so irritating that I determined to fix it.
I tried rollbacks etc, but to no...
-
In Australia ALL new smart phones use 4G (aka LTE I think).
Australia still has 3G, and phones can revert to that (EG when I call my friend, both of our phones revert to 3G whilst we are on the...
-
If you polled all of the experienced VB6 programmers, I reckon there would be very few using the Data Control.
Your choice, but I would recommend learning to use pure ADO code instead.
You will get...
-
If Trump keeps provoking china, I believe there will be only one good thing that can come from that -
If China nukes/obliterates/removes America completely, perhaps the world can all agree to use...
-
Are there Restore points available in your computer ?
Is there one recent enough to attempt a roll back, to see if that fixes your problem ?
If so I would do the following -
1) Use an imaging...
-
You used the term captcha a couple of times. Are you referring to this -
"A CAPTCHA is a type of challenge–response test used in computing to determine whether or not the user is human. The term was...
-
Have you considered Rolling back to an earlier Windows Restore point ?
-
I found this ('these', as it offers more than 1 link) -
https://www.tek-tips.com/viewthread.cfm?qid=1760021
At the MS page -...
-
Is there a difference between HTML Help and Win hlp ?
If there is, then the integrated help in VB6 appears to be HTML help, and not win hlp
If we are talking about VB5, then we should not be...
-
I have had 3 different routers, and my PCs managed to 'see' a USB thumb drive, in 2 of those routers.
What I had to do is, go into a web page to configure the router.
In there, there may be a...
-
Does your modem/router have a USB slot ?
AND, does it allow all the connected PCs to see it ?
If so you/we could write a program to copy clipboard contents to a file on the USB thumb drive
The...
-
I started learning VB with VB3, so I doubt that I changed the default saving method.
I had no problem loading all of my VB3 projects into VB4.
Yup, all the extra VB3 controls/dependencies that I...
-
-
Hi JA,
Regarding the changes mentioned in your last post (I have included your quote).
Did you update the version that you attached in Post 6 ('TestEdit2.zip' a non FSO version) ?
Thanks,
Rob
-
That got voted 5 out of 5 by 260 members
Must be close to a record in PSC ?
Rob
-
This may not help solve your problem, but whilst it is still in my 77 year old memory, I will pass it on -
VB3 was 16 bit
If you still have the source code for those programs, you could upgrade...
-
Could you place (move) the form.Left to -99999 and then place it back in the visible area of the screen, when it is ready ?
-
I probably know less about Resource files, than Sam did when he opened this thread.
So I thought I should store the link to this thread, in case I ever need to delve into the subject.
Whilst...
-
That appears to only apply to Vista and more recent.
I do all my VB6 development in my XP 32bit PC
But thanks for responding,
Rob
-
Victor Bravo,
That looks interesting.
Could it capture to JPG as well ?
-
You have wasted a lot of people's time, by asking vague question with no attempt to provide full details of what you were doing.
And repeatedly ignoring requests to provide such details (and an...
-
I have a project which uses the free SGrid 2
When the data selected (nu of columns, and the nu of records) is such that the user has to use (SGrid 2) scrollbars to see the extra columns Or the extra...
-
I am not grasping what you mean with 'The client area of the form is the one that is bigger'
-
Could you attach your project (for 2 reasons) -
1) I have tried to make a form bigger than the screen in the past, and have never succeeded. Thus I am curious as to how you did that.
2) We can...
-
You could approach this need a different way. (No Hot Keys)
Have an application where you can pre-store your strings (let us call it 'Clippy' for the moment)
You have it running in the backgrund...
-
If you click 'Reply With quote' on the post you are replying to, we might have a clue what (to whom) your post is responding to.
Rob
PS Did you take out that contract with the super programmer ?...
-
Are you being sympathetic for the dead animal ?
Or is your spelling faulty, and you are saying to dilettante - 'poor dear'
-
I have not been a 'lister' at softpedia, but it is my go to site to download stuff without any bundled crap or viruses.
-
Sam has hit the nail on the head.
You must learn the ability to clearly express your problem and needs, without cluttering it with your expected/suspected solutions.
Imagine there exists a...
-
I suspect that anyone who gives you the full solution will get jumped on by the other members.
The first training exercise I would recommend to you is to get familiar with control arrays, as that...
-
Create a small program with no dependencies, and make the EXE.
Just place that program into a folder such as C:\Testing\
It won't solve your problem (with the other program), but it might be...
-
Shirley, you could knock up a (Very) stripped down version of your project, and attach it ?
-
Anyone using this (or using Fred's latest PSC version) will find (to their dismay) that it does not work in Windows Server.
I am presently using ver 3.7.2 (updated by David Cunha)...
-
Try this -
ADodcShow.recordsource=Select * From Customers where DepID=205
DataGrid1.Enabled = False
set DataGrid1.Datasource=ADodcShow
DataGrid1.Enabled = True
I don't think you need this line...
|
Click Here to Expand Forum to Full Width
|