| Thread | Last Post | Replies |
|
| run program from vb | 10 Jun 2005 06:23 GMT | 2 |
win2k/vb6 trying to run program from within vb i can run it from the dos window command line i can run it from a .bat file on the command line
|
| Visual Basic DLL and FoxPro | 10 Jun 2005 06:18 GMT | 4 |
I have been out of programming for a while and am trying to recall some things. Fox Pro, I am new at, Visual Basic I am just extremely rusty at trying to remember. Could someone help refresh my memory on how to create an ActiveX DLL with one class that passes a string and ...
|
| Why do I get an Overflow on such simple maths? | 10 Jun 2005 05:11 GMT | 6 |
I'm scrolling an MSChart on a userform by changing it's Left property using a HScrollbar. Here's my code: Dim OrigChartLeft As Long Private Sub Form_Load()
|
| Array Or what? | 10 Jun 2005 03:33 GMT | 11 |
I'd like to select some rows from SQL Server table. Static Select statement looks like: SELECT Field1, Field2 FROM MyTable WHERE Field3 IN (1,2,3) First of all I need this statement to be in a stored procedure.
|
| Enumerated List of Formats | 10 Jun 2005 03:23 GMT | 7 |
I would like to set up an enumerated list of formats for a user to select from for a custom textbox control. I can't seem to get it to work. My list would include things like... "0"
|
| Export VB object properties to XML | 09 Jun 2005 21:17 GMT | 2 |
Im wondering if there is some way to export all object properties and attributes such as size, position, color, etc in a VB project/file to XML? I am using Visual Studio .net 2003. Thanks.
|
| Detect Media Change... | 09 Jun 2005 20:34 GMT | 7 |
Hello Friends, I need to be able to detect when the media from a drive has been either inserted or removed. Are there any API or sample apps to show this...? I have found none. :(
|
| Closing activex application | 09 Jun 2005 20:06 GMT | 1 |
Having problems closing a VB6 Created application that uses an activex control. Application works very well when running, but crashes when closing. I am using statements such as
|
| How do I make an inactive .Net application the active application or process? | 09 Jun 2005 19:09 GMT | 1 |
I have developed an application to verify information in a list box. After an item is verified I make a call to Windows Media Player to play a wav file that indicates success or failure. When I do this my .Net application looses focus.
|
| Command line | 09 Jun 2005 19:04 GMT | 1 |
I'm thinking of developing a little aid in VB6 which would need to take a command line argument. Can someone give me a link or advice on how I should begin? Thanx
|
| convert a VB double to VAX Float? | 09 Jun 2005 17:40 GMT | 12 |
Anyone know how to convert a VB double to VAX Float for writing to a file to be read on the VAX? I know for integers the byte order is reversed and can only assume float, fixed and pic types also need some conversion. Anyone know of links to further details?
|
| Dash line larger than 1 | 09 Jun 2005 17:10 GMT | 1 |
I want to draw lines in vbDash style , but larger than 1, which is the restriction of VBDrawWidth . Is it possible ? Thank you for any help Jacquelin Hardy
|
| Merant PVCS - VB integration | 09 Jun 2005 16:35 GMT | 4 |
Does anybody have any experience of building VB applications to integrate to Serena's PVCS (previously merant, and even more previously intersolv). I am trying to find some basic code to perform some simple functions to get myself off the ground with a bit of development but can't ...
|
| Showing a modal form in the Taskbar | 09 Jun 2005 16:33 GMT | 5 |
My application needs some complex initialisation and tidy-up code. Here's how I want it to flow. + Startup from Sub Main + Do the initialisation
|
| TAPI | 09 Jun 2005 16:22 GMT | 7 |
I was wondering if it would be a wise thing to start an IVR project in VB6. My existing application connects to the SQL Server, pulls up data and the usual stuff.. The users think it would be great to have an IVR system just so that they could get some information using the phone ...
|