help
If anyone knows networking I could use some help on my other thread (it has been a few days): http://www.vbforums.com/showthread.p...43#post4312043
View ArticleVS 2010 My application doesn't start all threads at the same time, even...
Hello, I'm new to the forums and I wanted to start off with a question. I've made an application that calculates Prime numbers between 1 and a user defined number: X. So what I did, cause it's a...
View ArticleNeed help with reporting project!
Hi guys, I'm creating a Asp.net website application in visual studio 2012 using vb through which users will select options from a dropdown menu and checkbox to then produce a document based on their...
View Articlemake a video pop up in fullscreen and then freeze it
I've tryed to code a program that will open a video and then freeze it in fullscreen mode. Any ideas?
View ArticleResize Columns sizes listview not working.
Hi I have a command button that I press and loads data into list view, but I am trying to resize the Columns cos some of the text is not showing I used this at the end of the code Code: 'Fix...
View ArticleVS 2010 VB.Net write to OleDB Issue: First Pass through loop works but all...
Greetings, I'm working on a project that takes input from an arraylist and places that in a table in MS Access. One record insert works but when I loop through(manually changing the ID which is PK...
View ArticleCalendar Item
I need to create a calendar object (like the screenshot attached) where you select a day but it's from midday one day till midday the next. I assume this must be a custom control but how can I make one...
View ArticleVS 2008 vb with blurry display
Hi, I've just finished installing windows 8 pro on my mac running parallels desktop (a way of running mac os and windows side-by-side). I'm running VB 2008 Express, and it's slightly blurry. The whole...
View Article[RESOLVED] windows within the main window
Is there still a feature within VB which allows you to create a main window and then have several windows open within that main window, like the VB.NET IDE allows, excel 2003 allowed etc?
View ArticleUsing Timer With Application Problem. Application Freezes. How do I fix It?
Hi Have this timer that updates every 1000 The timer updates to show if connection to the database is open and valid in the status strip. But, When The application determines the database connection is...
View ArticleVS 2005 [RESOLVED] load an xml file to textboxes
i have a xml file including this table below and i want to load the node <Nom> to textbox and <adresse> to an other textbox etc Code: <?xml version="1.0" encoding="utf-8"...
View ArticleScaling a Pictuebox
Hi. What Iam trying to do is scale a Picturebox so I can use my own mesurements For example if I wanted to draw a square height that starts at -5 in. and ends at +10 in. so anything that i draw inside...
View ArticleVS 2008 [RESOLVED] Checkbox CheckState problem
Hi, I have a problem with some checkboxes. I have a form with two checkboxes and a textbox. When the checkbox 1 is checked, then the checkbox 2 should be unchecked. Also, if the checkbox 2 is...
View ArticleVS 2010 event in form1 to trigger something in form2
I'm trying to do something in form2 when the SerialPort1 in form1 gives the DataReceived event. To simplify the problem I'm trying to have a button in form1 to open a msgbox with for instance "action...
View ArticleHow do I remove these extra blank entries in a listbox?..
I have the following code in my program which adds all the items from a .txt to a listbox when the form loads. Code: Dim words As String = My.Computer.FileSystem.ReadAllText("location blah...
View ArticleCant Delete a Row from DataGridView
I was able to until i bound the DataGridView to a Database. I don't know the code to fix it. Here is my current code Code: Private Sub DataGridView1_CellContentClick(ByVal sender As Object, ByVal e...
View ArticleVS 2010 [RESOLVED] Access Denied to Documents folder?
Hello guys, Well I have a file browser and when I try to browse my documents folder (C:\Admin\Documents), it says the path to ~ is denied. I am indeed logged in as admin, so don't ask me to change to...
View ArticleForm export to clipboard
I have a form created in word 2007 it contains drop down boxes and text boxes within a couple of paragraphs of text that a user enters the data for the drop down boxes and text boxes only I would like...
View Articlee.Graphics on a Picturebox with image
I am drawing with e.Graphics on a picturebox with a large image loaded into it. However it it much slower because of the image. Is there anyway to still draw to the picturebox with the image still...
View ArticleMS-Access 2007+ determine offset of image in BLOB field
I will start off with, it is not worth storing images in MS-Access for many reasons and that I was interested to hear if anyone else may have seen this. My reason for this post is out of curiosity than...
View Article