| Thread | Last Post | Replies |
|
| input in urdu usign .net | 20 Dec 2004 13:38 GMT | 2 |
sir i want to input in urdu at running time using vb.net. please tell me how can it will be possible. reply soon i am in trouble.
|
| error registering vc6 dll | 20 Dec 2004 12:07 GMT | 1 |
Hi have built a new version of the exe and also the dll's that the exe uses. When i try to start the dll i get an error: The procedure entry point xxxx is not found in the yyy.dll.
|
| How can I generate a random non repeating list of numbers? | 20 Dec 2004 11:29 GMT | 11 |
I would like to shuffle some things into a random order such that each time the program is run, it gives different results. How can I best approach this? A complicating factor is that the list could be anywhere from 1 to 500
|
| Boolean values | 20 Dec 2004 11:13 GMT | 19 |
I'm a bit confused about Boolean variables. I understand that Booleans can be true or false - no problem. I read that a Boolean variable has a value 0 (zero) if false, and -1 if true. Why -1, rather than +1 ?
|
| Shape Control Question | 20 Dec 2004 10:35 GMT | 3 |
(vb6) I have a form with an image of a country map. I want to put little red filled-in 'shapes' on the map to indicate capital cities or cities of importance, so that events can happen on mouse over and
|
| Convert Jpg to text | 20 Dec 2004 09:52 GMT | 3 |
Hey, everyone! Is it possible to convert jpg to text in vb? Regards, Stanley
|
| Changing paper size in VB6 | 20 Dec 2004 09:04 GMT | 4 |
Hi, all. I am having troubles with changing paper size in VB6+WinXP. I have the following code for testing. 'show current paper width and height
|
| Write Text From a Listbox | 20 Dec 2004 04:52 GMT | 6 |
Hello. I have two listboxes, one which is visible and has labels for the listbox that is hidden, which contains filenames. (ie - Windows Startup Sound; C:\Windows\Media\Windows XP Startup.wav) What I'm trying to do is write these listboxes to a text file, with the
|
| change data in an array | 20 Dec 2004 04:26 GMT | 2 |
Hi there i have a problem in a simple login program where i store the user and password in an array, i have a add new user form so as to be able to add a new user so that they can login as well but i can not seem to find the right code to change the data in the array.
|
| fso w/ filter | 19 Dec 2004 20:14 GMT | 5 |
Does anyone know of a way to retrieve the contents of a folder using the filesystemobject and only retrieve files that match a pattern. I would rather not loop through the entire list, I am looking for some function of the fso object or anything else that would be faster than a
|
| Please help with MS Comm Control 6 | 19 Dec 2004 19:57 GMT | 4 |
I am having an issue with a program I am trying to write. I wrote it in VB 6 pro and tested it completely on the computer in my office. It worked great. I tried to move it to several other computers and none of them seem to work. I worked backwards to see where the issue was and
|
| VB.NET and Access database | 19 Dec 2004 17:43 GMT | 1 |
I am an old VB6 programmer, and we have recently gone to VB.NET. I am struggling to duplicate some of the things I had done in VB5 and VB6 to the new language. What I need to do is to use VB.NET code to : #1: Open an MS Access database #2: Retrieve the data from one of the tables ...
|
| VB.NET and Access Database | 19 Dec 2004 17:20 GMT | 1 |
I am an old VB6 programmer, and we have recently gone to VB.NET. I am struggling to duplicate some of the things I had done in VB5 and VB6 to the new language. What I need to do is to use VB.NET code to : #1: Open an MS Access database #2: Retrieve the data from one of the tables ...
|
| Status Bar, how to change panel color? | 19 Dec 2004 13:36 GMT | 1 |
Using VB6. I can't seem to find anything on changing the foreground and background Color for the status bar panels. Any help is much appreciated. jt
|
| Binary files | 19 Dec 2004 11:54 GMT | 5 |
I have a file containing 32768 chars (filestr), but when saved using Put #myfile,1,filestr it becomes 32772 chars. Why ? Thanks...
|