Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Visual Basic
Remove
Platform
Any
License
Any
I have a project with several forms on it. When I open one of the forms in design mode, after a few seconds I get the following Application Error message: The instruction at "0x77e13e49" referenced...
Hi there,
I am trying to run Client and server application. I tried setting up the remotehost and remote port for the client:
wskClient.remotehost = "127.0.0.1"
wskClient.remoteport = 8080...
Hi there,
I am trying to run Client and server application. I tried setting up the remotehost and remote port for the client:
wskClient.remotehost = "127.0.0.1"
wskClient.remoteport = 8080...
Hi!
I builted a big macro that loops hundreds of time to download data from the web and then process it. I some how run into a memory problem because even if I cleared my variables and shutdows...
Well I don`t know what is a .bas file since I program in VBA. But I can tell you that it`s pretty much what you are mentionning.
You see, Each macro is in a single module stored in an Excel file....
: Hi,
:
: I am facing a problem in my program that after making setup of my package when I install the program and run that, I face a problem when I exit from the program, than all the forms are...
Hey hey. well, i am new here, but down to business. i am building a lil robot and having it interface with my computer from the parallel port. this i can do no prob. but what i am looking for is any...
When you say:
"Unload module1 ( with contain a 61 KB macro) ( and I have hundreds of them...so I guess that is the problem hey? ) "
What do you mean ? Do you really have som 300 .bas files...
Hi,
I am facing a problem in my program that after making setup of my package when I install the program and run that, I face a problem when I exit from the program, than all the forms are hidden...
did you used PrintDocument.PrintPage (Event) to config your document ?
check for pagesettings
: I'm trying to print to a dot matrix printer with continuous forms. The problem I'm running into is...
Hi,
I am facing a problem in my program that after making setup of my package when I install the program and run that one, I face a problem, when I exit from the program than all the forms are...
All right man!
I will try all this tomorrow ( Dot have access to the intranet from my house)
Thank you for all your help!
bye
: : I forgot this:
: :
: : How usefull this would be?...
: Hello!
:
: Your message triggered someting this moring. I forgot that All my macros use a procedure...that runs about 1000 time. I think this is what triggers my memory problem. THis is a sub...
: : : how do we change the printer layout (potriet,landscape) and paper size from the coding of VB..
: : : please help me..
: : :
: :
: :
: : To change orientation:
: :
: : Printer...
: I forgot this:
:
: How usefull this would be?
:
: Set XLbook = Nothing
:
: Would that explain why I dont clear my memory when I close a excel file?
:
:
:
Possibly. I could only...
: : how do we change the printer layout (potriet,landscape) and paper size from the coding of VB..
: : please help me..
: :
:
:
: To change orientation:
:
: Printer.Orientation =...
I forgot this:
How usefull this would be?
Set XLbook = Nothing
Would that explain why I dont clear my memory when I close a excel file?
Hello!
Your message triggered someting this moring. I forgot that All my macros use a procedure...that runs about 1000 time. I think this is what triggers my memory problem. THis is a sub macro...
: how do we change the printer layout (potriet,landscape) and paper size from the coding of VB..
: please help me..
:
To change orientation:
Printer.Orientation = vbPRORLandScape
or...
how do we change the printer layout (potriet,landscape) and paper size from the coding of VB..
please help me..