User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 397,932 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 7,247 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 60
Search took 0.01 seconds.
Posts Made By: knowledgelover
Forum: C# Jun 4th, 2008
Replies: 1
Views: 134
Posted By knowledgelover
put files in a specific folder in the target machine during installation C#app

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: 211
Posted By knowledgelover
Re: open recent power point presentation

Yes it helped , thanks majestic
Forum: C# May 23rd, 2008
Replies: 3
Views: 211
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
Adding radio buttons to a panel in c# programmatically

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: 324
Posted By knowledgelover
Forum: C++ May 12th, 2008
Replies: 7
Views: 324
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
Re: create and write into INFO File from C#

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: 1,529
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
Forum: C# May 1st, 2008
Replies: 3
Views: 737
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
My windows service restart another windows service?

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: 589
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
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
Posted By knowledgelover
Re: windows service interact with the desktop

Any help please ,

Thanks in advance
Forum: C# Mar 25th, 2008
Replies: 1
Views: 1,140
Posted By knowledgelover
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
Posted By knowledgelover
Question 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
Posted By knowledgelover
Question 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
Posted By knowledgelover
Question 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
Posted By knowledgelover
Question 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
Posted By knowledgelover
Question Re: can service open a C# application

thanks ,
you mean the path to the executable file of my application?

thanks a lot.
Forum: C# Mar 18th, 2008
Replies: 5
Views: 614
Posted By knowledgelover
Question 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
Posted By knowledgelover
Question 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
Posted By knowledgelover
Question 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
Posted By knowledgelover
Question is it possible to have a program that scan for bluetooth

Hi there,
is it possible to write a C# program that can scan for turned on mobiles bluetooth,
(i.e) when I run the program can show me a list of the names of mobile devices which are turning there...
Forum: Networking Hardware Configuration Feb 23rd, 2008
Replies: 3
Views: 444
Posted By knowledgelover
Re: connecting bluetooth to a computer

Thank you very much, I will do the best I can to learn it ,
Thanks again :)
Forum: C# Feb 21st, 2008
Replies: 3
Views: 552
Posted By knowledgelover
Question 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...
Showing results 1 to 40 of 60

 
All times are GMT -4. The time now is 11:41 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC