by: Laphan |
last post by:
Hi All
Just wanted to know if anybody knows the answer to the following quick
queries:
1) The reason I'm using VB's INET control is to download copies of Ms Access
DBs on a range of web sites...
|
by: dartszeeland.tk |
last post by:
Hi,
i want to upload a file from my computer to a ftp.....
this is the code:
Inet.RemoteHost = "localhost" '(not ftp:// in front of it)
Inet.RemotePort = "21"
Inet.UserName = "user"...
|
by: AstrA |
last post by:
Hi All
Using the INET control to extract data from web sites and was told that the
user agent should really be spoofed to make it look like a browser, as
search engines sometimes black list...
|
by: Steen Gellett |
last post by:
Hallo.....I have programmed with winsock for a while, but now I have set my
eyes on Inet, but I'm totally blank........a few questions ??
Inet1.Protocol = icFTP......................I can see...
|
by: jtmerch |
last post by:
what's the best option for using the Inet control in
VB.net? Is there a control that's built for the .net
framework that's similar to or better than the old Inet
control? I'm opening a URL and...
|
by: Rick |
last post by:
Hi,
I haven't been able to find a solution anywhere yet. I have a Vb6
application that has to be rewritten as a vb.net app and
in the old application the inet control was set as:
...
|
by: Rick |
last post by:
Hi,
I haven't been able to find a solution anywhere yet. I have a Vb6
application that has to be rewritten as a vb.net app and
in the old application the inet control was set as:
...
|
by: QT |
last post by:
Dear sirs,
I am using inet control to vrowse web in my program.
My line is very slow. I want to make my inet control to wait more than
Internet Explorer defaul time. Error page is coming very...
|
by: leoce7 |
last post by:
I'm trying to write a macro in excel 2003 to use the "Microsoft Internet Control' reference library to access data from a web page. The problem is that it won't let me dimensionalize Inet controls...
|
by: Rina0 |
last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|