| Thread | Last Post | Replies |
|
| Alter table by source code? | 19 Feb 2004 07:24 GMT | 1 |
I just need alter the decimal places from 2 to 3 by vb source code, is it possible? I am not finding the right source code to do this. Another question:
|
| How do i use classes written in c++ in visual basic? | 19 Feb 2004 07:21 GMT | 1 |
I have written some classes in c++. Now i want to use these classes in visual basic. Can anybody tell me how can i use these classes in VB. Regards
|
| how to kick off unix ksh file from VB | 19 Feb 2004 00:06 GMT | 2 |
I have a korn shell (ksh) file in unix that takes another parameter file. I want to pass this parameter file to the ksh file and kick off the ksh file on Unix. I am trying to see if this can be done through Windows interface So essentially I have to run following command at the ...
|
| Passing Single Array from VB.Net to DLL | 18 Feb 2004 20:21 GMT | 1 |
I need to pass an array of type single from VB.Net to a DLL method . The method declaration looks like: Public Sub CreateLine(End1() As Single, End2() As Single) 'in the DLL (which I can modify if it will help I have a call that looks like Dim pt1(3) As Singl
|
| problem with binary compatibility on my component. | 18 Feb 2004 16:39 GMT | 2 |
Hi. I have an ActiveX dll that I have created for use in an ASP page. Whe I created it and deployed it, many months ago, I have the project setting of "Binary Compatibility" set. This is what I wanted so that new IDs were not created with each compile. Apparently, someone else reset ...
|
| dial with modem a larg number? | 18 Feb 2004 16:06 GMT | 1 |
does any body know how could u dial with modem a larg number with tone with out disconecting?
|
| Datagrid with check box | 18 Feb 2004 13:19 GMT | 1 |
Hi everyone... It's me again... :) I have a screen with data grid. This data grid is bound to a query in run time mode meaning that when you click Load button then a query will execute and bound to this data grid. One of the field in the query is
|
| How to format number into dollars? | 18 Feb 2004 07:52 GMT | 3 |
What format string do I use to print, say 2.5, as dollars? I used txtTotalCost = "$" & Str(Format(TotalCost, "$#,###0.00")) but comes out as $2.5. I want the last zero, like: $2.50. Thanks.
|
| Digital Serial Cam | 18 Feb 2004 07:46 GMT | 26 |
A friend of mine has a serial digital camera and I can not find a piece of software to download the pictures from the cam to the pc, she has recently upgraded from 98 to xp so the drivers that came with it no longer work and there are no upgrades on the fujifilm mx1500 website.
|
| The Microsoft Style to deal with calculations | 18 Feb 2004 05:23 GMT | 1 |
When the Microsoft Rounding fails! Even after over one decade of popularity of Visual Basic, people are unaware what is wrong behind the scenes. Or may be that no one noticed the same as I myself noticed it after over 8 years of work in Visual
|
| Filling Bookmarks (Word automation) | 17 Feb 2004 22:56 GMT | 1 |
I need a way to fill Bookmarks without killing them; wehn I progra Document.Bookmarks("acme").Range.Text = "NewText then the text is filled in, but the Bookmark then is disappeared. It is referenced from somewhere else and has to stay, so ther must be a way to not select the WHOLE ...
|
| Detecting a Word session | 17 Feb 2004 22:49 GMT | 1 |
I wish to start a Word session from within VB6 and open and close a series of documents. I declare a global variable gWordApp with: Public gWordApp as Object
|
| XMODEM File tranfer | 17 Feb 2004 22:12 GMT | 1 |
Does anyone knows how to do a XMODEM file download with mscomm control ? Thanks
|
| creating Self-registering ActiveX OCX in VB6 | 17 Feb 2004 15:44 GMT | 3 |
I have created an OCX in VB6 and would like it to self-register. I also want to learn how to create a self registering control How I am using the OCX I am currently registering the OCX manually so I can use the OCX in my Script and than using the following code to create the object
|
| Memory problems with ATL-komponent using VB-komponent from thread (urgent) | 16 Feb 2004 20:33 GMT | 1 |
I am using Visual Studio.NET 2003 and ATL and Visual Basic 6. A C++ ATL-komponent creates a thread and in that thread instaniates a VB-objekt. When I call a method in the VB-objekt the VB-objekt will crash when it tries
|