| Thread | Last Post | Replies |
|
| 3d space coordinate calcs | 10 Sep 2008 17:21 GMT | 15 |
Hoping there's some 3d spatial experts just dying to help out a struggling neophyte
:-) I'm trying to write a function to return the degrees away from the xy plane
|
| How do I write to an alternative registry file other than the Windows Registry? | 10 Sep 2008 17:13 GMT | 7 |
How do I create, write to, and read from; a registry file other than the Windows Registry, using VB6 and/or the API as accessed by VB6 ? Thanks in Advance...
|
| Shall I use XML? | 09 Sep 2008 23:02 GMT | 20 |
I need an advice: I have kind of Excel sheets with tens of thousand of cells on it, and each cell has about 50 properties. I have stored all of these cells in 1 database in a table called "cells".
|
| Getting a copy of VB6 | 09 Sep 2008 22:25 GMT | 2 |
Does anyone know where I can get a copy of VB6. I have had to resetup my computer and have not been able to find my install disk(s). Cheers
|
| Parallel Port speed controls | 09 Sep 2008 19:21 GMT | 12 |
I have posted about this before, but not in the last year or so. I've been thinking about assembling a small robot to perform various tasks, though probably only going to be used to case the cat around when bored.. Or just to prove I can really be this bored. Anyways...
|
| Download Data Grid | 09 Sep 2008 15:31 GMT | 4 |
Hello. Where can I find/download Data Grid OCX and DLL. Thanks. Marco
|
| Copy TreeView Control | 09 Sep 2008 14:22 GMT | 2 |
I have two TreeView controls. One I populated and the other I want to use as a copy of the first. Other than looping through the nodes and adding each item to the second control I thought there might be a one-liner to just copy it. I tried
|
| Convert streamreader line to system.drawing.point | 09 Sep 2008 11:13 GMT | 2 |
I have an application where I want to redraw a polygon from points I retrieve from a file. The file is read with streamreader line by line each line contains the points for each polygon.
|
| application running as service using third party component | 09 Sep 2008 10:53 GMT | 12 |
I wrote an application in VB6 that is running as a service. This application will connect to the database using a third party component (peoplesoft component interface). The problem is that when I log off from the server, the application will stop (while the service stays
|
| Getting a copy of VB6 | 09 Sep 2008 08:16 GMT | 1 |
Does anyone know where I can get a copy of VB6, I have lost my orginal install disk(s). I have been trying to find some googling but not having any luck.
|
| Generate list of unique random integer values? | 09 Sep 2008 01:55 GMT | 4 |
I have a code to generate unique integer values from 1 to 52 to a list, but it generates every time the same values. How to correct this ? Dim shuffle(52) As Integer Dim rnd As New Random(52)
|
| REALBasic | 08 Sep 2008 18:46 GMT | 16 |
Writes in basic, runs on Win, Mac or Linux: http://www.realsoftware.com/products/realbasic/index.php http://www.realsoftware.com/products/realbasic/tour/ "REALbasic is a rapid application development environment that enables
|
| 2003 Enterprise - 16 Way | 08 Sep 2008 13:48 GMT | 2 |
Scenario we have recently upgraded a older server from 4 way to 8 way CPU. When 4 way the CPUs were configured to run with hyperthreading. When we added more processors we switched this off as Enterprise is not meant to run with greater than 8 CPUs. Even though the server now ...
|
| How to get server Time | 07 Sep 2008 21:39 GMT | 2 |
Is there a function to get server time? Thanks, Noel
|
| How to do the UTF 8 Encoding in Visual Basic 6.0? | 07 Sep 2008 08:28 GMT | 6 |
I have a string in Japanese ("に報道されているか、書いておこう。"),. While constructing the URL, the string should be encoded as "%E3%81%AB%E5%A0%B1%E9%81%93%E3%81%95%E3%82%8C%E3%81%A6%E3%81%84%E3%82%8B%E3%81%8B%E3%80%81%E6%9B%B8%E3%81%84%E3%81%A6%E3%81%8A%E3%81%93%E3%81%86%E3%80%82". I found the ...
|