Description:
Microsoft Visual Basic newsgroup.
|
|
|
dhSqliteDemo
|
| |
After long time away from trying to learn database i'm back to trying to make a simple jobs/contacts/todo list database for personal use at work tried to run the dhSqlite demo(right clikced the vbp- hit Start with full compile) got the following compile error at this line: Private Sub AdoDC_FieldChangeComplete(ByVa l cFields As Long, Fields As... more »
|
|
Diagonal Transparent Text
|
| |
Dear All, Form1.Picture1.Image which contains multiple textboxes, is being printed with Printer.PaintPicture method in my vb6 project (Win XP Pro). Then, I need to add a line of text, "DRAFT", in diagonal position and with very large font (like using watermark in MS word) to be printed over the already printed... more »
|
|
How to add to Windows protocols?
|
| |
Hello group, I need to add callto:URL protocol to Windows. By default there is none. I noticed, that Skype adds to Windows registry entry like this: HKEY_USERS\S-1-5-21-3218410580 -2148493345-4195329692-1001\So ftware\Classes\callto\shell\op en\command What is that S-1-5-21-3218410580-2148493345 -4195329692-1001 key and how can... more »
|
|
Getting Help
|
| |
Hi I am using code that was not written by me and is from Randy Birch's VBNet site, but I am stuck and require help and would post the code to this forum. But I do not think I can do that so how can I get help? I am not trying to claim to be the author of all of the code can I get help here? Ron
|
|
OT: Can I just copy over one or more of these files?
|
| |
Sorry for placing this enquiry here, but I know this group is viewed frequently, whereas I checked the microsoft.public.win98.* groups and they have very few messages. My two Win98SE systems are mismatched in certain system DLLs. I suspect it's because the one PC that I use only occasionally has IE6... more »
|
|
HTTPS File Uploads
|
| |
I am trying to do the same as this delphi code in VB6. Does anyone know how to convert from this code below to the same in VB6??? IEHTTP1.Timeout := 30; IEHTTP1.MultipartPOST := True; IEHTTP1.request_headers.Add('A ccept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,'+... more »
|
|
Secret to Installing VB6 in Vista
|
| |
I've spent three hours trying to install VB6 in Vista. It always gives an error message about some problem accessing to the Registry and then cannot load OCXs. One piece of advice I've seen several places says: "The Visual Basic 6.0 IDE and SP6 setup needs to be run with UAC on, with the local user running as Admin, running with elevated privileges... more »
|
|
dhRichclient3 CRpcListener Authentication & Encryption Questions/Thoughts.
|
| |
I've been contemplating ways to control client access to my dhRichclient3 CRpcListeners. I would like to make this process as simple as possible for both server admins and client users. 1) Can't rely on domain authentication, since not all servers will be on a domain. My understanding is that "ForceAuthentication" parameter... more »
|
|
Reports Created in MS Excel
|
| |
Hello All, We're just looking into options for creating report output for our application. We've used Crystal before and found limitations, so have taken to writing reports direclty into MS Excel, (add in DLL, and create sheet and data via direct code) and it appears to be working just fine so far. I was... more »
|
|
|