blah blah blah is here! blah blah » Close

1
votes
0 answers

how to change user email address?

If somebody changes its email address, how can the person change it to the new email address. For e. g. notifications, if password got forgotten... I did not see a link for doing this...

0
votes
0 answers

Simulate Mac Address Flooding Attack

Hello, I would like to simulate mac address flooding attack with C#. Is that possible to do? My idea is I will have one gui which is contain a button call mac address flooding attack when i click that button program will simulate fak ...

0
votes
2 answers

C# How to get Internet Explorer address bar information (url)?

Hi, how to get Internet Explorer address bar information? When i`m type in to address bar e.g. www.google.com, i want to get message with the same URL. How to get this? I work with C#. can anyone help me?

0
votes
1 answers

ERROR: You can only take the address of an unfixed expression inside of a fixed statement initializer

Hello I wrote the following code, and got an error: unsafe void Get_ADC_Samples_From_All_Enabled_Channels(TextBox tb_OutputNumber_ADC, TextBox tb_Voltage_ADC) { bool got; double[,] chan ...

0
votes
2 answers

Cannot implicitly convert 'System.Uri" to 'string'

Hi, I'm making a web browser in visual C# and I need to make the address bar change when a new page loads. Here is the code I am using: private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { ...

1
votes
1 answers

C# question - textBox1.text needs to have dots inserted every 3 char for IP Address

Hello, I have a textBox1.text that I would like to have it insert a . every three characters. For an IP Address, like 192.168.001.016 [code]private void tbIPVM_TextChanged(object sender, EventArgs e) { if (tbI ...

Feedback