| Thread | Last Post | Replies |
|
| How do I Convert the following c typedef's | 09 Aug 2008 23:55 GMT | 3 |
How do I Convert the following c typedef's into VB6 Type and Enum statements? the c syntax is: typedef long long int CIP_LINT; typedef unsigned long LONGWORD;
|
| Winsock Client Server Application Problem | 09 Aug 2008 13:40 GMT | 17 |
im new here. i have searched this forum while im searching for a solution in my big problem. actually im writing a program called Library System that can have many clients can connect to the server. i write a multi-connection application using winsock 6.0 that is in array. my big
|
| What tool should I use ? | 09 Aug 2008 01:08 GMT | 8 |
Hello group, I have to keep track of a group of ships, underway or stopped, coming towards me or going away. They have a length, a beam, a spped, a latitude, a longitude + 15 other characteristics. When they are moving,
|
| Concurrent Versions System (CVS) | 08 Aug 2008 19:29 GMT | 7 |
The developers on the company I work needs to send emails to each one requesting the files .frm .bas to do modifications to the customer where the developer stays... Do you know any tool on the internet to better organize/manage it?
|
| digital signature problem | 08 Aug 2008 16:48 GMT | 3 |
I have written a VB6 program and created an executable. In some directories I can execute the program with no problem. In some others, I get a Security warning popup about an unknown publisher. It seems to want a digital signature.
|
| dir sed*.* /s | 08 Aug 2008 06:50 GMT | 15 |
First, I know this is not a Visual Basic question. And I do not even know if this limited to only one machine. But I expected the above to list files like sed.exe, sed342.exe, sed.txt and so on. However, I ended up with some very odd results. I don't
|
| Logfont and font size | 07 Aug 2008 20:27 GMT | 2 |
Could someone please answer this easy question - is the logfont.height the same as font.size. If not is there a way of assigning a font.size to a logfont? Cheers
|
| FlexGrid doesnt work in a PC | 07 Aug 2008 15:26 GMT | 8 |
I have a project which whenever the user clicks on the cell of the FlexGrid, the cell will turn into a combobox or textbox for him/her to input some values. I packaged the project and installed in a few PCs. The program works in all PCs except one which whenever user clicks on
|
| treeview node text | 07 Aug 2008 15:00 GMT | 3 |
Hi all, when i retrieve the text from a treeview node it contains the text "treenode" How do I retrieve the text of the node without the addition text "treenode" appended ?
|
| Checking what calls a workbook | 07 Aug 2008 14:07 GMT | 2 |
I currently use the following code to check if a workbook called Criticals_creator is calling the one that opens and run/not run a macro accordingly: Private Sub Workbook_Open()
|
| setting wallpaper programmatically ? | 07 Aug 2008 13:44 GMT | 5 |
is it possible to set a picture (.bmp / .jpg) as wallpaper, programmatically ? via Registry Access ? via a Win32 function ? Thanks
|
| abc | 07 Aug 2008 13:16 GMT | 3 |
hi im new to this group plz welcome me immediately
|
| Numeric String To Decimal | 07 Aug 2008 02:47 GMT | 5 |
VB6SP6 It seems that there is no direct way to convert a 'universal' string to decimal. e.g.
|
| Does Shell windowstyle enum make sense? | 06 Aug 2008 20:09 GMT | 2 |
I'm always trying to learn the logic behind things, and after some time I nearly always recognize a logic behind everything that Microsoft does. But this one really doesn't make any sense to me: Public Enum ShellWindowStyle
|
| How to use the SQL Server 2008 Table Value Parameters feature? | 06 Aug 2008 17:24 GMT | 3 |
... from VB6? How does one pass the TVP as a parameter to a stored procedure? Thanks.
|