| Thread | Last Post | Replies |
|
| RTF control and SelIndent | 22 Dec 2006 21:39 GMT | 3 |
I need to provide users with icons to indent and outdent text in an RTF control. To do that, I've generated code that sets the SelIndent property and that works fine most of the time. However, if the user selects a block of text with different indents, I find
|
| Anti-Piracy Scheme | 22 Dec 2006 21:20 GMT | 22 |
I wrote an app that, in order to detect piracy, on startup the app goes to my FTP site to download and upload some text files for comparison with the users Hard Drive serial number. Can someone look at my scheme to determine if it will work?
|
| Instancing problem with user control - Help Needed Urgently | 22 Dec 2006 17:27 GMT | 2 |
I have a form1 through which a form2 is opened which has a picture box in which a user control is loaded but the problem is if I opens the form1, calls form2 and then close form2 and do this for 25 times the following error occurs:
|
| Controlbox Disable | 22 Dec 2006 09:14 GMT | 1 |
I thought I would look for back issues on this subject before I made this post and was quite surprised to read that what i have been doing for the last 3 years was completely wrong, let me explain further. I am a book taught VB user so when I read that all my projects were wrong ...
|
| Resize Shape Control | 22 Dec 2006 08:38 GMT | 1 |
I have a problem with shape control in vb6. it does not resize and drag. plz. if anybody have its solution then reply me urgently. Thanks. Best Regards.
|
| MSComm receive data | 22 Dec 2006 08:21 GMT | 1 |
Im using the MSComm to send and receive binary data to a video server, the sending part works fine, but when a receive more than 8 byets, the input variable only keeps the bytes over the eighth byte. ...Please some can some
|
| calling function with dll files | 22 Dec 2006 04:22 GMT | 9 |
i'm doin vb and smart card reader project. i.ve paste gsdkpcsc.dll on the my vb project folder also at c/windows.system32/drivers folder. i made my program but can't call the function.
|
| May have hosed my registry | 21 Dec 2006 23:53 GMT | 8 |
oops think I did a boo-boo
:-( I've been working on a dll/ revising / unregistering / breaking compat
|
| Installed Application will not run. | 21 Dec 2006 22:28 GMT | 1 |
I have created an application in VB6 SP6. My machine is running XP SP2. I can run my application fine from within the IDE. I can compile it and run it locally. I can create a setup package (I am using Jordan Russell's Inno Setup Compiler). The package installs fine on the ...
|
| App.ExeName varies by OS | 21 Dec 2006 21:01 GMT | 17 |
Using VB6 SP5, I often use SaveSetting with App.ExeName as the AppName parameter. If I start two instances of the same program, they would overwrite each other's settings.
|
| calling C code from VB | 21 Dec 2006 19:25 GMT | 5 |
hi, I need just a little clarification about foreign language calling in VB. I have a solution containing two projects, one in VB and the second in C (a library). The VB project needs to call functions contained in the C library.
|
| Difference btw 2 dates in different format in VB | 21 Dec 2006 19:18 GMT | 3 |
I have to find the difference between 2 dates and time in VB. I have created an UI where the user inputs the date and time which are in the string format. I want to find the difference between the system date and the user
|
| A much simpler question re subroutines | 21 Dec 2006 17:36 GMT | 38 |
OK, I'm tussling with the strip strings out of old random file problem, and the dozens of replies (including experts correcting each other, which has confused this poor beginner). Meanwhile here is something *much* simpler and I suspect it again shows how
|
| How to make Rich textbox, right-to-left? (VB6) | 21 Dec 2006 15:51 GMT | 1 |
how could we make Rich Textbox, right-to-left? (VB6) how to make it compelete right-to-left or having true right-to-left for one line and false right-to-left for the other line? Regards.
|
| Casting Variant to Form | 21 Dec 2006 15:36 GMT | 3 |
I have created a Activex Dll so that it can be used in a Excel 2000 workbook. I need to access the forms that has been created in the AcitiveX Dll , but when I try to access them they are not displayed as one of the options
|