No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
21 Posted Topics
hi i have this variable which looks like this ؛ 002005 And i want to split it into two halfs three each . What i want to do is to put the first 3 numbers in a new variable and to remove its starting zero padding to get only 2 … ![]() | |
hi i have an outer div which contains alot of inner divs like this '<div id="wrapper"> <div id ="1" class="hoverme">sometext</div></div> so what i nedd to do is that i need to detect the on hover stat of ever hoverme class in tthe wrapper div and return the id number of … | |
Hi I have a folder containing about 60 files and I need to copy each 3 files to a separate folder Thank you | |
Hi i wan to start an application but without showing its window Thank you | |
Hi i want to add text to speech functionality to my app but i can only use the default Microsoft Anna voice which i want to change and i have tried installing some SPAI4 voices but i can't use them so please help me i have tried this code but … | |
Hi i need that when i put something like a ball in front of my webcam a square is putten around that ball and keep following it if i moved the ball i currently have no idea on how i can do this so any help whould be appreciated thank … | |
Hi i need to get all running application not process and then list it in a listview Thank you but by the way can any one tell me how can i do an action to the selected element of a listview on buttonclick thank you all again this will help … | |
Hi I have a folder containing a lot of shortcuts so i need to check if the shortcuts paths exist Thank you | |
Re: Hi first of all merry christmas & happy new year So i have this link that has exactly what you want [URL="http://www.codeproject.com/KB/cs/TDHAppBar.aspx"]codeproject.com/KB/cs/TDHAppBar.aspx[/URL] | |
Hi all and happy new year I need to detect whe the mouse leftclick is being held while moving the mouse upward so how can i do that Thank you | |
Hi i need to view all files with their names and icons From a specific directory in a grid style inside my c# winform app Any help would be appreciated Thank you for your time | |
Hi guys I need a little help in viewing all .txt files in a folder in a thumbnail view and allowing the user to open it in the default txt editor Any help would be appreciated Thank you | |
Hi every one I have this url [url]www.websiteaddress.com/0010001[/url] and i want to keep counting on it like it becomes [url]www.websiteaddress.com/0010002[/url] [url]www.websiteaddress.com/0010003[/url] and so on and i want all lines to be in a sing text file so please help me do this | |
Hi guys i have a problem that i have a text file which contains very long text like : welcome to all, how are you doing, etc.. so i need to cut the text till each comma and put it in a separate file like i want to pu [welcome … | |
hi how can i include a range of numbered files like file1.php,file2.php,file4.php i have tried this code but it didn't work [CODE]<?php foreach (range(0, 7) as $fileno) { include "files/file" + $fileno + ".php";}?>[/CODE] | |
Hi i have a lot of ANSI encoded files in the same folder with different extensions and i want to convert all this files into utf-8 encoded files so how can i do this in c# [I][B]Thank you [/B][/I] | |
Hi need to shut down my computer using c# and i have tried this code : [CODE]Process.Start("shutdown","/s");[/CODE] but the problem is that this code forces all running application to close like if i am having an opened document in notepad this code will close the notepad without saving and i … | |
Hi i have a directory containg about 300 files with different extensions like : .txt, .php, .html,etc.. and i have tried this code but it displays a files list instead of only thier extentions [CODE]string[] filePaths = Directory.GetFiles(@"c:\tmp]");[/CODE] so what i need to do is to display all the files … | |
hi ihave many files like File.txt anotherfile.txt Log.txt . Etc... And i want to rename these files into something like this File1.txt File2.txt File3.txt . Etc So how can i do this in c# Thank you for your help | |
Hi i need to create about 100 files in a numbered sequence like : file1.txt,file2.txt,file3.txt . so how can i create these files using c#. | |
Re: Hi i suggest [URL="http://heliohost.org"]Heliohost.org[/URL] for you . i have used it for more than 2 years now and it was amazing & it has everything you need and its free . |
The End.