---
title: "C# PROBLEM FACED"  
description: "C# PROBLEM FACED"  
author: "YOGESH Firke"  
published: 2015-06-04  
updated: 2026-05-15  
canonical: https://www.mindstick.com/forum/23284/c-sharp-problem-faced  
category: ".net"  
tags: ["c#"]  
reading_time: 1 minute  

---

# C# PROBLEM FACED

i want [c# code](https://www.mindstick.com/forum/403/how-to-export-data-in-excel-file-from-sql-server-using-c-sharp-code) to create a [bar graph](https://answers.mindstick.com/qa/109670/how-to-create-a-bar-graph-in-excel-with-units-of-data) based on the rssi [values](https://www.mindstick.com/forum/327/sum-textbox-values) of each surrounding [wifi network](https://answers.mindstick.com/qa/100337/why-wifi-network-is-so-weak) in windows7 [operating system](https://www.mindstick.com/articles/229069/operating-system-development) Can Please [anyone help me](https://www.mindstick.com/forum/331/can-anyone-help-me-out-how-to-use-session-concept) how can i do this..???

## Replies

### Reply by Anonymous User

You may try API's MSNDIS, OID'S, and Managed [Wifi](https://www.mindstick.com/articles/23242/a-guide-to-test-your-wifi-and-make-it-3x-faster) Although the API and their signature haven’t changed (AFAIK), there are differences between WiFi on Win7 and XP so you may want to be careful using XP examples.\
\
A managed C# wrapper around WlanAPI that works on Win7 can be found here:http://managedwifi.codeplex.com/workitem/list/basic?size=2147483647.\
\
The WLAN_BSS_ENTRY structure has a lssi property. The documentation forWlanGetAvailableNetworkList has some C++ sample code which would probably be useful to read through first and then you can look at the PInvoke page for WlanGetAvailableNetworkList for a short C# sample.\

### Reply by YOGESH Firke

i don't have any type of sample code for this problem. i need help how can i do this..please help me!!

### Reply by Anonymous User

hi YOGESH firke \
please provide your Sample code


---

Original Source: https://www.mindstick.com/forum/23284/c-sharp-problem-faced

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
