Restrict The Bandwidth Of An Application?
Apr 18, 2009
I'm using a webservice to update some data to server.my webservice is written in asp.net and vb.i'm invoking it from a windows application(vb.net) but when my webservice is running it uses the complete bandwidth of my internet connection. is there any way to alllocate a particular bandwidth to this webservice sothat it wont affect other applications using internet?
View 5 Replies
ADVERTISEMENT
Sep 20, 2011
I would like to sleep for packetSize/Bandwidth amount of duration for a network application in VB. This value varies from "10^-3 - 10^-6" seconds.When I use the Sleep() func, I think it is not sleeping for the duration if it is less than unity (< 1 sec ~~ 0 sec??).
Edited:I have to keep sending packets after a short nap of above range. So, I could not specify, for eg., to sleep for 0.001 milli seconds at the client side.My requirement is for the client side of CS app, which reads a file and keeps sending small packets at regular or irregular interval of sleeps to the Server. The Server, later, captures the packets and processes it at its own rate..
View 4 Replies
Apr 25, 2011
I am building a simple windows form application in Visual Basic 2010 with two tabs. It's a program that will allow a business to enter contact information for display to an end user client.
One tab displays the business contact information for the end user client, which I have the data filled from a App.config file.The other tab acts as a settings page. The business fills in their contact data on the settings tab for the App.config file.
Once the business contact information is entered into through the settings tab, I want to be able to restrict the end user client access to the settings tab.It doesn't need to be highly secure, just a way to prevent the average end user from getting into the settings tab.
View 6 Replies
Mar 11, 2010
Is it possible for me to restrict my desktop application only for 1 computer..
View 7 Replies
Oct 23, 2011
I have created an application in VB2010 and deployed it such a way that it will start automatically when a user logins.I want user to restrict closing the application, so i disabled the close button also in the forms.But still users are able to close the application from Task Manager. Is there any option to restrict application closing even from task manager...?
View 19 Replies
Feb 25, 2010
how to limit Bandwidth using ftp
View 1 Replies
Apr 24, 2012
I have a multi-threaded application that sends requests to my online app and that page is less than 1kb now the question is how do 15 threads take 300kbs
View 1 Replies
May 21, 2010
<!-- [if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent>[code].....
I am a beginner in network programming with VB 6, I am a beginner in network programming with VB 6,I wanted to ask is how the VB 6 source code to know the bandwidth usage of each client in an Internet cafe, we as a server at the cafe, suppose that we had five clients that are connected directly to server, on the server so we know the bandwidth usage of the clients.
View 4 Replies
May 12, 2010
how to develop a internet bandwidth limiter in vb.net 2005
View 2 Replies
Jan 11, 2011
I have used the following code to get bandwidthIt works but i have following doubts1.I need Total Internet Data transferred in MB, how do i convert?, total data transferred (download+upload) varies with other bandwidth monitoring applications. how do i get exact data transferred?2.I need to exclude file transfer in local LAN in Data Transfer, The follwoing method includes internet data transfer + Local file transfer
Option Explicit
Public Enum OperationalStates
MIB_IF_OPER_STATUS_NON_OPERATIONAL = 0
[code].....
View 1 Replies
Nov 5, 2010
How do I speed up a download / increase bandwidth usage? I tried using more threads but the speed caps at 2 threads.how do download accelerators like internet download manager speed the download so much?
View 1 Replies
Oct 20, 2011
im currently making use of the VNCSharp lib here this is the API im trying to understand how to connect at a lower bandwidth but am unable to find an option, i know from the vnc protocol (RFB) it requires a setpixelformat command to be sent during the client init to the framebuffer process
View 2 Replies
Aug 4, 2010
Anyone have any examples, or source code or SDK's that are FREE?I'd like to setup a simple voip program to play with.Was curious whats the simplest way of doing it, using UDP across an IP.I planned on having a server program, as i'd want multiple clients.My question is, how can i stream voice, without using alot of bandwidth with minimal delay between talking?
View 1 Replies
Dec 31, 2010
how do i check the bandwidth (download speed and possible upload speed) of a user in vb.net or php that uses my app or visits my site resp?
View 1 Replies
Jan 29, 2010
I have created an exe file. i am now worried whether my exe file will be decompiled using some vb.net decompilers.(sample coding) for some exe file named "hello.exe" to prevent the hackers from decompiling it. how to restrict the use of decompiler.i now want to make my code, invisible (or) not traceable (or) not understandable. even if it is decompiled.Also i came to know that , it is also possible to remove the obfuscation from the exe file.. so that the actual goal to trace the code is possible...
View 1 Replies
Apr 7, 2011
Alright, simple as can be. I am stuck back doing my project again this year in college since i failed.So my question is if anyone can help me with the coding as to how i can restrict a member from the database, Also i wanna know if i am doing it right in terms of code for Amend.Try to explain it nice and simple.Sorry but unfortunately my college has blocked every single image host so i can't show ya all a screenshot but i can show ya the coding i have.
so far i have it laid out so user can input details of a member.I have 4 buttons on the form, one is Add, Amend, Delete and Cancel.I have the coding right for Add, Delete and Cancel.So i have a checkbox where if a member is restricted the change is placed on checkbox.
[Code]...
View 8 Replies
Oct 13, 2004
I want my textbox to take only letters as Input, no numbers or other keys.
And Viceversa that I want Only numbers as Input ,no letters or other keys.
View 11 Replies
Jan 15, 2011
How to restrict user to do rating only once..i m using AjaxControlToolkit Rating Control i VB.NET!
View 1 Replies
Apr 15, 2009
How can i make it so my listbox can only contain 1 item at a time?
View 1 Replies
Aug 7, 2010
I need to create a helpsystem for my work. There's two user types ... common users and admin users. The common user needs to se all stuff except admin stuff - admin must see it all.
I use Camtasia to make screencasts - AVI files, which I need to put in my helpsystem. Seams like I can't stream the AVI from embedded resources, so I guess I need to save the AVI files to the users harddrive.
I need to copy all stuff to the client PC in case of network problems.
how to I prevent common users going to their harddrives and watch admin AVI files?
View 8 Replies
Feb 3, 2010
I need to restict access to a drive using vb.net code
View 3 Replies
Jul 21, 2011
I am trying to add Images from websites and I am facing poblem with an issue which is that when I am trying to go to google images and trying to add some Images and when I right click for some images I find "Copy Image URL" and for some I don't find it and I find "Copy link address".Now I want my users to restrict from adding the Images which contain "Copy Image URL"And I am attaching Images so that you'll understand me in a better way.
View 3 Replies
Feb 16, 2006
I have some textboxes that I only want numbers in and only want a range of numbers to be valid. Also I do not want to use NUDs. I already have the textboxes connected to functons and subs so I do not really want to change them.How would I do this?
View 8 Replies
Nov 22, 2010
I have a picturebox (X=1200,Y=800) and there is an area in the picturebox starting at (X=32,Y=32 and is 256x256 in size). I want to keep the mouse pointer in that area for awhile.
Is there a command in vb that lets you do this? If not, can you restrict the mouse to one control?
View 6 Replies
May 10, 2012
[code]...how to restrict numbers for TextBox?
View 6 Replies
Sep 20, 2009
I Have Textbox where whatever is entered is to be used for a file name so I do not want certain keys to be entered, i.e. <>|\ /*: ? "
The code I have so far is
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
[code].....
View 5 Replies
Oct 6, 2009
I am wanting to restrict the input on an InputBox and I am confused about how to do that. I know what to do on a text box to restrict input to numbers, the ".", and the backspace key, but I cannot figure out how to tie the input restrictions to the pop up InputBox. Do InputBox 's have an object name attached to them? Or are they just called InputBox.whatever?
View 8 Replies
Jun 8, 2012
I have a ASP.Net Web application hosted on a server. I want to restrict same user to login on different machines over the network connection but with certain conditions to be satisfied. So I thought of adding three new columns to the User table so that we can track if same user is logged in on same or different machines.
Those columns are like :
IsLoggedIn : To check if the particular user is already logged in or not.
SessionID : To check if the same user instance is opened.
IPAddress : To check if the same user is on same or different PCs.
This should satisfy some of the below conditions, but it fails to satisfy some of them. Conditions are as follows :
Both computers are on the same LAN.
Each computer is accessing the application over the internet from different locations.
Each computer is accessing the application over the internet from the same location.
Some of the application hosted which means that IP address alone is not sufficient to distinguish different computers.
Some users just close the browser without logging out. So sessions may not be ended at this situation.
How to accomplish all these conditions to satisfy with my application ?
Mainly 4th and the 5th .
View 1 Replies
Feb 3, 2010
i need to restrict access to a drive in windows using vb.net
View 4 Replies
Jan 22, 2012
Using VB.NET 2010:i'm making a simple "launcher" application for our work applications. I have already created the ToolStripMenu that contains the menus I want. They will be arranged like so:[code]What I need to do, is restrict access to the Admin menu, based on the Environment.UserName variable. Ideally, I would like to have it not even render - but if the only option is to have it greyed out, I am okay with that as well.
View 1 Replies