VS 2008 : Build An Application To Monitor A Site To Build Statistics From The Data Being Read?
Mar 3, 2010
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.
View 17 Replies
ADVERTISEMENT
Mar 26, 2010
I am not sure if this is possiable but I am looking to build an application that will login to a web site, navigate the site and download files. I would like to do this all in code and able to run multiple instances of the program to get information from many different web sites. Is something like this possiable in VB.net?
View 3 Replies
Mar 7, 2009
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 Replies
May 3, 2010
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?
View 3 Replies
Jun 15, 2010
does someone know if it is possible to build an application that store data in a folder locked by truecrypt where the application
1) create the encrypted folder
2) pass the password to read/write the data?
View 4 Replies
Feb 15, 2012
I have a Form with a Media Player in it. Which plays a Song.
[Code]...
It's playing in the background since the Form is hidden. When I play itin Debug, everything works fine. When I run the app outside Debug, I get this error: [URL] The Music File is there, but strangely, there comes this weird error.
View 4 Replies
Nov 27, 2011
A particular VB.NET project is actually throwing 'Build Failed' But when I try rebuilding again it says 'Rebuild Succeeded'. It keeps alternating this behavior. Kind of random. Any vbc.exe issue of long locking the PDB or xml files?
View 9 Replies
Jul 30, 2011
I have a vb.net 2008 windows form application that I was just assigned to work on. how to maintain and test changes to both the pre build and the post build events? Can you tell me how to test these events? My postbuild event, I believe calls a project file in the solution file that wraps files together in a bundle in debug mode. Can you tell me how the posbuild event works and when it is called?
View 2 Replies
Jan 29, 2009
I am developing a computer application designed to monitor the network and CPU statistics on a computer remotely. The monitored computer would have my program installed and the monitoring computer would display, in a form, the information being sent from the remote client.The application does not send any information regarding packets, user names, passwords, etc. It is solely meant for monitoring CPU performance and Network resources remotely.
What would be the best method to send this information over to my host machine?I am programing in Visual Studio 2008 on windows XP. The client machine is also XP. I know this sounds a little shady, but it is required for my little business (http://www.iquorum.net) to monitor what and when something happens on our machines when I and my employees are away.
View 2 Replies
Apr 11, 2009
I have complete all Vb introduction lesson in MSDN, but I still don't understand how to read and use object browser as My reference. Anyone can help me for this, Oia, I'm a newbie in programming and I choose Vb for the first step. I use VB EE.
View 1 Replies
Jul 6, 2010
I'm a relatively seasoned VB (COM) vet but this is my first VB.Net application and as is my luck a web services application feeding off a site that I can't publicly mention nor can I post any code that may expose the site.
So, here's the problem. I have written a simple form and have 2 buttons. 1 button simply asks the webservice for it's version. This works no problem. I was able to load the web reference using their supplied WSDL file for this "version" class. Now that I have that working I think "GREAT, that was straight forward. I have my credentials, urls, etc working, the rest of this should be just as straight forward." (See where I jinxed myself here?)
Anyway, I move onto the next WSDL and set of classes and get that reference added no problem. (Man that took a LONG time, like 20 minutes.) I then build my "Get my order data" code syntaxes on the prescribed exposed classes and run my project just to see what errors I get. The "run" process takes almost 45 minutes to an hour..... It's as if the app is getting the WSDL set all over again but doing it over and over..... I have no clue what's going on.
I've tried to disable all the Windows 7 "potential" issues, UAC, firewall, etc, but these changes don't help. Anti virus, spyware, etc all these are off and no difference. I'm running VS2008 as an Admin, right click "run as admin", and have complete control over this machine. Any ideas, suggestions, etc are VERY welcome and I am happy to expose as much of this application as I can providing I can stay with in the rules of the confidentiality contract.
View 1 Replies
Aug 4, 2010
I have some very simple questions about making a release build exe in vb.net using MS VB 2010 Express.
I realize that my project's executable is built in the bin/debug folder. However, when I copy this to any other location on my computer or someone else's, this executable does not function. I have read that I need to create a release build but in MS VB 2010 Express, when I use the Project-Properties menu and change the Compile tab configuration to Release and the path to binRelease, I still get the exe in the binDebug folder and not the binRelease folder.
1) Is it normal that exe's from the debug folder do not function outside of the debug folder?
2) Most importantly, if the release build produces a faster exe, could someone please explain step by step how to do this with MS VB 2010 Express ? I do not see any button on the compile tab in the project properties that actually builds the release.
View 8 Replies
May 6, 2011
i am trying to build an application where a specified number of cells are spoken from an excel file. what i want is something similar to what happens in excel, once u click play one cell after the other is selected and spoken and it automatically moves forward to the next, speaks and so on... but if i use voicecombo/SAPI.spvoice the UI freezes! any ideas?
[Code]...
View 1 Replies
Jun 17, 2009
I was able to build both debug and release versions of my VB code before now I no longer have the option to build a release version. How do I turn it back on
View 3 Replies
Jul 8, 2011
I wrote a function ReadXML().This function reads XML file and returns a string.The string contains all the XML file nodes values to duild SQL query dynamically. Any way My code is working. Is this right way? Can you please suggest me the unnecessary code(loops...)in this function, So that I can do the code in a better way.[code]
View 1 Replies
Mar 10, 2012
i want to build an application in VS 05, and I want to include a "Settings Menu" in it.I want to know how to make it work, I mean if you check a checkbox to dissable/enable something from that application.
View 2 Replies
Jan 8, 2009
in visual studio 2008 express edition that won't need to link to Net Framework for example simple code in standard module: [code] I Unchecked "Use Net Framework" but after i builded and run the code above(on another Computer), it asked for Net Framework.
View 8 Replies
Jan 4, 2012
So when i build or click debug on my program. No errors come up and its smooth. So i decide to publish my programme. However. I come up with a bunch of errors during the publishing.
Here they are:Error 1 Cannot publish because a project failed to build. 1 1 Simple CALC
Error 2 Unable to copy file "binReleaseSimple CALC.exe.manifest" to "binReleaseapp.publishApplication FilesSimple CALC_1_0_0_0Simple CALC.exe.manifest". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
View 3 Replies
Feb 4, 2011
As the title above, I am wondering how to build an application without an icon in vb express, or i need to use visual studio to do this.
for the above problem, I used to delete the icon manualy after the build process using visual studio resources editor.
View 10 Replies
Oct 14, 2009
Im trying to build my first N-Tier web application. And it seems like im doing it wrong. Ive been kinda working out of this book, but to me it doesnt seem like the right way to do this. In the book the guy builds User and Data centric objects but everywhere I see ntier everyone is always talking about BLL and DAL ive seen nothign on UC and DC objects.Right now I have Interfaces and serializable structures, user and data centric objects. The data centric object does all the validation and connecting to the db, as well as returns any violated rules, but when I once i started pulling it all together it just doesnt seem right.Ive already wrote a ____ load of code and now am kinda stuck. I dont know if i am doing this right and dont want to continue writing any code if this is all messed up.Ive been reading as much as humanly possible and im still just a little confused. I mean I understand the concepts of seperating the logic into different layers and tiers and all that but as far as my implementation of that I just feel somethings a bit off.
View 3 Replies
Jun 5, 2010
I've compiled my application and started testing it on other machines.
It crashes instantly on every machine except the build machine - I'm fairly new to programing so any pointers as to where I would start would be great.
If I install VS2008 on the test machines it runs fine...
I'm using VS2008 on Windows 7 (x64)
Application is set to compile x86
An entry is made in the event log:
EventType clr20r3, P1 5xhruzlemrj2jn2wizvzp1qaljyuxwtl, P2 1.0.0.0, P3 4c0abff3,
P4 ssmc program,
P5 1.0.0.0, P6 4c0abff3, P7 12, P8 e9, P9 system.invalidoperationexception, P10 NIL.
[URL]
View 3 Replies
Dec 20, 2009
Is it possible to monitor how much traffic my application has used? I'm interested to see how much data that has been sent and received over the internet from/to my own vb.net application.
View 2 Replies
Jun 3, 2011
i currently have a project. The application created in this project will be located in a server, and some machines can access this application at the same time. The problem is, i don't know what's needed to connect that application to several machines. I know how to build this application and run it in a single machine, but i have no idea about running this on server.
View 3 Replies
Jun 3, 2011
I'm a Quite new to Visual Basic 2008. I have to build a database application for one of my assignments and one of the problems I'm having is to build a form that will be used to search a customer from a Customers table. The database is from access2007.
I have to have 4 radio buttons on the form which will be the options to search the customer by, so I can search by Customer ID, Customer Name, City and postcode. When I select one of those options I need to enter the phrase I'm looking for within a text box I have called TextBoxSearch then press a command button to perform that search but I'm not sure how to do this.
The customer ID is the 1st row, Customer name is the 3rd row, City is the 4th row and the postcode is the 5th row. How do i tell the program to go to that row and grab the detials based on the text entered from the text box? and display only those detials on the datagrid view?
View 1 Replies
Jan 16, 2009
I want to build a phonebook application, with some extras.My problem is that I don't know which is the best file to save my data.I started with binary, but I wonder if there is good search capability in these files.Which do you think I should use?
View 2 Replies
Apr 14, 2009
I'm trying to build a search tool for my application... I have a form with a bunch of criteria which the user may or may not fill in. The tool is looking up against one table in the database (OLEDB) so I wanted to pull in all the data from the table into a dataset (when the form loads) and perform the search on it. I'm not sure how to search through datasets... this is the code I have now:
Public Class TxnLookup
Dim daLookup As OleDbDataAdapter
Dim dsLookup As DataSet
Dim cbLookup As OleDbCommandBuilder
[code]....
but I get an error on the foundrows = line ("Value of type 1-dimensional array of system.data.datarow cannot be converted to system.data.datarow").... is there a better way for me to search the dataset?
View 1 Replies
Apr 16, 2009
I am trying to build a class. I am having a difficult time conceptualizing how a class is built and how it works. I want to be able to build a USEFUL class and implement it in an application.
View 1 Replies
May 28, 2011
[b]sir.[b] i am new to vb.net ..i want to build a automatic login vb.net application In this application different website login with same login credentials
[Code]...
View 6 Replies
Mar 1, 2010
how to run a Windows application within the VB.NET development environment. How can I 'build' or save my VB.net application, so I and others can run this application without runing the Visudal Studio?
View 2 Replies
Apr 5, 2011
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.
View 3 Replies