| Thread | Last Post | Replies |
|
| Integer or Long? | 31 Jul 2009 20:04 GMT | 28 |
Doing a search on "Integer or Long VB6" didn't produce anything that seemed related (at least at first glance). I recall reading something on this newsgroup at least once about using Longs rather than Integers. Yet, I still see example code from time to
|
| downgrade | 31 Jul 2009 16:31 GMT | 2 |
I have this line in VB.NET, but I'm still too newbie to understand it... Dim foo As map (Of ValidatorType.String, List(Of Single )) Sorry, could anybody please downgrade this line to VB6? Thanks for the help!!!
|
| Help with NetServerEnum functionality | 31 Jul 2009 15:20 GMT | 7 |
I'm using the NetServerEnum code from Randy Birch's web site to verify that my program can "see" a certain computer on my LAN. A problem I've run into however, is that the computer I want to "see" is in a different workgroup than the one where my program is running.
|
| .vbs To Create XP Program Menu Item? | 30 Jul 2009 21:52 GMT | 1 |
Hi Gang Sorry but I'm new to this. I need to create a script (.vbs) that will check if the current user has a particular menu item in his/her Start menu / Programs. If not then it creates it and applies the right
|
| displaying data on a separate 2nd monitor | 30 Jul 2009 20:27 GMT | 5 |
I am trying to figure out if I can display data to a second LCD display different than what is on my notebook LCD display if Windows XP (or Vista or 7) allows this. I have never used a dual monitor system so I don't know how this
|
| Windows Serial Ports | 30 Jul 2009 17:18 GMT | 7 |
Hi everybody, someone knows how re-assign the serial COM port number through VB 6 code? In Windows it’s possible to change manually the assignment on My Computer | Manage | Device Manager | Ports (COM & LPT) |
|
| Sharepoint and VB6 | 30 Jul 2009 16:34 GMT | 1 |
Can anyone point me in the right direction (with some code) of how to retrive a list of documents from a sharepoint page using vb6 ? I was hoping to avoind readon tons of material using SQL directly. Is it possible to use the Sharepoint object model in VB6, and in that case
|
| Turn off or low power monitors | 30 Jul 2009 10:28 GMT | 1 |
I am trying to find a way to shut-down or put a single monitor in low power mode on a dual or multi-monitor system in VB.NET. I would like to be able to programmatically switch off or low power just one of the monitors while leaving the other monitor running normally. Blank ...
|
| It's finally here! midistreamingv104.zip with full VB6 source code | 30 Jul 2009 09:14 GMT | 9 |
http://www.littletyke.myzen.co.uk/ktn/midistreamingv104.zip This includes all the source code, runtime Dlls and Exe. A Readme.Txt file is also included. The ZIP file is 106KB in size. MM
|
| Memory (Structure vs Class) | 30 Jul 2009 03:03 GMT | 9 |
I'm trying to determine which way to go. With a structure (Vb type) I can control the memory allocation. For example: MyType arrSomeData1()
|
| Maybe already answered elswhere, but WHY do my VB6 IDE menus keep getting hosed? | 29 Jul 2009 21:51 GMT | 12 |
Recently I have noticed that I *frequently* have to go through the "right-click - customize - reset - close" palaver to get my menus back in the VB6 IDE. Why do they keep disappearing and is there any longer term fix I can
|
| How to display a number in scientific form | 29 Jul 2009 07:51 GMT | 4 |
I how like to know how to convert or diplay a number with the scientific format. Best regards Sofia Grave
|
| Return Month/Day from Day Number | 29 Jul 2009 03:13 GMT | 31 |
Could someone help me with this? How might one convert a day number from 1 to 366 into a Month and Day string? Most years are 365, I know. But the assumption will be that each year
|
| Resizing Array | 29 Jul 2009 02:14 GMT | 2 |
Suppose you have a set of arrays that contain one extra element at the end that you do not need. You want to remove it before sending the array on into another function that will do calculations on its values.
|
| Find word in text file | 28 Jul 2009 18:46 GMT | 29 |
I have been trying everything and cant seem to get this to work. I really need help before I completely lose my mind. Here is what I am trying to do: I have an HTML file. I am trying to search for anywhere in the HTML
|