473,320 Members | 1,794 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

How to create non-visual application in Visual Studio 2003?

Hi, how can I create non-visual application in Visual Studio 2003?
Theoretically I could just make windows form invisible but it's not much
elegant. I've also tried to use console application but then, there's
console window displayed even if program doesn't send anything there. The
third way - to create windows service isn't ideal too because I wan't just
an invisible application, not a service.
What can I do with that?
Thanks.
Nov 17 '05 #1
6 1912
> Theoretically I could just make windows form invisible but it's not much
elegant.


Yes but it certainly helps during the development!

--
Michael
----
http://michael.moreno.free.fr/
http://port.cogolin.free.fr/

Nov 17 '05 #2
> Theoretically I could just make windows form invisible but it's not much
elegant.


Yes but it certainly helps during the development!

--
Michael
----
http://michael.moreno.free.fr/
http://port.cogolin.free.fr/

Nov 17 '05 #3
Hi, Tomas,

Check the following link:

http://msdn.microsoft.com/library/de...sinception.asp

Regards - Octavio

"Tomas Machala" <t.*******@tiscali.cz> escribió en el mensaje
news:ea****************@tk2msftngp13.phx.gbl...
Hi, how can I create non-visual application in Visual Studio 2003?
Theoretically I could just make windows form invisible but it's not much
elegant. I've also tried to use console application but then, there's
console window displayed even if program doesn't send anything there. The
third way - to create windows service isn't ideal too because I wan't just
an invisible application, not a service.
What can I do with that?
Thanks.

Nov 17 '05 #4
Hi, Tomas,

Check the following link:

http://msdn.microsoft.com/library/de...sinception.asp

Regards - Octavio

"Tomas Machala" <t.*******@tiscali.cz> escribió en el mensaje
news:ea****************@tk2msftngp13.phx.gbl...
Hi, how can I create non-visual application in Visual Studio 2003?
Theoretically I could just make windows form invisible but it's not much
elegant. I've also tried to use console application but then, there's
console window displayed even if program doesn't send anything there. The
third way - to create windows service isn't ideal too because I wan't just
an invisible application, not a service.
What can I do with that?
Thanks.

Nov 17 '05 #5
Hi Tomas,

you can make windows-application without using forms.
Yes that works!!
Simply make a Console-Aplication and then set it's Output Type to
Windows-App.
Or make a windows app, throw the Form1 away and then program like it was a
console App.

Actually the main difference between Console and WinnApp is not, that a
WinApp has Windows and a Console App not (you can even open a window from a
Console App), but that a Console App has always a Console and a Win App has
not.

Christof

"Tomas Machala" <t.*******@tiscali.cz> schrieb im Newsbeitrag
news:ea****************@tk2msftngp13.phx.gbl...
Hi, how can I create non-visual application in Visual Studio 2003?
Theoretically I could just make windows form invisible but it's not much
elegant. I've also tried to use console application but then, there's
console window displayed even if program doesn't send anything there. The
third way - to create windows service isn't ideal too because I wan't just
an invisible application, not a service.
What can I do with that?
Thanks.

Nov 17 '05 #6
Hi Tomas,

you can make windows-application without using forms.
Yes that works!!
Simply make a Console-Aplication and then set it's Output Type to
Windows-App.
Or make a windows app, throw the Form1 away and then program like it was a
console App.

Actually the main difference between Console and WinnApp is not, that a
WinApp has Windows and a Console App not (you can even open a window from a
Console App), but that a Console App has always a Console and a Win App has
not.

Christof

"Tomas Machala" <t.*******@tiscali.cz> schrieb im Newsbeitrag
news:ea****************@tk2msftngp13.phx.gbl...
Hi, how can I create non-visual application in Visual Studio 2003?
Theoretically I could just make windows form invisible but it's not much
elegant. I've also tried to use console application but then, there's
console window displayed even if program doesn't send anything there. The
third way - to create windows service isn't ideal too because I wan't just
an invisible application, not a service.
What can I do with that?
Thanks.

Nov 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: dfurtney | last post by:
SQL Server 7/2000: We have reasonably large tables (3,000,000 rows) that we need to add some indexes for. In a test, it took over 12 hours to CREATE a new INDEX against this table. One of us...
2
by: deko | last post by:
I'd like to use DDL (Data Definition Language) rather than VBA code to create a new table. The below DDL statement creates the table very nicely: CREATE TABLE tblTx03 (Subject Text (100),...
4
by: simduss | last post by:
Hi, First of all, I'm a beginner with Unix. I have a "make" (Unix command) problem with a Pro*C sub-program since I installed Oracle8i (before I was at 7.3.4). I have a script builder that...
0
by: Joel Foner | last post by:
I realize this sounds like a bizarre question, but... is it possible to create an MFC window as a child of a non-MFC parent? Here's the background. I'm trying to create an add-in for a product...
11
by: Gene | last post by:
I want to create a certain number of arrays on the same time to use, is it possible to do that?
14
by: foxchan | last post by:
A Newbie question. Is it possible? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim oNewForm As Form1 'if already create a form...
19
by: Brett Romero | last post by:
Here's a table of data I'm putting into a collection: CodeId CodeGroup CodeSubGroup Type 1 K K.1 Shar1 2 K ...
1
by: Tom O'Brien | last post by:
hello, This is a basic questions... i have just started using vb.... I want to figure out how to create a range dynamically. Say I have some data in a variable number of columns, in this...
15
by: lxyone | last post by:
Using a flat file containing table names, fields, values whats the best way of creating html pages? I want control over the html pages ie 1. layout 2. what data to show 3. what controls to...
0
by: =?Utf-8?B?QmFydE1hbg==?= | last post by:
Greetings, To begin with we have an archetecture which has a manager Asssembly which loads "Plug-in" assemblies using reflection, when a the UI prompts the manager. This loading of the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.