Build A Service In Program 2008?
Oct 9, 2009I've been tasked with converting an old c++ service to vb.net
View 4 RepliesI've been tasked with converting an old c++ service to vb.net
View 4 Replieshow is the best way to build a database program using vb?
View 6 Repliesim want to learn how to build a web service using vb.net.
View 1 RepliesI have the following code:
XAML code for Window1.xaml and the VB.Net code for Window1.xaml.vb.
The error I get is the following[code\...
I can't see any problem in the code and what it should do is trigger an animation depending on the status of a service (spooler service in this case). It may be because I am manually referencing to the System.ServiceProcess namespace, which is not available in WPF framework by default, but I'm not sure.
Today I was build one Windows Service Application which has the reference to 4 Dll. After building the Release I found that there was one more DLL in addition to the reference I have. I checked using ILDASM and it only showed 4 dlls.What could be the issue ? How I can I check why it is getting unwanted DLL's in Release Folder?
View 10 Replieshow to build application in vb 2008 for running as windows service, from msdn site link: [URL]
View 11 RepliesHow to build the n'tier application. I have read some book tell about this, like "Building Client/Server Applications With VB.NET" by Jeff Levinson, beth massi video tutorial "building simple n-tier applications", and other else.
In my practice, i create 3 projects to handle each layer progress. That are DAL (Data Access Layer), BLL(Business Logic Layer) and UIL (User Interface Layer).
My problem is i don't want to use web service like beth massi do, and i don't want to use remote object like Jeff L do. So i decide to create it by my rules. Here above something that i do.
In DAL Section, I put all datasource like Beth Massi do over here. I also create a manager class like massi do to handle datasource over here. Also in this class, i create the UML structure of this datasource.
[code]...
Private Sub Timer1_Elapsed(ByVal sender As System.Object, ByVal e As _
[Code]...
I'm trying to build an application to monitor a site to build statistics from the data being read. This HTML looks like this.
<div id="history">
<h4>HISTORY</h4>
<table border="0" cellspacing="0" cellpadding="0">
[code]...
Now I can read the html and put the text anywhere, I just don't how to read specific parts so I can separate the data out.
I am using 2008 Express Edition. I am trying to make a Release build instead of a Debug build.Under Tools->Options, Projects and Solutions->General - I checked Show advanced build configurations. The option to switch configurations does not show up in the IDE.
After this, I went to the Project Properties->Compile and switched the Configuration from Active(Debug) to Release.After building, I looked in my project directory, however only in the Debug sub-directory was the .exe and nothing in the Release sub-directory.I have used Visual C++ Express Edition, where I noticed that if you do not change to Release in the IDE than after changing to Release in properties, resets the project to the last configuration setting which is usually Debug.how to make the Debug/Release box available in the IDE, since Tools/Options does not make it show up?
I just created a simple application. I Builded that using build->build myapp. I got .exe of that application. i runned. all went fine. but when i closed that app, even after closing it is in memory. it is still running. how to deploy it properly?
View 12 RepliesWe had plan to create a three tiered architecture database application, where the middle tier will be implemented using Web Service. We're going to use Linux for the server, so I think for the web service to be able to be implemented, we only had PHP/Java left. Is this right?
The constraint is, we're going to use VB.NET for the client application.We already had a two tiered VB.NET application from our last successfull database application. It use a lot of DataSet for the result of SQL execution. Now, what I had in mind, is a simple approach of converting all procedure that return a DataSet Object, to be a WebService method. But, because of this thinking, I don't think we can do it in Java/PHP. That is, we'll be enforce to use a ASP.NET approach. Is this correct? I assume my answer from this article Consuming a DataSet from an XML Web Service (ADO.NET)
I am making a Windows Service and i need to play either a WAV or MP3 from within the service (no using external program like WMP) May I ask which is the easiest way to go about this with built in stuff on VS 08. I don't mind which I use whether its WAV or MP� but I only need to use one of them.
View 3 RepliesI am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice
[code]....
I want to develop a DLL in VB.
How do I "expose" the Functions and Subs contained in the DLL such that they are accessible from another application ?
For example, in Fortran the "DLLEXPORT :: MyFunctionToBeAccessed" attribute is given after the declaration of the Function; it adds the name of the Function to a table at the beginning of the DLL, name which can be referenced after to access the functionnalities of the function in the DLL.
I'm looking for some good tutorials for building applications with visual studio 2008
the programming language i prefer is VBA
I am trying to build an IM program i found one (see attachment) but it is network only and i want to build one that goes over the internet?
View 6 RepliesI am trying to build a program that has a Dropdown menu (Combobox) where you select between a list of items like
xbox
ps2
ps3
wii
then once you select one of the options the program will bring you to a new window (In the same window) with a new box that has a list depending on which word you chose earlier. As an example.
If you chose xbox on the first window it will bring you to a window with a new list like
fighting game 2009
fighting game 2010
fighting game 2011
then if you select fighting game 2011 you would get another window that showed a list that had a list of characters from that game.
Guy One
Funny Hat Guy
Big Nose Guy
Dead Guy
Beast Thing
Funny Turtle Thing
Then in the new window you get a selection of options for the character you selected.
Special Skills
Combo Moves
Unlockable Content
Then if you select one of those you get a new window that has the lists. for example.
If you chose Special Skills show the list of special skills like the following.
Uppercut: Down + Y
Face Smasher: Back, Forward, B
and maybe beside the list of moves it could display an image of a Screen shot that shows the move (Or not if it is too complicated).
I am trying to build a simple app that will start another program.The command line that works in a dos batch file is c:program filespixellWall Controlwallctl.exe -layout=c:1.lay with my code below this works, c:program filespixellWall Controlwallctl.exe but the switch info above doesnt get passed, I get a run time error.
Public Class Form1
Dim layout1 As String
Dim layout2 As String
[code]....
I find a lot on the internet about how connecting from a vb.net application to a mapi application on my system.
But i would like to build an application which is the other side of the MAPI so when an application is calling a mapi service, my application handles the message.
I'm trying to build up a multidimensional array which will hold two bits of info for each record in a database e.g. id, description.[code]...
View 2 RepliesI need to loop through a very large collection of images and resize them all to 400x600 pixels. Is this possible?
View 5 Repliesi'm in middle of building an application and something got corupted and the solution has 2 errors and i don't know how to fix it when i run the app it comes up the msg that there is errors and i can run the last successful build i'm interested if there is a way to recover the program solution from the last build or a othe way that i can undo the error?
View 3 RepliesWhen i add a backroundimage to my form and run the program i see the buttons build one by one.I have a form with two panels over eachother. On each panel there are 10 buttons. On the form is a button to bring a panel to the front or send to the back. When i click on that button isee the buttons build one by one. When i have no backroundimage this problem does not occure.
View 1 RepliesI want to build a recent files list into my program.
The hiearchy I currently have is "MenuStrip>File>Recent Files>File1".
I have a function which saves the files and opens them. It also stores the file name and file path in sperate variables:
CODE:
I would be able to change the text property of the File1 (File1ToolStripItem) to the SaveFileName easily, but how would I make it so that when you click the File1 (File1ToolStripItem) it opens the Savefile file?
I would also need the program to save this list so when I open the program again they are still there.
Is it possible to build a windows disk defrag program in visual basic 2010?
View 3 RepliesHow do you change the build executable image for your program? Right now mine looks like a blank form. I would like to add a custom image.
View 2 Repliesi have a Windows service that is hosting a WCF service through net.tcp and this is working great. I have also created a WCF service application. I am trying to add the net.tcp service reference to the service application. Then I add it to the GAC that goes ok but if I try to RegAsm the WCF service application to allow it to be called from Server.CreateObject I get the error:
Warning: Type library exporter encountered a type that derives from a
generic class and is not marked as
[ClassInterface(ClassInterfaceType.None)]. Class interfaces cannot be
exposed for such types. Consider marking the type with
[ClassInterface(ClassInterfaceType.None)] and exposing an explicit
interface as the default interface to COM using the
ComDefaultInterface attribute.
It does not work. I have tried to call it through a class library but this does not work either as the end point is not set correctly.
Imports System
Imports System.Windows.Forms
Class MyButtonClass
[code].....
shove in the right direction on this:My program is setup to instantiate/build five labels at run times, corresponding with those labels five texts boxes are built at run time. The user inputs four numbers into the first four text boxes and then when you click the total button, it totals the four boxes and outputs to the last text box
View 5 Replies