Thanks Glasgow. I did actually try contacting him, but no reply to date. But I'm happy say say I found the solution. It requires modifying the CLS module of the DLL itself. These lines required a change:
Private Const Q_CODE_HDR As String = "=?iso-2022-jp?Q?"
Private Const B_CODE_HDR...
Hi all,
I can do amazing things with VBSendMail, but in all the instructions for it, I can't see how to change the charset of an email subject and body.
I'm localizing an app to Japanese (Shift-JIS - charset=128) and the app is coming along fine, but it needs to email in Japanese via...
Hi dilettante,
Actually, now that you mention it, that does sound like a good option. Based on the code above, what would I need to do to respond with "maximum connections exceeded"? I already have a service down/incorrect IP client response (triggered by timeout).
I have control of the...
Yes, it does exactly what I want. I only have two PCs here at home I can test with, so I set the line as:
If lngActiveClients>=1 then Exit Sub
I connected successfully with 1 PC, but the second got kicked off as soon as I tried to connect with it. Change the setting back to 40 and the second...
Thanks nickd87. Yes, I do have the winsock control as an array and yes, I have a counter that displays on the form which goes up and down. But it only goes down if a client disconnects themselves.
@dilettante - why are the simplest things never in your mind when you need them? I always seem to...
Hi all,
I have a VB6 app using mswinsck.ocx in order to do a client/server data transfer process.
Basically, my server app sets a (user specified) port to listen to and accepts connections and processes small bits of data that comes through from various clients using my client app via the same...
Hi,
I'm using MSflxgrd.ocx and have 250 rows of data in it with a viewable window of 25 rows.
I need the grid scrolled to the end programmatically so I can add an extra row and enter more data as a new record. Can anyone tell me the method I use to do this?
How do I jump to any particular row...
Thanks itsp1965. I've found another workaround:
You can add a shorter UPN Suffix to the domain and configure user accounts to use it. Here's how:
Open the "Active Directory Domains and Trusts" MMC
In the console, right click "Active Directory Domains and
Trusts"-->Properties
Add an Alternative...
Thanks itsp1965.
You're right, you don't have to add the @domain... *IF* the logon name is 20 characters or LESS. BUT if it's more than 20 characters, you do have to add it, otherwise you have to truncate the name to 20 characters.
The home folder name can be longer, but by default when...
added note:
I saw a thread here that says you add the domain name to the username, ie. firstname.lastname@domain.com (where the domain is a long schoolsname.edu in our case), but that does not work in testing.
Thanks.
Have a single W2K3 server scenario with Raised Domain Function levels to 2003 in a school setting. Aim is to provide logon accounts for all students via XP clients joined to the domain. I've been told the logon name is to be in the form firstname.lastname (to teach the kids to type their own...
Denster: I need the form to not be modal so it's not an option for me.
Thanks ComputerDude, I'll give it a try because I can still generate the problem even though I've done a workaround.
Thendrickson: yes I have SP6.
Stu.
Hi BobRhodes,
If I start an app from scratch and make the two forms and produce the MsgBox, it behaves as it should. But I think in this case, I have an app with 18 forms and it's just gone crazy. I did a search of past problems with MsgBox here and found another where a guy described the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.