VS 2008 - Hide IP Over The Internet
Jul 12, 2009Upon searching and learning more about vb.NET. I developed simple application using webbrowser component. I want to ask if it is possible to hide our IP over the internet using vb.NET?
View 1 RepliesUpon searching and learning more about vb.NET. I developed simple application using webbrowser component. I want to ask if it is possible to hide our IP over the internet using vb.NET?
View 1 RepliesHow to hide my ip to internet like software "Super Hide IP" [URL]... Principle of operation of what it is! I am using VB.NET.
View 4 RepliesIs there a way to to hide the taskbar o.o and unhide it?
View 1 RepliesI've been looking for a way to do this for like two days now, and no luck.
What I want to do is get into the temporary internet files, find a certain file....
(^^^ I can do that just fine (using specialfolders, etc) ^^^)
and get the internet address associated with it.
See the attachment if you don't get my meaning.
I'm curious if it is possible to hide a group of text boxes from view in a form until a particular condition is met, and to have a custom set of text boxes for that condition. To give an example; I want radio buttons offering choices for a manner of searching records, the user selects one and then a specific set of text boxes are displayed for the user to utilize, if a different option is chosen a different set of text boxes will be shown. Is this something that can be done?
View 7 Replieswe have our system running but our system needs to be modified because we did something wrong...we are doing an "Internet monitoring System" in our school library where the user can only access the internet 1hr a day, and he/she cannot use the internet within that day if he couldn't buy a time on a serve...every students should only have 20hrs time usage per semester...our problem is every day their 20hrs is being reduced in 1hr.. the rule is the time per semester which is 20hrs that is given to the students was reduced 1hr only if he uses the internet..but our system is reducing their 1hr every day.
View 1 Replieshow to hide exe into task-manager in windows 7 using vb.net windows application?I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)
View 3 RepliesI built a chat program using Socket (winsock2005dll) but it did not work well on internet, I've heard that using system.net is more powerful
View 1 RepliesI want to disconnect to the internet. And i tryed Process.Start("ipconfig.exe", "/release") I was told this in another thread but its not working
View 5 RepliesHow can I know if the PC is connected to the web or not? if there is a connection to the internet?
View 6 RepliesI have a app that sends me a text message to my cell when my pc starts up. i want to be able to send that app a "packet" or "signal" via the internet to control somesort of action like run a program or pop up a pre defined message or even shut the pc down. im not sure how to send packets or recieve them if its even possible, i know there will be some port forwarding needed on my routers end and i can do that part.
View 15 Repliesi am working Hide or Unhide Rows in the DataGridView. When i click RowHeader the corresponding row is hiding. But i don`t want to hide the RowHeader. The RowHeader should be visible when i click RowHeader, the remaining row should be hide. B`se i want to access the RowHeader again for unhide the row.
I am using the below code for Hide the Row.
Private Sub datagridview1_rowheadermouseclick(ByVal sender As Object, ByVal e As DataGridViewCellMouseEventArgs) Handles DataGridView1.RowHeaderMouseClick
Me.DataGridView1.SelectionMode = DataGridViewSelectionMode.RowHeaderSelect
[Code].....
Basically i know this sounds like its malicious but its not
Im trying to create a GUI for a console application but everytime a process is carried out the CMD window appears directly over then application.
Process.Start(fnvLocation.Text, "push " & recDir.Text & "Data.zip /data/local/rmo.zip")
How to hide the msn (Bar) from taskbar? NOT ICON ON RIGHT SIDE.
For example Any script / registry will be fine too
How your guys run the IIS? I am just done a project (vb.net with access) on the vb 2008 express, but not sure the steps to set up and run the project on the internet with IIS?
View 2 RepliesI was thinking is there a code that I can use to get the Internet Explore cache? Can I use the Environment method?
View 3 Replieshow to make a program that sends files from a computer to another?
View 7 RepliesI have an app that gets all the network computers on a local network. Is there any way to block the connection of a computer by the IP/host name? I want to manage my wireless connection at home so that no one can steal my signal.I would use this app on the computer connected to the wireless router.Anyhow, is this possible? Isn't it? Many online games ban the players by IP, so I thought it could be done.
View 4 RepliesHow can I change my internet homepage in both IE + FF?I think you can do it by the registry?
View 5 RepliesThere are some programs like uTorrent that allow me log into them through the url...How would I be able to create a port like that, and display information there?
View 3 Replieshow do get text from Internet Explorer_Server of Y!M Windows?? I Try but not work.
View 5 RepliesI know you can use webbrowser1, but how can you use ie8 instead??
View 6 RepliesI have a form that contains a picturebox and in form_load event it gets a picture from a website with already known link..[code]and it works okay when the user is connected to the internet but it shows an error and it will stuck there if it's not connected..What should i do in this case..Should I ignore if there is no connection or is there anything else I could do ??Or what could I add to my code ??
View 4 RepliesI am using this code to test for an internet connection. As my application will have to login to a web server. However, if the user internet connection was to fail or cable pulled out. I will have to notify the user.
Ping www.google.com to check if the user has a internet connection.Public Function PingTest() As Boolean Dim ping As New Ping()Dim pingStatus As PingReply = ping.Send(IPAddress.Parse("208.69.34.231"))
[Code]...
The only way I think I can test for an Internet connection is to ping www.google.com. So I have a used a server timer which I have set for 1/2 second and in the lapsed event it will call this ping function. If the ping returns false. Then my app will take appropriate action.
Do you think using google as a way to test an Internet connect is a good thing. If google was to fail, then my app would not function. Is polling 1/2 second to much or too little? Just wondering about my whole idea if it is good or not?
How to hide comments in VB 2008 IDE?
I have a lot of comments which are important ones and I wud like them to be hidden when not needed. Something like the #Region function?
Is it possible to hide the icon in the taskbar, so only the system tray icon stays?
View 3 RepliesPerhaps this is nothing weird, but it is in my eyes. After loading the webpage I want to hide the progressbar on my ParentPage, but it keeps coming back. Here's an example of my
[Code]...
How can i hide a picturebox if it contains NOTHING
Dim a As Integer
Dim PicString(26) As Image
Dim PicBox() As PictureBox = {Box1, Box2, Box3, Box4, Box5, Box6, Box7, Box8, Box9, Box10, Box11, Box12, Box13, Box14, Box15, Box16, Box17, Box18, Box19, Box20, Box21, Box22, Box23, Box24, Box25, Box26}
[code]....
This does not work... The PicBox(c) = Nothing ... is not a valid command.
My UserControl has a Font property, and the user can edit this property in a Property Grid on the form (just like you as designer can edit font properties in the VS IDE property grid). The property in the grid is expandable (by clicking the [+] expand icon) and shows some sub-properties such as Name, Bold, Size, Italic, etc. It also shows two properties I want to get rid of: GdiCharSet and GdiVerticalFont.
[Code]...
Is there anyway to hide your window from the alt-tab window display? I have it set to not show in the taskbar but it still shows up when pressing alt tab and getting the window previews.
View 3 Replies