Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~20.1K People Reached
Member Avatar for Beta_1

I'm using a WPF Textbox in Winforms using elementhost to get the SpellChecker feature. I loaded a large text file with at least 100,000 + characters and over 2,000 lines. It opens the file and adds the text to the wpf textbox normally and I can easily scroll through the …

Member Avatar for Beta_1
0
207
Member Avatar for Ahmed.C

I was just wondering, is there a way to change the colour of the squiggly line when a word is misspelled in a WPF TextBox? Here's what I mean: [Click Here](http://puu.sh/dwAdC/701c7f2c59.png) I have no idea as to where to start because I'm simply clueless. I tried editing the Textbox to …

0
147
Member Avatar for Ahmed.C

Hello Everyone, Was just wondering if anyone here does Windows Phone Development? apart from Android and iOS are there are Windows Phone developers here that could help out? Thanks!

Member Avatar for Sw8Lala
0
203
Member Avatar for Ahmed.C

Hey Guys! I was just wondering if anyone here does Wp7 development? I'm new to C# and hoping if there are poeple who work with Windows Phone 7 Development.

Member Avatar for Roche_Fi
0
99
Member Avatar for Ahmed.C

## Hey Guys ## , I've recently stopped doing some of the projects which I wanted to do and took a look at SQL and came across Microsoft SQL and i was pretty pleased with wha tit can do so i downloaded the program and watched some basic MSSQL tutorials …

Member Avatar for JorgeM
0
326
Member Avatar for Ahmed.C

Hey Guys! So i've been thinking about how to make this program which involves a person Logging on and gettings certain information and statistics throught the website. A good example and also something i've been wanting to do is use this page: http://puu.sh/4IEkQ.jpg to get the information below. How can …

Member Avatar for Ahmed.C
0
240
Member Avatar for Ahmed.C

Hey guys! I've been working on this ping server project and I need some help rounding the numbers which appear. take a look at this picture : http://puu.sh/4Fqa5.png the label with the 00:00:00:0...:. Is there a way I can just make it show only 41? Thanks.

Member Avatar for KenSquare
0
98
Member Avatar for Ahmed.C

Is there a way to get online elements text and display that on to a form label or textbox or w.e? e.g. http://puu.sh/4xWQj.png in that how would i get "iTzSnD" to make it display in the form? same with any other webpage element? how can I get this done?

Member Avatar for Ahmed.C
0
126
Member Avatar for Ahmed.C

Hey guys I was just wondering how can I add all the folders which are in a directory to a listbox. e.g. all the folders in C:\ should appear in a listbox on the form load event. How can this be done? Thanks :D

Member Avatar for Ahmed.C
0
2K
Member Avatar for Ahmed.C

Hey guys, I was just wondering how I can get a filebrowser to open folders and files and put the path depending whether its a file or folder. e.g. if the filebrowser selects a folder then in textbox1 the folderpath should appear and if the filebrowser is a file then …

Member Avatar for gusano79
0
280
Member Avatar for Ahmed.C

Hey guys, I need some help with a combobox. basically I have items in my combobox and when the user types in a letter everything starting with that letter shoudl appear and keep going until the user has typed in the item text and that's the only item remaining. Here's …

Member Avatar for Ahmed.C
0
135
Member Avatar for Ahmed.C

Hey guys, I've been working on this program and basically I've debugged everything and it all works fine on my computer BUT! I tried to take it to another computer to run it and it says "Program has stopped working". I don't get it. I've got all the fiels in …

Member Avatar for Ahmed.C
0
224
Member Avatar for Ahmed.C

Hello! I was just wondering if there is a way to send an email to whoever you want with whatever the email account is. Right now i've got : Try Dim mail As New MailMessage() Dim SmtpServer As New SmtpClient SmtpServer.Credentials = New Net.NetworkCredential("user", "pass") SmtpServer.Port = 587 SmtpServer.Host = …

Member Avatar for Ancient Dragon
0
189
Member Avatar for sandeepparekh9

Simple Encryption and Decryption Function using rijndael algorithm. Imports this: Imports System.Security Imports System.Security.Cryptography Imports System.IO Imports System.Runtime.InteropServices Imports System.Text.RegularExpressions Imports System.Text Source : [snipped]

Member Avatar for Reverend Jim
2
10K
Member Avatar for Ahmed.C

