blah blah blah is here! blah blah » Close

0
votes
1 answers

can i open Gmail Drive from my c# code...its urgent ..plz help...

Hi all, I ve a drive like GMail drive...i want to open it from my c# windows application...How can i do that... plz help.....

0
votes
1 answers

can i build a setup that will overwrite the previouse installation...c# windows applciation..

Hi all, if i have allready installed a setup and if i try second time ..it says.. "One instance is allready running" . can we build a setup which should over write the previouse installation of the same setup. just like an upg ...

0
votes
1 answers

How to get the caption of Console window..(Hiding console window)

Hi, I want to hide the console window as i m running a windows service in background. after searching a lot in google i found this code.... using System.Runtime.InteropServices; ... [DllImport("user32.dll")] p ...

0
votes
1 answers

Opening drive like GMail Drive through c# windows application..

How can I open a Network drive like GMail drive installed in my system through C# windows application. tnx...

0
votes
1 answers

How to use visual studio 2005 Bootstrapper

I am working on an windows application and I want to include .NET Framework 2.0 with the SETUP . After googling in NEt I got that it can be done by visual studio 2005 Bootstrapper. But after trying hard I can'nt figure out how to use th ...

0
votes
1 answers

invoking a method of one form from another at the same time

I am developing an application which displays files and folders in a listview like our Desktop. User can select as many items from the listview and delete . I want to delete the items with a progress bar like our desktop. For that I am ...

0
votes
1 answers

invoking button click on Enter Key...

Hi, I ve a login form in c# windows application . I want that after typing username and password when user presess enter key the button click e.i submit button should invoke... How can i do that.... tnx....

0
votes
1 answers

Some file uploading issue....

Hi, I am uploading files in windows application using web services. I am having progress bar which shows which file is uploading right now. Is there a way that I can show this many bytes has been transferd till now and this many perce ...

0
votes
1 answers

system tray problem.....

I have an application for which i ve an icon in system tray. Whenver system boots the icon appears in the system tray as i ve written the application path in the registry. I made the form visible property in load as false so the form ...

0
votes
1 answers

NotiFyIcon problem...C#....

Hi, I've written an application with an notifyicon. I ve draged a notofyIcon on form1. and on click of a button on form1 I am loading form2. Again in form2 I ve few more buttons. Every time I click a button result in an extra notify ...

0
votes
1 answers

How to change the color of scrollbar of a list view..

Hi, Can we change the color of scrollbar of a listview... tnx...

0
votes
1 answers

changing listviews border color...

hi, Can we change listviews border color......If any one has any idea do share with me... tnx..

0
votes
1 answers

making custom combobox control

Hi all, I wrote some code for image combo box where I display the drives with images. Its working fine. The combo box is in a form. Now what I want to know is that can I make this combo box as just another control like our regular combo ...

0
votes
1 answers

required some tips...

Hi , Sorry 4 putting same question twice.... My windows application deals wit backing up files and folders in the server. The user is allowed to browse a file or a folder and then he can back it up in the server which they can see in ...

0
votes
1 answers

Plz go through...Codes taking lots of time....

Hi there, My windows application deals wit backing up files and folders in the server. The user is allowed to browse a file or a folder and then he can back it up in the server which they can see in the website..just like Xdrive . N ...

Feedback