|
Guffa, can you please read my article carefully and it is just a log files into a specified location make sure you dont need any GUI application.
thanks for reply Guffa.
so much of happy ending...
|
|
|
|
|
What article? You haven't submitted any articles here, so I suppose that you mean the forum posting?
Reading your posting carefully only made it less clear. If your program isn't working, what happens exactly when it's "not working"? When you are talking about opening a console window, do you mean the windows command promt?
---
single minded; short sighted; long gone;
|
|
|
|
|
Maybe he's mixing up post and article?
I am not sure what he means by article, either.
"Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus
|
|
|
|
|
mixing it, yeah if you think maybe you are right.
but articles is console in c sharp and post is what we post article contents into the forum right?
if im wrong pls help me1
so much of happy ending...
|
|
|
|
|
If you look at the top of the page in the menu, to the left of "Message Bords" is "Articles". There is where articles are in The Code Project.
The word "article", however, can be used in several different ways, like for example in "an article of clothing". I don't know which way you are trying to use it, but if it's something other than whats usually regarded as an article here, you have to specify what you mean or it's only confusing.
---
single minded; short sighted; long gone;
|
|
|
|
|
yeah thats true and thank you for helping.
kind regards
zafar
so much of happy ending...
|
|
|
|
|
zafax4 wrote: can you please read my article carefully
What article? Do you mean your post?
"Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus
|
|
|
|
|
thanks you. im sorry. we use sometimes common sense to understand what is posted in this forum . not to challange ones cleverness.
kind regards
zafar
so much of happy ending...
|
|
|
|
|
Articles have a lot of paragraphs and sometimes pretty pictures.
"Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus
|
|
|
|
|
thanks paul. you are right and i appreciate you.
and do you know what im asking for here in this post?
so much of happy ending...
|
|
|
|
|
zafax4 wrote: do you know what im asking for here in this post?
I would just go the WinForms route and not shot any GUI at all. All of the other suggestions work as well.
"Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus
|
|
|
|
|
paul your suggestion is quite good.
thanks
so much of happy ending...
|
|
|
|
|
Why create it as an application at all? Why not create a Windows service instead?
But fortunately we have the nanny-state politicians who can step in to protect us poor stupid consumers, most of whom would not know a JVM from a frozen chicken. Bruce Pierson
|
|
|
|
|
As i mentioned in my article i just created a console application which logs my documents history activities. so please understand, why i required a windows apllication? since i dont need to any interaction!
thanks dear.
so much of happy ending...
|
|
|
|
|
Sorry but you just don't have a clue.
Neither a .Net windows application or a windows service must have a GUI. For the latter its even the common scenario not having any GUI.
Just make a new windows application in Visual Studio, remove the Form and alter the Main method to make what you want. The result will be a program without any GUI or console.
Robert
|
|
|
|
|
Robert Rohde wrote: Sorry but you just don't have a clue.
I think the OP keeps calling his posts "articles".
Robert Rohde wrote: Just make a new windows application in Visual Studio, remove the Form and alter the Main method to make what you want. The result will be a program without any GUI or console.
A lot less coding, I may add. No having to call an external function from a .dll to ShowWindow, etc.
"Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus
|
|
|
|
|
i have mentioned about an windows console application. i hope you understand my article.
so much of happy ending...
|
|
|
|
|
Please re-read my OP - I suggested a windows SERVICE, not a GUI based or console app.
Introduction to Windows Service Applications[^]
From the article:
Microsoft Windows services, formerly known as NT services, enable you to create long-running executable applications that run in their own Windows sessions. These services can be automatically started when the computer boots, can be paused and restarted, and do not show any user interface.
But fortunately we have the nanny-state politicians who can step in to protect us poor stupid consumers, most of whom would not know a JVM from a frozen chicken. Bruce Pierson
|
|
|
|
|
its just a windows console application,
which logs my current documents and other activities into a text file.
its works fine currently.
now i want add a new task on this console application, thats mail service. it will capture all log contents in the log file or there will be another way.
so mails send to another person automatically on a regular time on specified.
if u have any ideas on this pls help me.
thanks
so much of happy ending...
|
|
|
|
|
Please help me my homework.
Hello
|
|
|
|
|
|
I'd say that's a troll.
Christian Graus - Microsoft MVP - C++
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
|
|
|
|
|
Christian Graus wrote: I'd say that's a troll.
I suspect it could be, hence not feeding it...
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
|
|
|
|
|
Paul Conrad wrote: hence not feeding it...
except to the tame tiger.
Deja View - the feeling that you've seen this post before.
|
|
|
|
|
guys two days ago asked a simple question simple seems to me coz me new to C# here there may be experts
the questions is i have made form where i placed a textbox and a button and in sql i made a table when i enter something in the textbox and click ok the data must be saved in the table for thtat
i need a code for this i tried a lot on searching but vain any one here
sas ![Rose | [Rose]](https://www.codeproject.com/script/Forums/Images/rose.gif)
|
|
|
|