Quantcast
Channel: VBForums - Visual Basic .NET
Browsing all 27329 articles
Browse latest View live

Create a dll event

I have seen a lot of examples on this, but I am just not getting it. I extracted some of my code below. This file is compiled into a dll and referenced in the main form. I cannot figure out how to add...

View Article


Program locks up my computer

I have been trying to figure out what I have done with this program that when I run debug and put in an invalid number it outputs invalid number like is is suppose to. BUT when I put in A102, C220,...

View Article


Reading from XML

Hello! I am making some sort of alarm program. The alarm goes on 5 times a day, at certain times. The times differs for each day. For example, today the alarm will go on at these times: Morning: 04:04...

View Article

VS 2010 Microsoft ACE 12 Prerequisite

This is a follow up to this post http://www.vbforums.com/showthread.p...sions-question Instead of running "AccessDatabaseEngine.exe" to install and register Microsoft.ACE.Oledb.12.0, is there a...

View Article

VS 2010 Public Class for a list

Hello and thank you in advance, I can't find anything like this online and it's really bugging me. I have a class and then I make a list of that class using a form and textboxes I assign the all the...

View Article


VS 2008 I'm looking for fresh Idea's on how to setup a SQL database

Hi everyone I made a database program for a person in the USA (I am in Ireland) and installed it on their computer using Teamviewer and the program works fine I setup the SQL database inside VB2008 and...

View Article

VS 2010 Xml serialization

Hi, I have a little problem. I have made a 'game editor' in wich i can make maps for my 'game'. I can save the maps in my 'game editor' so I can load them in my 'game' (other project file). My Classes...

View Article

Embedding .NET framework in my application

Hello! I would like to run my application on any computer, even if .NET framework isn't installed. If anyone knows of a free program like Spoon virtual application studio, that would be great! Thank...

View Article


Disappearing data!

In my program I have created a class called 'playerDetails'. In this class the player can store his 'name' etc. In my main Window the user can enter in his details which I have made link back to the...

View Article


Replace PHP with VB.NET

I'm testing an idea of mine. A web server at a hosting company sends a stream over to a machine which is running Apache + PHP. A very small PHP program receives that input, parses the data and then...

View Article

VS 2010 Parsing large textfiles?

Hello, I'm trying to do something very basic, though the fact that the text file I'm using is around 152mb in size makes it a bit harder. I'm trying to parse out HTML tags from the file. My Regex...

View Article

VS 2010 Implementing Youtube API into project

So I've downloaded the youtube api and what not. I have all my imports set. But my question is how do I actually use them. The "Get started" shiz doesn't really help. if you yourself have tried it I...

View Article

Bolding specific lines in textbox and indenting to the right side

I am trying to bold just certain lines in the textbox, not all of the output. And also am trying to pad a couple of lines all the way to the far right of the textbox, not all of the lines, to make it...

View Article


VS 2010 Qucik Question

Ok, I have a quick question would it be hard to make a messenger like msn in vb.net cuz i wanna make one but i wanna know is it hard to make one

View Article

Screensaver on two monitors?

I have a screensaver program in VB. It works fine, with no problems. I was wondering if their is a way to make it extend to users with 2 monitors. Here is the code: Code:     Dim rnd As New Random...

View Article


Abreviated Filepaths

Hi, When it comes to writing or reading a file to or from a folder for the purposes of a project, I've always made sure the project and files for it are in the same folder, directly on the C:\ drive....

View Article

Communication between computers in a mulitplayer game.

Hi, I'm trying to write a game which I hope to be able to play between my wife's laptop and my own computer, on the same home network, and possibly also with my granddaughter, Bobba Mintin (we all like...

View Article


Help with a Save and Load Button

Hey guys, im writing a basic database program for my class in school. i currently have these codes for my buttons: load: OpenFileDialog1.Filter = "Text files (*.txt)|*.txt|All files (*.*)|*.*"...

View Article

Reading the top attributes of a xml file

Dear all, Trying to read the attributes in the next xml file. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <Address streetname="Robinsonstreet" number="142"...

View Article

VS 2010 Object Instance of hWnd X

Hello, I'm trying to find a way to use win32 APIs to get an instance or even reference an object from a 3rd party software which I am allowed to do so by the producer of that 3rd party software. Would...

View Article
Browsing all 27329 articles
Browse latest View live