| Thread | Last Post | Replies |
|
| Programatically makkng menus to shell out | 27 Jan 2005 19:49 GMT | 2 |
I need to read a source file and for each row perform the following actions. 1. Create a new menu item under an existing menu. 2. Create the click event and supply the code I need run at 'Click'. In most cases this will be shelling out to a third party EXE.
|
| VB6 Application Information Interchange | 27 Jan 2005 18:25 GMT | 1 |
I want N instances of my vb6-application running on a server being able to "talk" to each other. each instance that starts shall ask all running apps about their current state
|
| coverting exe to code?? | 27 Jan 2005 17:06 GMT | 11 |
is there a way of taking a vb executable and converting it to the code (.vbp)? It's a VB 5 executable. thanks!
|
| File locking | 27 Jan 2005 16:52 GMT | 5 |
I am trying to create a small application which will open a file and place a lock on it so no other applications may access it. I can't seem to figure out how to disallow access to the file to other applications. My app creates a lockfile and then, on subsequent executions of the ...
|
| How to set Fonts in Outlook | 27 Jan 2005 16:40 GMT | 1 |
I would like to set the fonts in Outlook (when creating a new message and when replying to a message) to Verdana. How would i go about doing this? Do I need to use VBA or can i do it in VB Script and run it standalone?
|
| Floating Point Rounding Mode | 27 Jan 2005 16:06 GMT | 10 |
Does anyone know which floating point processor rounding mode various versions of VB use (nearest, up, down, truncate) when dealing with single and double data types? I'm trying to replace some old code running on an HP 3000. Thanks.
|
| ListImage object question | 27 Jan 2005 15:37 GMT | 1 |
Is it possible to create a ListImage object without haveing to set it to an existing ListImage Object, like from an ImageList control. I want to have a varible as type ListImage then set its picture property but just by having the line
|
| Combobox question | 27 Jan 2005 14:12 GMT | 8 |
I have a combobox on my form and would like to populate it with a description field. The data has a key field and a description field. Example: Key Description
|
| Auto DataGrid Column Width | 27 Jan 2005 13:59 GMT | 3 |
Does anybody know of a way (or existing code) to automatically adjust the column width in a VB6 datagrid based on its contents ? Thanks, Dana
|
| strComp not giving results that are expected | 27 Jan 2005 13:51 GMT | 3 |
Ok i need to compare 2 values from my array but strComp no matter what returns 1 even though my comparison values are the same but if i do this str1 = "wed"
|
| XSL text | 27 Jan 2005 13:23 GMT | 1 |
I need the line <xsl:stylesheet xmlns:xsl='http://www.w3.org/TR/WD-xsl'> to be added to an xml doc in vb code. I am using the xmldomdocument, but can't find a way of adding it in. I have tried 'createProcessingInstruction' and 'createElement'
|
| Getting Started | 27 Jan 2005 12:23 GMT | 5 |
I've just installed VB.NET standard on a new Windows XP machine... My limit to any programming experience has been with DOS stuff, such as Clipper (lots) and dBASE kind of stuff. All xBase anyway. So! Trying to use the various Net application from the "New Project:
|
| event in design time | 27 Jan 2005 11:03 GMT | 3 |
in my control i create a sub event: usercontrol_mousedown.. how it is possible to this event work at design time. please Thanks
|
| Printing from VB-script | 27 Jan 2005 09:23 GMT | 2 |
I have a problem when I try to print an Excell sheet from VBscript. Chart9.PrintOut Copies:=1, ActivePrinter:= "\\pc0020\hp deskjet 6122 series op Ne01:", Collate:=True The problem is:
|
| VB6 and Win 98 | 27 Jan 2005 09:18 GMT | 4 |
I worked on a program on WINXP, VB6. Now the client want's to use the program on a WIN98 PC. In this environment it is looking for different MSCCom DLL's. What is required to make this program run on a WIN98 PC?
|