VS 2010 Creating a printer device with .NET...is it possible?
Is it possible to create a printer device with VB.NET? I would like to create a tool that "prints" to a jpeg file. I'd like any program to be able to access this tool by simply using the print commands...
View ArticleVS 2010 If Statement
Hi everyone. Hopefully someone can help. In one of my forms in my project, has a listbox, and various textboxes and buttons. Is it possible, for when the user enters the details in the textboxes then...
View ArticleVS 2010 Help with Arrays and Stuff
Hello, I'm very new to Visual Basic and programming in general. I'm trying to create a miniature pacman game for an assignment however, I have run into a roadblock. Collision Detection. I am trying to...
View ArticleNeed help sorting a listview row.
I am trying to sort a listview row in ascending order. Any help would be great. I have no idea where to start, and can't find anything on the internet.Thanks
View Articleneed help with login code
this is the code i got to start with where i have a form with a user name and password on it a few things i need to be able to do which are when the user logs in i depending on who logs in depends on...
View ArticleVS 2008 FolderBrowserDialog Question
I am wondering if there is a way to make the FolderBrowserDialog box limited so it cannot change any folders while it is open (ex. copy, move, rename, etc.). If there is a way to stop these actions...
View ArticleUse control collection to identify fields at runtime
Hi, using VB 2010 with VS. I have around 200 fields in a database, represented by text boxes on a form. A listview control is used to select a database record, after which the text boxes are populated...
View Articlerichtextbox unable to find word using docymenttext on webpage?
i found the soulation, here it is : if richtextbox.contains = "milk" then search for "next" end if
View ArticleVS 2010 ListBox HELP
HI I need help with ListBox in vb ListBox1 if someone Select hello in ListBox1 open from2 how ?? can someone give me the code thanks
View ArticleHow to Create a Loop for Selecting Items in Listbox
Dear All, I am having a problem with my loop code and i need your help. Basically what i want to do is to that i have a listbox that contains all of the URL that i want to launch at for certain time...
View ArticleWould it be possible to (project idea)...
Is it possible/what would it require to develop an application similar to the Tamper Data plugin for Firefox or any other web traffic monitoring program? Is there any VB source code available for any...
View ArticleWindows 7. Framework 2.0 pre-installed?
A few months ago I installed Windows 7 on a new computer and then installed VS2010 and then attempted to open/work on a project that targeted FW2. The project wouldn't open saying that I had to install...
View ArticleFire MouseDown and MouseUp in same Event
Hello, I'm wondering if someone can help me. I have a ToolStrip in top of a form and i use it as a Title Menu with a label for Title and a Button to close the form. I use it because it's rendered with...
View Article[VB2010] - setpixel() always the same error and i don't understand:(
Code: Public Class Form1 Dim surface As Bitmap Dim color1 As Color Dim color2 As Color Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleVS 2008 Pacman Aid
Okay, I'm new to this forum so if I'm posting in this in the wrong place, I'm sorry. So, I'm coding a PacMan game. I have finished movements and I am now trying to code the dots. I'm pretty sure I can...
View ArticleHelp with simple program
I want to create a small app that will allow user to add users to a listbox and create groups for that listbox if desired and all information is kept in database. When the app opens it loads the...
View ArticleVS 2008 Canon EOS 1000D, Remote Capture and Live View
How can i remote capture and create a live view on a PC using Canon EOS 1000D?
View Articlegeneral question about coding chat in vb.net
since i did most of the work in vb6 , i was thinking are the procedure same in vb.net , the way we code or is it totally different. i have coded in the past in vb.net what i dont like about it is it...
View Article'Print' property of 'Picturebox' in vb.Net
What is the equivalent for 'Print' property of 'Picturebox' in vb.Net ? (Tried 'DrawString', but the text disappears if any other event is occured.. like refresh etc)
View ArticleVS 2005 ListView with Icons
Hey guys! I want to create a New Item Dialog Box in my project like the dialog when I press CTRL+SHIFT+N in VB because in my project I got many tables. And I want the name of those tables to be the...
View Article