Thanks for the reply Jimbopalmer,
The admin for the 172.21.6.0 network won't give access to 192.168.0.0 network because he has multiple networks accessing the server.
I did talk to him before and he said he granted access to the network for the 192.168.127.0 network and the 192.168.126.0...
Hello everyone,
I have a Netgear FVS318v3 router that I have created 2 separate VPN tunnels with. I will try to lay out the networks below:
Segment A: 172.21.6.0 network (application server)
Segment B: 192.168.127.0 network (FVS318v3)
Segment C: 192.168.126.0 network (remote client)
Segment...
Thanks again George for the info.
Any idea as to how I can keep my search limited to only one line of data instead of my program going out and searching for the next "OR" on any given line?
Hi George,
Yes, your logic does make a lot of sense and seems to make parsing a lot easier. Would you parse the data in the actual Access Database and then have the VB.NET program pull out the values or is there a way to have the program actually do the parsing without having to program...
Hello everyone,
First off, I would like to thank all of you for your contributions to this site. Searching thru the posts here has saved my sanity on multiple occasions. :)
I am just getting started in VB.NET and I am using Visual Studio 2008. What I am trying to do is open an Access...
You can try this - but you will need to be sure you know the exact username for the profile you wish to delete the files and enter it exactly as it shows in Windows (ie. "user.domain" or just "user")
------------------------------------
Set objFSO = CreateObject ("Scripting.FileSystemObject")...
Your initial post was not very clear as I am not sure if you are trying to email this using VB or a different program.
I did find this and hopefully it will help.
http://www.freevbcode.com/ShowCode.Asp?ID=109
MrMovie is correct - please tell us what you have done already, what has worked for you and what hasn't, etc. There is no sense in someone reworking code for your program if you already have it.
------------------------------------
To query an OU, you can try this:
Set colItems =...
Hi MajP,
Thanks for your reply. I will try your suggestion to see if it works. I apologize for not adding in "using sendkeys" in the title - I know there are character limits in the title and I guess I really didn't realize the significance of how the variable was being passed.
Bubba100,
I...
Hi Randy,
Here's a piece of the code in question. If I posted the whole thing, it would be multiple pages.
Private Sub cmdTransfer_Click()
On Error GoTo Err_cmdTransfer_Click
Dim Person1
Person1 = StrConv(Me.Per1, vbUpperCase)
AppActivate "Untitled - Notepad"
SendKeys...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.