Hi there
If there is a router with a particular Ip address for its Serial interface (the one connected to the CSU/DSU) (Ex. 201.100.11.2). An another IP address for the Ethernet interface (Ex. 219.17.100.1). Which address the incomming frames tru the Serial interface will have for destination...
Hi There:
It is said that when a proxy server is used there is no way to identify your terminal from the outside. The proxy do that replacing my terminal address with the proxy address. There has to be a way the proxy keeps a reference code related to my terminal address to identify the packets...
I would like to make a Knob in VB that I can grab with the mouse pointer and rotate. Think should be started with only a line that could be rotated when grabed. I dont know but been reading about bitmaps and pixels and maybe this is the way to go. Is there an easier way to do it? I just want...
I just saw in the autocad forum the answer to my question just use EXPORT in autocad and convert the DWG to BMP. BMP is accepted as an image in VISUAL BASIC.NET FORM.
Rafael Rafael
Hi There
In the proccess to convert my VB6 programs to VB.NET I have found that VB.NET dont have the OLE Container in the TOOLBOX. I used the OLE Container to get Auto Cad Drawings into VB6 forms and it was very easy to do. Now I wonder how this could be done in VB.NET.??? (I just put the...
HI THERE
TO COWSKI:
FOR B = 1 TO 20
SHPONOFF.VISIBLE = TRUE (IT IS FALSE IN DEFAULT PROP.)
FOR T = 1 TO 3000
NEXT T
SHPONOFF.VISIBLE = FALSE
FOR H = 1 TO 3000
NEXT H
NEXT B
First routine I sent had shponoff.visible = true in default properties and the shape was shown and never went off...
HI THERE:
I JUST WANT YO HAVE THIS SHAPE (CIRCLE) TO BE ON AND OFF 20 TIMES USING THE FOLLOWING CODE:
(WHEN THIS ROUTINE IS RAN THE SHAPE GOES ON (BLACK DEFAULT) AND NEVER GOES OFF. HELP, WHAT I AM DOING WRONG????
Private Sub cmdOnoff_click()
dim b
dim t
For b = 1 to 20
shpOnoff.visible =...
Hi there:
Iwould like to know if the drawing features that Word and Excell have could be added to Access. You now the one that appears as a toolbar in Word. I am trying to do some drawings in access but the drawing feature in access is very poor I know that I can make the drawing in word and...
Hi there:
I have made an executable application in Visual Basic 6 that gets data from an Access file whenever I hit a name on a map, it sends me to a form with a data control (DATA1)and the respective labels for each field and shows me all the data related to that place on the map. This...
Hi there
My question is related to the creation of a data base not of only words but also pictures and drawings. I been using paradox for the last four years and also using visual basic (because the executable feuture) although I dont like the unflexibility of VB on kind of limiting the size of...