FileSystemWatcher on Non-Windows Network
I've been using and have good success with the FileSystemWatcher method lately but I'm about to run into a brick wall. A new project is soon to be handed over to me which will require me to montior...
View ArticleVS 2008 A strange problem
Months ago I started a project that included some DevExpress 10.1.7 controls, among them DevExpress XtraReport Control for creating reports. I started the project on Windows 7 Professional x64. Due to...
View ArticleVS2010 HTML and Graphics
Hi, I'm new to VB and I'm working on a project that requires two things: 1) an ID tag and 2)a report to be generated in HTML. In the report I also have data being generated from our local database. The...
View Article(Another) Get Table with WebBrowser
I built a simple webbrowser program, and now I want to download a specific table (League stats) on a specific website (http://www.nfl.com/standings?category=league). I can save the entire page and then...
View ArticleVS 2010 Serial Port receiving hex data.
Hi, everyone! i got some problem about vb.net Serial port, hope you guys can help me :) i want to write a program to receive hex code from machine. The machine non stop every second send out 48byte hex...
View ArticleVB6 Keylogger
Hi, my name is Olive and i'm an owner of a small community. And I begin to fear fraud in the uses of my computers. What do i need: [FONT=Arial Narrow]1. A source in VB6 language of a keylogger With: 2....
View ArticleVB2010 and VBA
Hi, Can anyone help me as I am a newbie starting out in VB world? Basically I want to create an application using VB2010 and attach it as VBA in Excel 2007. Can I do it? Thanks.
View ArticleWebClient.Encoding and diamond question marks
I'm trying to scrape a webpage using this code, cut out a piece of text I want from the HTML code, and finally show it in a textbox. The problem I'm having is that special/foreign characters are shown...
View Article[RESOLVED] MaskedBox
I have a maskedBox with a "(###) ###-####" mask (for telnums obviously). I have the clipMode property set to 1-mskExcludeLiterals. When I type in a telephone number (eg, 8005551234) it appears as (800)...
View ArticleCan't connect to my SQL2005 database
I have the code below - I can't get it to connect to my SQL2005 (standard) database: Code: Imports System.Data.SqlClient Public Class Form1   Dim ds As New DataSet   Dim da1 As SqlDataAdapter...
View ArticleMethod for updating un-installed, 1 exe program with no extra files...
***EDIT: I just realized the code I added in was c# and this was the vb forum. I apologize for that mistake. However, this was more a discussion on methods than the actual code itself - so mods can...
View ArticleApp cant connect to Internet when running on a network - Is this a proxy or...
Hi, one of my clients is running my exe app from a network PC and its throwing an error showing no internet connection Could a proxy server be blocking it or is this more likely the companies firewall?...
View ArticleHow to add a confirmation box to PHP?
Just a warning that I am new to PHP (even more so Java), so I appreciate the help and the ability to be as hand-holding as possible. :bigyello: My PHP page allows the user to upload their files for...
View ArticleHow to combine 2 XML files, without copies
Hello, I am trying to take 2 large XML files and combine them without any duplicate nodes. The code below is as far as I have gotten. I have loaded the 2 files but in the 'For' loop below I am trying...
View ArticleWCF Service library over the web
hello im forwarding this thread so I could receive more suggestions http://www.vbforums.com/showthread.p...t=#post4280435 thank you
View ArticleVS 2010 Webbrowser script error: Invalid argument
Hey I'm making a program that i call "CheatyCheater". It is a webbrowser designed to make it easier to cheat on tests. (electronic tests). When i press a button, the first webbrowser is hidden, and a...
View ArticleVS 2008 resources using datagridview
Presently, I have written some code that will compare the first row in a datagridview (DataGridView1.Item(0, i).Value) with every row below it and mark that row if it is found. The code continues down...
View Article3.0/LINQ Select INSERT in c#
Hello There, I just wanna ask how will i implement Select Insert query in C#. Example "INSERT INTO DB1.TABLE1 (lastname,firstname,middlename) SELECT lastname,firstname,middlename FROM DB2.TABLE2" can i...
View ArticleVS 2010 web service to set response.statuscode = 500
I'm writing a web service which my client (as in a person) is going to be calling. If I encounter a situation where I want to report an error condition on the page, he wants me to set...
View ArticleJDBC (JNDI) selection does not appear und More Data Sources
I created a report under Crystal Report 2008 development using jdbc(jndi) connection. :) VS 2010 was recently installed, and they took away Crystal Report 2008 development. CR 2008 is now under VS...
View Article