| Thread | Last Post | Replies |
|
| How to convert military time to standard time? | 24 Feb 2004 03:14 GMT | 5 |
Here is the situation, if a user enters the following text in a textbox: 23:43 PM Saturday. I want to change it to: 11:43 PM Saturday. So, I guess I need some kind of function or routine to check several
|
| Dag Sunde Need your help | 24 Feb 2004 00:49 GMT | 2 |
Do i need to modify my code to recognize the new way I am doing the ndeNode.Tag property. -------------------BEGIN--------------------- Set TreeView1.ImageList = ImageList1
|
| Need help with vb color values | 24 Feb 2004 00:35 GMT | 3 |
I need help trying to get vb color values for control. So far I have been able to get some of the color from the list but I am still out a few. Below is a couple of list that I have and don't have. Working
|
| Component management | 23 Feb 2004 23:13 GMT | 1 |
I am currently working on a massive project: several ActiveX dll's have been written, using several references etc. It's a multi-tier environment. When I have to change something in the lowest tier, all the tiers above have to modified: remove old reference, save, include new ...
|
| Running code automaticaly on exit | 23 Feb 2004 22:04 GMT | 1 |
Is it possible to run vb code automatically when either saving or exiting a word document? Many thanks for any help Regards
|
| Visual Basic and GPS | 23 Feb 2004 20:46 GMT | 1 |
Is there anyone who can help me with making an small VBprogram wich can upload route and waypoints too a Garmin GPS? It may be as simpel as posible. It must can do this: a.. Open a browser in wich to select a file to upload.
|
| ActiveX Dll Compatibility | 23 Feb 2004 20:35 GMT | 1 |
Hi, I have made an ActiveX DLL in VB6 which includes a type and some functions (some of them return the type, not a number). The functions work fine with VB6, when being called from other VB6 projects that use the DLL. Can the DLL also be used (as is) for other programming languages ...
|
| node help | 23 Feb 2004 20:26 GMT | 3 |
Need help geting the child nodes to be checked when the parent node is checked. --------------begin----------- Private Sub TreeView1_NodeCheck(ByVal node As MSComctlLib.node)
|
| Multiple forms displayed simutaneously? | 23 Feb 2004 18:38 GMT | 2 |
I have 3 forms: frmA, frmB and frmC. frmA is Customer Information - the main form and first displayed on a full screen frmB is equipment selection for the specified date. Displayed by clicking a button and displayed on lower half of the screen
|
| ActiveX Dll question | 23 Feb 2004 18:05 GMT | 3 |
Hello, I have a problem building and using an activeX dll within VB. I would appreciate it if anyone could help: I have written some complex functions. I have a complex type with .real and .imag part as follows:
|
| Inter-Application Communication | 23 Feb 2004 16:43 GMT | 1 |
How can I change the text of a textbox in a form of a .NET application, By clicking a button in a form of an other .NET stand alone application? I know that DDE is no longer supported
|
| Problem about resizing of text-box on forms | 23 Feb 2004 15:37 GMT | 1 |
I've been trying to create a simple notepad-like editor and I've been having a problem with resizing the textbox. I've got a normal form with either a textbox or a rich textbox on it. At run-time, they appear as a normal window with a textbox on it. Now, when I
|
| Help running programs in the systray | 23 Feb 2004 15:36 GMT | 3 |
Does anybody have a VB.NET program that when executed runs purly in the system tray and that has various context options when right clicked on (e.g. Exit, bring up a message box with something like hello world in it)?
|
| Help with Error | 23 Feb 2004 15:35 GMT | 2 |
Run Time Error '7': Out of Memor This above message is the error I get when I use the package and deployment wizard and press package. I was wondering if this error was from my low disk space, or is it a problem with visual Basic and if it is will re-installing it help Thanks
|
| Console output with Plink to linux | 23 Feb 2004 14:57 GMT | 2 |
I don't know that what I am trying is possible, but I'm trying anyway. What I have is a linux box with a file on it that I want to read part of with a small interface on my client's windows box. I'm using Plink (from the Putty project) to create an ssh connection to the box, and
|