Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19865 - 19894 of 22565   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19865
Hello All, I've have a sample of Steve's control clean up routine. Is this a routine that a programmer would use in every program and on every form in that...
geoff Smith
sabin3647
Offline Send Email
Aug 1, 2007
11:40 am
19866
David, Do not know how much help I can be. In My Own Opinion, you are going to need to store this data in another format. I was thinking Random Access Files,...
Joe Wasko
jpwswbug
Offline Send Email
Aug 1, 2007
1:04 pm
19867
Is the excel is used for data input or output or both? If your data is input from excel - you will need to make a file out is it - it can be a .txt file or...
rwfarnkopf@...
rwfarnkopf
Offline Send Email
Aug 1, 2007
3:00 pm
19868
VB of course has the Excel component, but there is legal stuff against distribution. A couple of alternatives are the Google Spreadsheets Data API and GemBox...
Tim Lewis
tlewis_mcleo...
Offline Send Email
Aug 1, 2007
4:54 pm
19869 mattgottlieb_2000
mattgottlieb...
Offline Send Email
Aug 1, 2007
6:10 pm
19870
There is a great deal of good information regarding this question out there... Take a look... ...
Brett Stinson
bstinson
Offline Send Email
Aug 1, 2007
7:02 pm
19871
... Good Afternoon Reverend Cummings, This can be easily done, but how 'easy' it will be depends on your programming experience(s), and what the clients are...
Steve Manser
tileguy2929
Offline Send Email
Aug 1, 2007
7:08 pm
19872
I'll echo two of Steve's suggestions: 1) CSV (Comma Separated values). Since this is a text file, there is "no proprietary nothin' " going on. However, my...
Neiger, Bruce D
thezorch
Offline Send Email
Aug 1, 2007
9:37 pm
19873
What Version of Excel are you using? (2007, 2003, XP, or below)? There's an edition of the Office suite called the "Developer's Edition". Find the...
Richard
alienwebmaster
Offline Send Email
Aug 2, 2007
2:04 pm
19874
To all who have offered their help, Thank you! I am working on this at several angles to see which one will be the best for our situation. About half the...
David Cummings
spanishtimbr...
Offline Send Email
Aug 2, 2007
4:12 pm
19875
David...I have a question...does your group input information into this program for everyone or would it be a read only program or just for individual use? The...
Bob
usewillow@...
Send Email
Aug 2, 2007
4:33 pm
19876
Everyone inputs into the program. Since many do not have full time internet and have to take it to their town library to send it in. Most of us would keep the...
David Cummings
spanishtimbr...
Offline Send Email
Aug 2, 2007
5:09 pm
19877
Hi All, How would I make thumbnails in a database come to full size. ie...I have some pictures of herbs in a database. I put the properties and such of these...
1seer7@...
iseer7
Offline Send Email
Aug 3, 2007
12:05 pm
19878
Anybody, I am trying to shut down an application which has pause routines in it. These Pause routines have a DOEVENTS in them which keeps the application ...
Joe Wasko
jpwswbug
Offline Send Email
Aug 3, 2007
3:17 pm
19879
You can keep a resource folder of all your full-size images and store a link in each of the records to the filename/location of the full-size image. /tr _____ ...
Timothy Rupp
timrupp804
Offline Send Email
Aug 3, 2007
5:19 pm
19880
If I recall correctly, even though we ‘squish’ a large image down to a small size, it still has the same ‘weight’ or ‘mass’ even though we think it...
Steve Manser
tileguy2929
Offline Send Email
Aug 3, 2007
6:52 pm
19881
Hi David...I have followed some of your Q&A about this project. I can see one fairly big problem...if each member can upload changes to the information...
Bob
usewillow@...
Send Email
Aug 4, 2007
10:13 am
19882
ok. Man that will get graphic intensive then. How about compressing and uncompressing upon call. can I do that and still add pics? seer ... “Take heed to...
1seer7@...
iseer7
Offline Send Email
Aug 4, 2007
12:02 pm
19883
... Actually, most of the time we can take our image, which is normally very good quality, and reduce its weight so that the combined file size of the...
Steve Manser
tileguy2929
Offline Send Email
Aug 4, 2007
2:45 pm
19884
One thing to keep in mind is the intended audience. If the application is web based only, then a low-resolution highly-compressed jpeg image at 640x480 with a...
Timothy Rupp
timrupp804
Offline Send Email
Aug 4, 2007
4:56 pm
19885
I have copied a code from one(1) folder another(2)and the access file. The Code is: Set list_item = Listview1.ListItems.Add(, , slno) When I run the program...
Himadri
nrn141
Offline Send Email
Aug 5, 2007
7:25 pm
19886
... I've forgotten what error 13 is... 1) Is the code, pasted into Folder 2, in a form's module, where the form also has a Listview Control named as, Listview1...
Steve Manser
tileguy2929
Offline Send Email
Aug 5, 2007
10:54 pm
19887
To any who wants to look here is a starting place to check error code numbers. http://support.microsoft.com/kb/146864 Hope it starts you on the journey to...
Bob
usewillow@...
Send Email
Aug 6, 2007
12:40 am
19888
Here is a place to perhaps start and locate or fix the problem. http://support.microsoft.com/kb/185601/EN-US/ Bob ... From: Himadri To:...
Bob
usewillow@...
Send Email
Aug 6, 2007
12:46 am
19889
-- I have been a huge fan of Irfanview as a general view / graphic utility for years. -BDN ... Actually, most of the time we can take our image, which is...
Neiger, Bruce D
thezorch
Offline Send Email
Aug 6, 2007
6:21 pm
19890
At our little golf club, the man doing the web site made a nice calendar that displays each month, and which has links for the planned events. Another person...
Steve Manser
tileguy2929
Offline Send Email
Aug 6, 2007
7:46 pm
19891
Hello Guys, I am lookin for a way to convert RTF formatted string to HTML, like bold becomes <b>. I tried quite a number of ways, but i just can't do it. Can...
sami andom
saminor2002
Offline Send Email
Aug 8, 2007
12:09 pm
19892
I have a form with 502 records ( access 2003 backend) I can add, edit , cancel and delete. The form loads with the data but it takes a few seconds in the IDE...
mindserve
Offline Send Email
Aug 8, 2007
4:40 pm
19893
hi, Man, what kind of data/app is this for that you have 45 fields per record? Have you broken the data into related tables or storing everything in one table?...
Bryan Schulz
bryan4772002
Offline Send Email
Aug 8, 2007
6:08 pm
19894
Jamie: Lots of things going on. With respect to using Access as a back end -- (vs. say SQL, ORACLE, MySQL or whatever), One of the beauteous things about...
Neiger, Bruce D
thezorch
Offline Send Email
Aug 8, 2007
6:11 pm
Messages 19865 - 19894 of 22565   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help