There are keyloggers everywhere - for bank accounts, gaming accounts and etcetera. Low level keyboard hooks seem to be unable to bypass - and that would be dangerous. How would I try to ignore these keyboard hooks? Would sendkeys work? Or is there simply no way to do that?
Well im working agains a webservice that has a certificate that is not 100% correctly setup the certificate is setup for the domain [URL] and the api is located at [URL] now i cant connect to this webservice as i then get a WebException "Could Not establish trush relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure. Now my question is there any way to bypass this check i use a normal Web Reference (2.0) not a Service Reference..
i have been making an application that uploads files to an FTP server, what i wanna know is if it runs it to a problem how can i make it bypass that for example.
I'm programming something and I have it set to where if you leave the text box blank then a message box comes up and tells you to enter a value to move on to the next text box [code]Now whats currently happening is if I click the exit button and leave the name text box blank the error i programmed will come up and tell me to enter a name. I want to be able to click the exit button while no text is entered in the name text box bypassing the error message.
Is there anyway to disable the vb.net (2008) express popup for converting older projects as well as the security warning to browse the project? I'm fairly new to vb.net so of course I download lots of examples to learn off of and it is BEYOND annoying to have to convert every demo and then click ok to browse the code.
VB6 application MDI-Child architecture. Closing event is handled via QueryUnload event in both MDI and child form. Order of event trigger is MDI form closing(QueryUnload) event fires first followed by child form closing event(QueryUnload, I would like to call it as FormClosing itself as it is more comfortable and correct)Now after migration, order of event trigger is occuring in reverse. Child form closing event is firing first followed by MDI form closing event. We want to reverse the event triggering badly because of the logic written inside the closing events. Swapping the logic inside the events is not a viable option considering the huge changes we need to make (we have 31 vbprojects with 31 MDI forms and numerous child forms).
How I can make the MDI's closing event to be triggered first before child's closing event?
I have a validating event for a txtbox called txtname. If the user tries to leave txtname for another txt box without entering their name a messagebox comes up giving an error. I have an exit button which will when clicked ask you if you really want to leave then you can choose yes or no. I can't seem to figure out how to allow the user to click the exit button while leaving the txtname blank so it would bypass the error message and only bring up the exit prompt. Here's what I have coded for the validating event and the exit event.
Private Sub txtName_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles txtName.Validating If IsNumeric(txtName.Text) Then
I also set certain commandline prompts for another that I named DebugWithoutLogon. The app is then set up to bypass logon and set certain test flags so during debugging I don't have to login and do those things every time.
So I have a custom control that basically acts like a listview, but it draws everything out and finds where the mouse is and all that.But when I have another class that goes in a chatroom and receives data, then raises an event to the parent (which is the main form), I then pass it through a delegate and then it adds to the custom control.This seems to take a lot longer to add items to the list than If I just use
Control.CheckForIllegalCrossThreadCalls = False and bypass the delegate?What should I do.
[code]...
Is there a faster way to pass all the info, or should I just bypass the cross thread check and not use a delegate?
I wanted to load a lot of items into the listbox and found out its limitation i.e I try to load 1000 lines of long words, it hit to the max. So my questions: Is it possible to bypass the max size limitation or is there other control that can handle better than listbox?
some way bypass the firewall, such as using : software Ultrasulf , Proxy-Server , Web-Proxy
In this case , i will anti-bypass firewall on Proxy-Server and Web-Proxy , i will write a services in window
I think it as same : First , capture package with IP-Address , then request from proxy-server . Second ,very importanly , in here , we compare with IP-Add is truth , if IP-Add not truth , at list Block IP-Add , else accept to request to website
i am currently using this code to delete folder files.
For Each itm As String In ListBox1.Items Try My.Computer.FileSystem.DeleteFile _
[Code]....
what i am having problems with is that if a file is in use, i get a msgbox prompt.. i do not mind it not deleting the file. how can i bypass that msbox to not show??-.trujade.-
I run a query on Access and although it warns me about null fields, it can still run the query and add the rows.However, when I run through JET in VB.NET, it says "Data type mismatch in criteria expression".Is there a way for JET to behave like Access (ie. still run the query and add the rows)?
I have a validating event for a txtbox called txtname. If the user tries to leave txtname for another txt box without entering their name a messagebox comes up giving an error. I have an exit button which will when clicked ask you if you really want to leave then you can choose yes or no. I can't seem to figure out how to allow the user to click the exit button while leaving the txtname blank so it would bypass the error message and only bring up the exit prompt. Here's what I have coded for the validating event and the exit event.
Private Sub txtName_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles txtName.Validating If IsNumeric(txtName.Text) Then
I tried installing my app in another computer and found out that a lot of error messages keep popping up. What can i do to bypass these error messages? something about jit debugger or sumthing. Can i compile the app in such a way that these errors wont pop up?
I have a property which is an array of items but when I come to add an item to the array it says I must use the new keyword, but I can't use a new keyboard with a property.
(item is a custom class)
Private itemsvalue As item() Public Property Items() As item() Get
I have a form that is first displayed as 425 x 66. When you press a button, the form expands to 425 x 398 and a message appears (a label prooperty) with the text: Processing Files. When the files are finished prosessing, a listbox appears and summarizes which records were added to the database.
The label begins as Not Visible. After I change the size of the form, I change the label property to Visible.
This used to work, but now, for some reason, the text simply doesn't appear.
I tried changing the lblproperty to Visible at startup but when I do this I get a black bar where my lable should appear.
I've migrated a VB6 Windows based system into VB.NET (version 2008) thru the use of wizard. I'm able to run the program and generate ralated reports at the development PC BUT when I installed it on a server, the system seems not runing at all (no report being generated) and without any error. I tried to install it at another 2 different servers and having the same result...no report being generated and without any error.When I installed it at a PC (NOT server), the system able to generate reports.
I am trying to add a Handler, but it do not work. what am I missing? I getting this error.
Dim EditingTextBox As New TextBox Dim Save_Button As New Button Dim Cancel_Button As New Button Private Sub Labels_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click
I have a form with several listviews. 1 master with two columns and 10 other all with two columns. I have been able to do a drop from 1 to the others and among the others. I want to move the second column around also. I can't read the subite.
I am developing a project that is dealing with CCTV camera made in china. I am provided by some DLLs from the company. Now i want to consume that dll into my application. I have tried default Visual studio's ADD REFERENCE features. then I have tried tlbimp.exe but it doesn't work.[URL]..I have search a lot about dll, some says "Check the dll header" and CLI Header. I opened this fine in notepad and I found only like "This will not work in DOS mode...". what to do next. Is there any way I can consume this file in .net.
I have already tried to add it as reference in Visual Studio 6.0 VB. even it says this is not a valis library.
Still dumpbin.exe is listing the function inside that dll.
I am confused about this scenario. Please guide me what to do with thi.
I am trying to create a Windows Forms control in VB.Net to wrap around a control in an old DLL I created in VC++ 6. I am trying to make a call to an API entry in my control:
Code: <DllImport("myctrl.dll")> _ Protected Shared Function InitMyControl() As Boolean End Function
However, when I add a call to InitMyControl to my control's code and try to load the form on the test project, the following error shows up:
Quote:
Unable to load DLL 'myctrl.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I have tried putting a copy of myctrl.dll into the Debug and Release folders of both the control library and the test project, but I continue to get the error. I even copied it to my WindowsSystem32 folder, but still no luck.
I have a program that I have written using 2005 and .Net Framework 2 SP2. I went ahead and created the snk file placed it in a shared folder on the same server that I will be running the app from. In my AssemblyInfo file I added point to where the snk file is located as follows.
I have a problem on sending sms which it only send only one letter to the receiver. For example, I have sent the word "Hello" and the receiver only receive "H". I am using the serial port to send the sms.[code]....