Am I, like, the first person to post to this one? Coooool. I have never been message #1 before ;-) JED...
djedziniak@...
Jul 20, 2001 1:03 pm
2
... Congratulations Jed! You win! Uh, you're prize is to recruit one thousand members by 5pm. <g> Regards, Shawn K. Hall http://ReliableAnswers.com...
Shawn K. Hall
vb@...
Jul 20, 2001 7:35 pm
3
Hi - a coleague has come to me with the following problem: Having used the Package & Deployment Wizard to create a set-up routine the following error occurs...
nbachmann@...
Jul 23, 2001 2:29 pm
4
Hi Nigel, ... This should do you: http://support.microsoft.com/support/kb/articles/Q216/3/68.ASP Regards, Shawn K. Hall http://ReliableAnswers.com...
Shawn K. Hall
vb@...
Jul 24, 2001 3:47 am
5
Once again I'm in your debt - hope I can repay you some day - N...
nbachmann@...
Jul 24, 2001 1:38 pm
6
Hi, This may be a very easy question for most of you, but please help. How do I open a quicktime movie (mymovie.mov) by pressing a button? Can I use the Shell...
jliuklein@...
Jul 24, 2001 6:06 pm
7
Hi, This may be a very easy question for most of you, but please help. How do I open a quicktime movie (mymovie.mov) by pressing a button? Can I use the Shell...
jliuklein@...
Jul 24, 2001 6:09 pm
8
Hi Jaclyn, ... You're making some assumptions that could be dangerous. Though Quicktime is the "typical" viewer for quicktime mov files, it's possible the...
Shawn K. Hall
vb@...
Jul 24, 2001 7:27 pm
9
Shawn, Wow! I didn't realize it requires so much effort. Thanks for reminding me about the "default player" issue, I really didn't think about that. I'll...
Jaclyn
jliuklein@...
Jul 24, 2001 10:00 pm
10
Hi Nigel, ... Just keep me in mind if you ever hear of any programming contracts. I'm always looking for more work. Thanks, Shawn K. Hall ...
Shawn K. Hall
vb@...
Jul 25, 2001 12:21 am
11
Hi, there Shawn, You recently wrote on one of your feeds to another group: "...OTOH, if you're not using forms you might consider running a state loop checking...
Marcos
astillax@...
Jul 26, 2001 12:07 am
12
Hi Marcos, ... You can do it several ways. Something as simple as this could work: (warning - vaporcode) '// ============================================ ...
Shawn K. Hall
vb@...
Jul 26, 2001 6:41 am
13
Hi there. I am attempting slightly customise Microsoft WebBrowser control. I got the easy stuff working (handles of its windows etc.) but most problems resist....
vaclav_mach@...
Jul 26, 2001 8:58 am
14
Hi Vaclav, ... You can wrap the image in an HTML document and have it display that way. Set the border of the body to zero. Here's a html wrapper you might...
Shawn K. Hall
vb@...
Jul 26, 2001 7:37 pm
16
... Hi Shawn. What you suggest for the first problem is a possible way arround. Actually a clever idea, although I must first test if it is usefull for the...
vaclav_mach@...
Jul 27, 2001 8:41 am
17
I am a veteran at this, but I have never encountered this one before. Any insight would be greatly appreciated. The Problem: I used package and deployment...
djedziniak@...
Jul 27, 2001 1:27 pm
18
I'm begging, Shawn. This is making me look like an idiot! JED...
djedziniak@...
Jul 27, 2001 1:52 pm
19
Come on now Jed, Did you really have to send this to three groups? :( ... Have you considered not including it in your package, or if you must include it, use...
Shawn K. Hall
vb@...
Jul 27, 2001 7:15 pm
20
OK - I'm trying something new, and I'm really sorry to burden you with it ;) but I have a development server on which resides SQL Server. Networks have kicked...
Bachmann, Nigel
nbachmann@...
Jul 30, 2001 4:17 pm
21
Sorry...freaked out. I think the pressure is getting to me. (Actually I sent it to 10 groups, I guess you are subscribed to 3 of them). JED...
djedziniak@...
Aug 1, 2001 4:04 pm
22
Thanks for the info. I just removed the file from the install and that seemed to make the installation work, now I am having a problem with the datagrid...
djedziniak@...
Aug 1, 2001 4:08 pm
23
Hi Jed, ... What is the error number/source? Do you have any errors before this line: Set DataGrid1.DataSource = rs 'fails Have you checked that the same...
Shawn K. Hall
vb@...
Aug 1, 2001 7:33 pm
24
Shawn, ... No ... Yes. They are one is WIN2K Pro, mine is WIN2K Server. Both are on SP2. The ADO version is not the same, but mdac_typ.exe will not run on...
djedziniak@...
Aug 2, 2001 3:54 pm
25
Hi Shawn, I tried to open a program with the "shell" command. However, after pushing the button (which execute "shell"), the program initiated but never...
Jaclyn
jliuklein@...
Aug 10, 2001 3:53 pm
26
When sending a file to the Mainframe using FTP, when the file gets to the Mainframe It gets truncated from a 254 bytes file to 80 bytes. Every 254 bytes...
Dalio.mercado@...
Aug 15, 2001 3:58 pm
27
Hello I just joined this list and have a question regarding a VB .OCX file (it is a tree view). Ultimately, the goal is to place this into a .ASP page to be...
kamills
kamills@...
Aug 15, 2001 7:29 pm
29
Hi Bob, ... What kind of grid? ADO or DAO? What version of Access? Do you have a defined table layout in Access already? How is the current data getting into...
Shawn K. Hall
vb@...
Aug 24, 2001 7:01 am
30
Hi, Shawn, Thanks for getting back to me!!!! I'm using MSGrid, the one that comes with VB6 I'm using DAO and Access '97 and the table is already defined, with...
vb_prog_wb@...
Aug 25, 2001 1:00 am
31
Sorry Shawn, I know you have already got this a couple of times from other lists, but I just wanted to post a message on your list :) If I have some COM...
acunnington@...
Aug 26, 2001 11:13 am
32
I have a complex tree view which is on a number of forms, it takes a while to populate so I would like to store this information and then 'set' existing...