Here is a weird one. I have 40+ VB6 apps, exes and dlls, running on a Win2K Server. All the apps use App.LogEvent to record errors and debugging info in the NT...
Hello, In one of my VB project, I'm sending PostMessage API function to send character of my desired value to control. e.g. If I need to send character J to...
Hi, I would appreciate if someone could guide me with suitable site/study material/books for VBA for Word. I am designing Word templates and need to lock form ...
I don't have the whole answer, but this question got me thinking. ... file ... How about writing the name of the file to the registry when it's first opened....
I am looking for a VB program to create log files at the end of each night. What I need it to do: The computer is turned on by me. Windows 3.11 starts. ...
Hi all, Here is a good time for all who love Ebook.I can say these are really golden collections. I got lot of ebooks both in html and pdf formats. Since it's...
Hi Shawn, I am fine tunning a word VBA application where there are customized templates in MS WORD for sending company directives to different branch offices...
Hi Bob, Sorry for the delay. I've been away from the internet for too long. :( Anyway, ... Does it let you add more than one record in the grid? What are you...
Shawn K. Hall
vb@...
Sep 21, 2001 7:15 am
34
Just come up with an annoying little problem regarding this when the original form is closed (destroying the tree in it) it empties my 'global tree' also ...
Bachmann, Nigel
nbachmann@...
Sep 6, 2001 2:32 pm
33
As usual I reply to my own question, here's my solution so far - if anyone can think of a more elegant way........ If global_tv Is Nothing Then tree_load...
Bachmann, Nigel
nbachmann@...
Sep 6, 2001 1:45 pm
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...
Bachmann, Nigel
nbachmann@...
Sep 6, 2001 12:53 pm
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
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
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
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
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
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
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
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
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
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
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
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
18
I'm begging, Shawn. This is making me look like an idiot! JED...
djedziniak@...
Jul 27, 2001 1:52 pm
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
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
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
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
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
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...