| Thread | Last Post | Replies |
|
| download a web page | 08 Oct 2003 09:26 GMT | 2 |
G'day All, I want to download a web page from a vb6 app and save it to disc. BUT I need to log in first then fill out a form on another page, submit that data to retrieve the page I want. I really don't know where to start with this.
|
| Listbox with multicolored font | 08 Oct 2003 08:12 GMT | 3 |
Another question for today. I'm looking for a control such as a listbox. But then with a difference, multi colored font. Instead of using 1 text color for the whole listbox I want to use more colors, just like in the Visual Basic text editor where reservred words are blue, comment ...
|
| Print Lines in Graphic Mode | 08 Oct 2003 03:17 GMT | 1 |
I am trying to print solid horizontal lines on a Panasonic KX-P1180 dot matrix printer in graphics mode. The printer book list the command for double density graphics (960 dots per line) as (dec) "27, 76, n1, n2, Data" I do not know if "n1, n2" is suppose to represent the ...
|
| Getting handle on Handles? | 08 Oct 2003 03:09 GMT | 1 |
I'm trying to create my own shellexecute program named shell4OD and am having problems with handles. Here is my code ... ===== Private Declare Function ShellExecute Lib _
|
| Custom title bar? In VB? | 08 Oct 2003 03:00 GMT | 7 |
I am trying to create a program that actually looks interesting. I see all sorts of apps with custom title bars and I am wondering how to do it. VB gives six broderstyle options (none, Fixed Signle, Sizable, Fixed Dialog, Fixed Toolwindow, Sizable Toolwindow) and none of them look ...
|
| dateBold function for MonthView | 08 Oct 2003 02:12 GMT | 1 |
When I try to specify bold dates in the form_load on a MonthView control nothing happens. If I place in in an event sub (like a button_click) it works. My solution so far is to enable a 1 ms timer in the end of form_load, and then in the timer_event disable the timer
|
| VB in Excel Question | 07 Oct 2003 23:18 GMT | 2 |
I actually have two questions concerning VB in Excel. The first is I need to take the input from a input box and place it in a cell in excel. When I use the val function it drops the decimal, so 6.5 shows as 6 in the cell. What function would be better to use. The second ...
|
| com object gets wrong floating point result | 07 Oct 2003 23:10 GMT | 3 |
I compiled a visual C++ console shell "test.c" that gets the correct answer. The problem is that when the same code is compiled in a C++ com object, the floating point stack store generates an incorrect value whereas the simpler floating point store gives the correct one. I also ...
|
| how to add text to another textbox in another form | 07 Oct 2003 19:24 GMT | 5 |
I'm a newbie @ vb6.0 but here's my Q. I'm loading a new form and want to add some text to the textbox that's stated there ubbCodeDisplayer.Show vbModal, Me ' showing the form
|
| Call executable and get output | 07 Oct 2003 18:43 GMT | 1 |
Could someone please give me an example of calling an external executable from VB and getting the output from it as a string? Thanks, -Oleg.
|
| reading files | 07 Oct 2003 18:24 GMT | 7 |
I got a little problem with reading files, when I use comma's the line got seperated but I don't want that! Is their a simple way to tell the input instruction to ignore comma's? Greetings,
|
| Question on error handling technique | 07 Oct 2003 16:38 GMT | 4 |
Is there any way to return the err.number and .description from a subroutine where the error occurred to the routine that called it? The err object seems to get cleared whenever an exit sub or end sub executes. Thanks...
|
| System Error &Hc0000005& (Visual Basic internal compiler | 07 Oct 2003 15:09 GMT | 1 |
I have a problem with the VB.NET compiler: When I open my solution I recive the message : "Visual Basic .Net compiler is unable to recover from the following error : System Error &Hc0000005& (Visual Basic
|
| Validation question | 07 Oct 2003 13:02 GMT | 7 |
I am using VB6. I have an entry from with quite a few text boxes. All text boxes have validation code in their Validate event. In case of an incorrect entry the validation pops up a message to the user. It won't let them move off the box until they correct
|
| Interpolation problems | 07 Oct 2003 07:38 GMT | 1 |
I am trying to do some interpolations between 4 corners of an array. The first array is a set of numeric data that can be positive or negative in value.. The second array is dynamic and can be various sizes.
|