Forum: C# Jun 4th, 2008 |
| Replies: 1 Views: 134 |
Forum: C# May 23rd, 2008 |
| Replies: 3 Views: 211 |
Forum: C# May 23rd, 2008 |
| Replies: 3 Views: 211 open recent power point presentation 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: 368 copy files during installation in C# 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: 482 create file during setup installation 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: 4 Views: 523 Browse Control in C# 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: 526 |
Forum: C# May 13th, 2008 |
| Replies: 2 Views: 324 |
Forum: C++ May 12th, 2008 |
| Replies: 7 Views: 324 Re: Run C# from C++ yes it helps and yes it is almost that way ,
but in addition the native code is supposed to be dll too, is it ok to call dll inside a dll?
Thanks again :) |
Forum: C++ May 11th, 2008 |
| Replies: 7 Views: 324 Re: Run C# from C++ Thanks all for replying,
mitrmkar, the link is (what i need) 's opposite , it discusses, as I understood, linking c++ in C# but what i want is to link C# to native C++,
dll in native c++ caused me... |
Forum: C# May 11th, 2008 |
| Replies: 2 Views: 324 Change service OnStart args 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 the... |
Forum: C++ May 10th, 2008 |
| Replies: 7 Views: 324 Run C# from C++ Hi C++ experts ,
actually my knowledge is not very good I can call my self degree 2 beginner ,
But I know how to do things in C#, and write now I need to execute what I have already done in C#, in a... |
Forum: C# May 5th, 2008 |
| Replies: 9 Views: 1,529 |
Forum: C# May 2nd, 2008 |
| Replies: 9 Views: 1,529 Re: create and write into INFO File from C# 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: 1,529 Re: create and write into INFO File from C# 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: 1,529 Re: create and write into INFO File from C# 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 again :) |
Forum: C# May 1st, 2008 |
| Replies: 9 Views: 1,529 create and write into INFO File from C# 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 discuss... |
Forum: C# May 1st, 2008 |
| Replies: 3 Views: 737 |
Forum: C# May 1st, 2008 |
| Replies: 3 Views: 737 setup project fro a C# windows service 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 in... |
Forum: C# Apr 24th, 2008 |
| Replies: 0 Views: 197 regisrty key changing from C# 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: 633 |
Forum: C# Apr 20th, 2008 |
| Replies: 1 Views: 589 windows service using C# work 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: 3 Views: 467 Re: can C# perform command prompt lines 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: 3 Views: 467 can C# perform command prompt lines 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 line:... |
Forum: C# Apr 11th, 2008 |
| Replies: 10 Views: 493 Re: Is there a way to not to use a data base 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 the... |
Forum: C# Apr 11th, 2008 |
| Replies: 10 Views: 493 Re: Is there a way to not to use a data base 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: 493 Is there a way to not to use a data base 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 could... |
Forum: C# Mar 26th, 2008 |
| Replies: 1 Views: 1,140 |
Forum: C# Mar 25th, 2008 |
| Replies: 1 Views: 1,140 windows service interact with the desktop 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 code... |
Forum: C# Mar 22nd, 2008 |
| Replies: 2 Views: 1,088 send info to mobile via bluetooth application 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 run... |
Forum: C# Mar 19th, 2008 |
| Replies: 5 Views: 614 Re: can service open a C# application 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: 614 Re: can service open a C# application 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: 1,316 Re: Windows service using C# 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: 614 |
Forum: C# Mar 18th, 2008 |
| Replies: 5 Views: 614 can service open a C# application 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 application... |
Forum: C# Mar 17th, 2008 |
| Replies: 5 Views: 1,316 Windows service using C# 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: 795 C# Library for Bluetooth communication 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: Peripherals Feb 23rd, 2008 |
| Replies: 1 Views: 311 |
Forum: Networking Hardware Configuration Feb 23rd, 2008 |
| Replies: 3 Views: 444 |
Forum: C# Feb 21st, 2008 |
| Replies: 3 Views: 552 Re: need to download a library 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 what... |