blah blah blah is here! blah blah » Close

0
votes
0 answers

Download list

hello, i think most of you use an ftp or download manager , most of this softwares have list which upload or download tow items in one time like this: [img]http://www.queensu.ca/its/software/filezilla/tutorial/filezilla.jpg[/img] [img] ...

1
votes
1 answers

ICSharpCode.SharpZipLib.Zip

hello I using ICSharpCode.SharpZipLib.Zip library but the problem is that when I try to extract the zip file that contains more than 23000 files my application stop working for a minute or two Is there a solution to this probl ...

1
votes
1 answers

Open With

hello, what i want is to work like this: for example : if i have .txt file but i don't want to open it in notepad i want to do "Open With" so i can see the .txt in my textbox1

0
votes
2 answers

delete all files except

hello, i have this code [code] DirectoryInfo di = new DirectoryInfo(Application.StartupPath + "\\lab"); // or whatever it's called FileInfo[] fia = di.GetFiles(); DirectoryInfo[] subDirs = di.GetDi ...

1
votes
1 answers

remove line from richtextbox1

hello i want to delete the last line in RichTextBox1

0
votes
1 answers

search in access database

hello How can I search in ACCESS database for example: if table1 contain (first name , last name and address) i want to add 3 radio buttons and if RadioButton1 is checked then search in first name column

0
votes
1 answers

control webBrowser1

hello i have HTML code : [code] <p> Your Name: <input type="text" name="name0" value="" size="37" /></p> [/code] and i want to wright my name in the textbox name name0 fo ...

0
votes
2 answers

check if richtextbox1.text start with

hello i want to check if richtextbox1.text start with "http://www.debugging.com" or not how can i do that

0
votes
0 answers

rewrite in column

hello, i want to know how to rewrite in Microsoft SQL Server Compact 3.5 database column for example: i have 4 column , in the first time i want to Binding textbox1 and textbox2 with column1 and column2 and in the Second time Bi ...

1
votes
1 answers

delete all files except

hello, i need code to delete all files in my folder application except tow files how can i do that? For example: my folder application "Debug" file 1 = Debug.exe file 2 = WindowsFormsApplication1.vshost.exe.manife ...

0
votes
0 answers

download .zip and .rar files

Hello, I'm using the code to download files with Progress Bar [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Wind ...

0
votes
2 answers

zoom web page

hello, i want some code work with c#3.5

0
votes
1 answers

using FolderBrowserDialog

hello, i want to know how to select folder by FolderBrowserDialog1 after that all the files in the selected folder will be in listbox1

0
votes
0 answers

download file

hello, i want simple code so i can download file like this [img]http://img692.imageshack.us/img692/7647/17324400.jpg[/img] [img]http://img94.imageshack.us/img94/5895/12610622.jpg[/img]

0
votes
2 answers

Data Binding

hello , i'm having a big Problem with this code [code] textBox1.DataBindings.Add(new Binding("Text", lectureBindingSource, "LectureName")); [/code] the code work good in the first time but after that ...

Feedback