Forum: C# Jan 25th, 2009 |
| Replies: 6 Views: 2,808 Thank you Jerry
it was really helpful
and I got the needed work done :)
thanks again |
Forum: C# Jun 4th, 2008 |
| Replies: 1 Views: 446 hi there
I was wonder how can I , after adding files to my setup project(for C# application) to tell the setup that this file must be installed in a specific folder ini the target machine ?
i.e :... |
Forum: C# May 23rd, 2008 |
| Replies: 3 Views: 1,066 Yes it helped , thanks majestic |
Forum: C# May 23rd, 2008 |
| Replies: 3 Views: 1,066 Hi there,
how can I open recent power point presentation and recent access data base from a c# application ,
in other word the last opened file in both ,
I could do it with the word using... |
Forum: C# May 22nd, 2008 |
| Replies: 1 Views: 1,871 Hi there,
I need to copy image packaged with setup file project for a C# application to the hard disk of the end user ( how is installing ), I am using installer class, but the problem is I do not... |
Forum: C# May 21st, 2008 |
| Replies: 1 Views: 1,605 Hi there,
how can I add some additional code during installation of my C# application as example create a key in reg for the application( i know how to do but I do not where) , I created setup... |
Forum: C# May 20th, 2008 |
| Replies: 6 Views: 3,541 hi there,
is there a browse control in C# windows application form ,
if so , plz, how can I add it to my toolBox and how can I use it to allow the user to browse any file she wants,
if not how... |
Forum: C# May 19th, 2008 |
| Replies: 1 Views: 3,065 Hi there,
how can I add number of radio buttons from C# code , in other words number of radio buttons is determined just in the run , so I need to create the same number of radio buttons an dthen... |
Forum: C# May 13th, 2008 |
| Replies: 2 Views: 945 |
Forum: C# May 11th, 2008 |
| Replies: 2 Views: 945 Hi there,
is it possible that the args of the OnStart method of the service be passed by reference,
more explanation:
the main goal is to:
start my service from another program, and I need... |
Forum: C# May 5th, 2008 |
| Replies: 9 Views: 4,995 It absolutely did answer my question , Thanks for your help, I am late in answer just because I had a problem with my e mail ,
thanks again |
Forum: C# May 2nd, 2008 |
| Replies: 9 Views: 4,995 Jerry , I am sorry , my mistake :l
I meant by ( .info ) file , a file that it's extension is .info , this is first ,
then ordinary file , I mean a file that is opened and be written on directly... |
Forum: C# May 2nd, 2008 |
| Replies: 9 Views: 4,995 Thanks again Jerry,
it seems that I did not get, but now it is ok ,
just to be clear , an info file is not an ordinary file that is represented by an IO, but there is something I do not get yet... |
Forum: C# May 1st, 2008 |
| Replies: 9 Views: 4,995 Thanks a lot Jerry , but I did not got the main idea behind dropping a DB,
would you please be more clearer !
and about the configuration is it for the database itself?
:confused:
Thanks... |
Forum: C# May 1st, 2008 |
| Replies: 9 Views: 4,995 Hi there,
I need to create an INFO file in the setup of an application, and within the application I need to write on that file ,
actually I did some google, but I did not find article that... |
Forum: C# May 1st, 2008 |
| Replies: 3 Views: 4,311 |
Forum: C# May 1st, 2008 |
| Replies: 3 Views: 4,311 Hi there,
I created a setup project , added it to the solution that consists from a windows service, I added the primary output from the serviceName,
but when I install the service never show up... |
Forum: C# Apr 24th, 2008 |
| Replies: 0 Views: 402 Hi everybody,
I have two ways to change a registry key , but I have never seen the influence of the changing
should I perform any saving operation or something ?
example:
RegistryKey myKey =... |
Forum: C# Apr 21st, 2008 |
| Replies: 1 Views: 2,316 I need my windows service developed using C# to restart another windows service or process (a process that belongs to the system not written by me like the taskmgr.exe for example)
how could that be... |
Forum: C# Apr 20th, 2008 |
| Replies: 1 Views: 1,372 Hi there ,
where to put the code I want the service to perform after it finishes what it is supposed to do ,
for example :
onStart the service should search a data base , then I want the service... |
Forum: C# Apr 13th, 2008 |
| Replies: 6 Views: 2,808 is this supose to work with all kind of commands , like cd , when I tried it, I did not see the folder opened , i.e there are some commands has no return output but has actions , what should I do to... |
Forum: C# Apr 13th, 2008 |
| Replies: 6 Views: 2,808 Hi there,
Can C# code , execute commands we write in the cmd window ?
i.e: is there a way to let a C# application interact in somehow the command prompt?
example : we use the command prompt... |
Forum: C# Apr 11th, 2008 |
| Replies: 10 Views: 1,116 Thanks,
I have question, do you mean that I use files to store every thing , what the file is is not problem, is it?
and what possiblly could be the drawbacks of the use of files, especially in... |
Forum: C# Apr 11th, 2008 |
| Replies: 10 Views: 1,116 Thanks all for reply,
Jerry, I am fraid that I do not know exactly from where can I change the Property.setting
and how can I deal with it inoreder to do what I need, actually I am new to that, ... |
Forum: C# Apr 10th, 2008 |
| Replies: 10 Views: 1,116 Hi there,
I am developing a simple application using C#, which perform simple function to the user,
it must save some information about the user , the info needed to be permanently saved (but... |
Forum: C# Mar 26th, 2008 |
| Replies: 1 Views: 3,710 Any help please ,
Thanks in advance |
Forum: C# Mar 25th, 2008 |
| Replies: 1 Views: 3,710 Hi there,
I have written a windows service using C#, but as the default case it does not interact with the desktop, that property which I need can be modified from the registry key , I had this... |
Forum: C# Mar 22nd, 2008 |
| Replies: 1 Views: 3,062 Hi there,
I was wonder if it is possible to send data from the computer to the mobile via C# program that make a Bluetooth connection to that mobile
in other word the computer (my application... |
Forum: C# Mar 19th, 2008 |
| Replies: 5 Views: 2,198 is it possible to set the service to interact with the user desktop from the code ( that the user does not need to go and change it from the service manager manually ?
thanks |
Forum: C# Mar 19th, 2008 |
| Replies: 5 Views: 2,198 when I did it , I think that the process worked(from the task manager) but the form of the application,
my application has a form and functions which interact with the user but nothing has showed |
Forum: C# Mar 19th, 2008 |
| Replies: 5 Views: 3,817 Is there a way to make the SQL service run before the windows log on ?, if yes, what should I do besides making the SQL service starts up Automatic,
thanks |
Forum: C# Mar 19th, 2008 |
| Replies: 5 Views: 2,198 thanks ,
you mean the path to the executable file of my application?
thanks a lot. |
Forum: C# Mar 18th, 2008 |
| Replies: 5 Views: 2,198 Hi there,
can a service written using C# to open another application written using C# too ,
In other word I wrote a service which I need to open forms and do more , so I had a windows... |
Forum: C# Mar 17th, 2008 |
| Replies: 5 Views: 3,817 hi there,
I am trying to make my service to insert to a database when it starts as follows :
protected override void OnStart(string[] args)
{
base.OnStart(args);
... |
Forum: C# Mar 3rd, 2008 |
| Replies: 1 Views: 2,512 Hi there,
I need a good site that describe the provided library in the C#.Net 2005 which is used in writing programs to have bluetooth communication with mobiles or computers .
Thanks |
Forum: C# Feb 21st, 2008 |
| Replies: 3 Views: 1,204 Thank you very much for replaying , but about the first link I could not find the library for download , actually I already have the complete .Net visual studio 2005, which I m using
and all... |
Forum: C# Feb 21st, 2008 |
| Replies: 3 Views: 1,204 Thank you very much for replaying , but about the first link I could not find the library for download , actually I already have the complete .Net visual studio
and all what I need is to add a... |
Forum: C# Feb 20th, 2008 |
| Replies: 3 Views: 1,204 Hi there,
I had download a C# code for connecting a mobile with a computer using the bluetooth,
but I had for the first time see these :
using System.Linq;
using... |