Hello. I've been working on this password manager and basically I want to encrpyt a saved file which contains password and account information. When the user clicks save then it should add an encryption and save it so that even if its opened in notepad or wordpad etc it will …

Member Avatar for Ahmed.C
0
185
Member Avatar for Ahmed.C

Hi guys. I just need help with something. Bascailly I've got a combobox which has all the colors e.g. color.black, color.blue etc and what I want to do is when the user selects the combobox item e.g. selected color.Blue it should change the labels forecolor to what ever the user …

Member Avatar for Ahmed.C
0
240
Member Avatar for Ahmed.C

Hi. I'm actually making this very basic password manager and it has 2 listboxes and when i click the Add button it adds the name on the 1st listbox and all the rest on the 2nd listbox. The problem is that when i make more items in the first listbox …

Member Avatar for Ahmed.C
0
241
Member Avatar for Ahmed.C

So i've been working on this little program which is meant to detect internal or external harddrives and show file sizes etc. All that is fine but the problem is that if i take the program to another computer and run it it shows "E:\" in the combobox when it's …

Member Avatar for tinstaafl
0
200
Member Avatar for Ahmed.C

I'm creating a simple FTP client and i want this certain label to say "List refershed" after a certain action and then after 2 seconds i want the label to say "STATUS". How can i do this?

Member Avatar for deceptikon
0
171
Member Avatar for Ahmed.C

Hi. I was just wondering if there is a simple way to get the file size of a selected program. The thing is that if i select a word document or etc the file size should be 2.34MB not like 2355.2 in KB or B. If the file size is …

Member Avatar for Ahmed.C
0
175
Member Avatar for Ahmed.C

Hey.. I've been working on this small project and i just thought if i can get you guys to give some opinons on the design of my program? what can I improve, what should I do to fix etc... Here's the design : http://puu.sh/4a04g.png Thanks!

0
227
Member Avatar for Ahmed.C

Hi. I've been working on this FTP client for a while and in it is Show selected image. I'm currently using this code: PictureBox1.Image = New System.Drawing.Bitmap(New IO.MemoryStream(New System.Net.WebClient().DownloadData(ToolStripLabel1.Text))) I added it to the Form load event. The picture I'm acquiring is from an FTP server but each time it …

Member Avatar for tinstaafl
0
737
Member Avatar for Ahmed.C

Hi. I am working on this ftp client and i want a column of the listview to show the date modified. I've got the code but here's the problem: Private Sub RefreshList() FTPDownload.Hostname = LoginMenu.TextBox3.Text.Trim FTPDownload.Username = LoginMenu.TextBox1.Text FTPDownload.Password = LoginMenu.TextBox2.Text ListView1.Items.Clear() Try For Each File In FTPDownload.ListDirectory Dim ext …

Member Avatar for pritaeas
0
113
Member Avatar for Ahmed.C

Hello people.. I've been working with listviews and FTP clients and i was wondering if you could help me with getting listview to show the icon for the relevent type. So like i have a files in the listview which is music.mp3 and testdoc.txt etc and i need the list …

Member Avatar for Ahmed.C
0
151
Member Avatar for Ahmed.C

Hi. I was just wondering if there is a simple way to detect if the filetype is a sort of docuemnt which can be read and written. e.g. txt, docx, ini ect. I want to make it in s uch a way that when the listview selects and item it …

Member Avatar for tinstaafl
0
144
Member Avatar for vividiah
Member Avatar for yosian
0
281
Member Avatar for Ahmed.C

I was just wondering if there is a possible way to get the last 4 characters from a label or textbox. If someone could please provide me with an example that would be great! Thanks..

Member Avatar for ddanbe
0
137
Member Avatar for Ahmed.C

So I've been working on this FTP server client using Howard Richards FTP client library. After a while the program just stopped logging me into the FTP server and is giving me the "Object reference not set to an instance of an object." error each time i click the button …

Member Avatar for Begginnerdev
0
198
Member Avatar for Ahmed.C

Hi. So i was just wondering if there is a way to get the filepath only when a user selects a file using an openfiledialog. E.g. Rather than C:\Test.txt it should be C:\ Really would appreciate the help

Member Avatar for Ahmed.C
0
2K
Member Avatar for Ahmed.C

Hi. I just wanted to know if there is anyway to make a textbox recognise if there is text or not. I don't want it to be textbox1.text = "". Is there a legitimate way?

Member Avatar for Ahmed.C
0
158