User Profile
Collapse
-
Thanks tlhintoq, I found my way out... -
the result is getting the files only in subfolders excluding the subfolders of the subfolders, but also, the result shows me the files in all folders in the first folder. With second folder, shows the files of in all other folders but the first folder. in the third folder, the result shows all files of the other folders but the first and the second, and so on !!!Leave a comment:
-
Code:private void Form1_Load(object sender, EventArgs e) { string[] m = Directory.GetDirectories(@"C:\KeysFolder"); for (int cc = 0; cc < m.Length; cc++) { DirectoryInfo FolderName = new DirectoryInfo(m[cc]); string[] p = Directory.GetFiles(m[cc]); treeView1.Nodes.Add(FolderName.Name);
Last edited by tlhintoq; Oct 12 '09, 09:03 PM. Reason: [CODE] ...your code here...[/CODE] tags addedLeave a comment:
-
How to contruct a series of treeViews
How do I contruct a series of treeViews to display a folder with subfolders and files ?? I tried but all my tries were stuck on the second subtreeView!!
how to keep the treeView going whenever there is a subfolder?? -
encryption application for mobile phone or smart phone
Hi everybody,
Anyone can help me on developing an application for encrypting call from mobile phone? any documentation or website ?? -
right click on the project name, then select properties=> Application.
In the Resourses you can change the icon.Leave a comment:
-
manipulating the voice in a mobile phone
Hi everybody,
Can anyone helps me on how to manipulate the my voice that is coming out of the mobile phone while having a conversation with a friend.
For Example:
I want to build an application and download it in a smart phone or any other mobile phone. The purpose of this application is to get my voice while talking to a freind and change, do anything with it, before it goes to the other end, my friend. The... -
My computer collapse
Hi
My computer is DELL and using windows XP, the RAM is 2 GB. Wile running a program that generates a random bytes and store them in created file. If the generated random bytes is less than 100 MB, there is no problem. But if the random bytes are more than 100 MB, my computer goes crazy and I have to restart the computer.
Somebody told me that to use a computer with RAM of not less than 4MB!!!
Is there any solution? -
installing setup file into another machine
Hi,
I'm having problem in installing the setup file into another computer that has not have .Net framework. After I made a setup file to a project and I tend to install the setup file into another computer, a message pops up telling me that the computer has no .NET framework.. Anyone can help?? -
Hi NeoPa,
thanks for replying.. I have tried several type of files, .txt , .jpg , I ended up with the same result, the file size increases and the file has not been compressed.Leave a comment:
-
Compression Problem
I'm trying to compress files, but I noticed that the files lenght has been increased ????
I tried different ways, but the result is the same.
Anyone can explain why??? -
-
Hi,
try to connect the phone to the computer and use the HyperTerminal to send AT commands to the phone.Leave a comment:
-
Having Next/Pervious Button in desktop application, windows application.
Hi everybody,
Can anyone help me ?
How do I move to the next Form and go back without having to open new Form in window application. I tried to use in Form1
Form2 f2 = new Form2();
f2.show();
but the problem is that technique opens new Form and if I went to go back to Form1 to modify some info and get back again to Form2, I will have new window of Form2. For...
No activity results to display
Show More
Leave a comment: