| Thread | Last Post | Replies |
|
| Pointing to Sub levels of an array | 12 Sep 2003 10:51 GMT | 1 |
Having problems refering or pointing to different levels of an array. Example: Have a array that is Main(1,200). I what to refer to the
|
| Error 3251 on Index | 11 Sep 2003 21:50 GMT | 2 |
I am getting an error 3251 "operation not supported for this type of object" when I try to use the index in this postgres table. Can anyone help? Thanks,
|
| Coding Assistance | 09 Sep 2003 17:30 GMT | 2 |
I am a rank VB Beginner and need some help. I posted this to the Outlook Programming site with no response and I am urgently trying to finish a project. I would truly appreciate the help! Is this possible? If not, could
|
| String Functions with Double-Byte Characters | 09 Sep 2003 09:47 GMT | 1 |
(My apoligies if someone you are getting this twice. I tried putting it in using a web based system on microsoft.public.vb, but i don't know if it worked or not. I'm running from and actual client now, so I can actually use newsgroups reliably.)
|
| Sorting strings | 08 Sep 2003 09:59 GMT | 5 |
Some advice please... I'm trying to extract and sort strings from a large CSV (via Excel - but the fact it is VBA vs. VB immatertial as I'm doing the work in VBA/VB not by using the spreadsheet function side of things). I'm iterating each column
|
| Ending Processes and Programs | 06 Sep 2003 08:41 GMT | 2 |
1. I have created a program P1 which is going to be triggered by a Windows Service. What command should be added in the Sub OnStop to force the process P1 to end when the service is stopped?
|
| Maximize form VS Form_Resize | 05 Sep 2003 16:53 GMT | 3 |
When I maximize a form using the top-right control, the Form_Resize event is not fired. How do I catch these Maximize/Restore events so I can resize the controls? Thanks for your advices.
|
| How to add filed names in SQL? | 05 Sep 2003 16:35 GMT | 4 |
I've been able to query a table via a text box and bring in all the fields or a specific one by the 2 different flexvar statements. But I've been un-successful in putting a name for each column. I've tried as "xxxxx" but it only
|
| SourceSafe question | 05 Sep 2003 15:25 GMT | 6 |
First of all, I apologize for posting this question in a VB group. If you know where I can find a SourceSafe group, please let me know. Here is my question: my testing shows that MS SourceSafe
|
| don't laugh | 05 Sep 2003 11:39 GMT | 5 |
plz dont laugh here, but if i want to add a code to edit how explorer opens, where do i go? i am a complete beginner when it comes to syntax. thanx in advance.
|
| Strange Problem when using single datatype | 04 Sep 2003 20:26 GMT | 2 |
I got a problem when using the datatype single : I tried to convert 3 string value to single and then add them together and print it out like MsgBox CSng("61820.8") + CSng("4554.00") + CSng("463.66")
|
| Parent directory | 04 Sep 2003 00:20 GMT | 2 |
I need to open a dll in my program which resides in the same directory as the program, however my problem is the function curdir holds last dir from any previous file opens and remembers them from last program executions as
|
| Please Help!!! | 03 Sep 2003 09:00 GMT | 1 |
I have made a dll with VB6, for use from an ASP script. The dll has the following attributes: DataBindingBehaviour - 0 DataSourceBehaviour - 0
|
| chr()-syntax | 02 Sep 2003 09:43 GMT | 1 |
I need to send a specific command to a POS-printer (for opening a cash drawer). The syntax to use, according to the printer's manual is: Decimal 27 112 0 200 200, where the last two can be omitted. And that is exactly what I am doing, so I use following command to open ...
|
| Getting Unique ID from PC | 02 Sep 2003 02:17 GMT | 1 |
Hi, im trying to get a unique Id from the PC that will be running my code. I want to use this Unique number to guarantee that someone doesnt copy my program (using ghosting software, etc) to run it on another system. How do i get the Volume ID (is this unique or does it also get ...
|