Using an array to test for elements over a certain number, then writing to a...
Working on another project and I'm stuck :( I must use an array which holds a patient name and cholesterol level Example of txt file: John Smith 200 I have the form working correctly except for these...
View ArticleBacgroundWorker DoWork Not Firing
I am just learning about the BackgroundWorker, after being refreed to it by Shaggy Hiker and a few others. I'm trying to use it for what I think is an appropriate purpose: I have the UI (including a...
View ArticleMake an addition in a XML or DataGridView
Hi there! I'm doing an simple program and I would like to make an addition in a columns of my DataGridView1. I have this XML file: Code: <Authors_Table> <authors>...
View ArticleProject Convert question
is there a program or tool where a project can be completely converted to vb.net from like c# I have been looking for a calendar control for some time that displays like google calendar and found one...
View ArticleWebrequest wierd problem
Hey Guys, I'm trying to do something on youtube and before I do it I need to login and it to test if it worked right I'm trying to got into random video and check the source code to see if I'm logged...
View ArticleVS 2013 Parallel.For & Parallel.ForEach
Dear VB Gurus, I have two queries: Query One: I need to populate items into a ListView using Parallel.For or Parallel.ForEach. Say I have a C1 = List (Of List (Of String)) Each C2 in C1 contains bunch...
View ArticleVS 2012 Several Querys, need help in making them.
Hi again Another way of approaching my goal could be like the following. I have a reportviewer showing a report with data from a table in an Access database. On the form I have 3 comboboxes (ComboWho,...
View ArticleVS 2013 Slow lag and so forth
I have visual studio 2013 and it is being grumpy, it lags and hangs up constantly and today i have recieved when i go from another project back to my main it says "Waiting on BB3(my project name) to...
View ArticleVS 2015 [RESOLVED] Quick Question: Location of ClientRectangle?
Hi! How can I get the location of the ClientRectangle (not the form) with regards to the screen? Thanks. Nic
View ArticleMutually exclusive checkbox columns in datagridview
Hi! I need your help one more time, experts! I have a bound datagridview pulling data in from SQL Server 2008 db. I have 4 columns in my database that allow for bit values. When the datagridview is...
View Article.NetFramework
If you are developing an application in Visual Basic.Net with a specific .net framework targeted, what is the best approach when it comes to versions you install on that computer? I am targeting 4.51...
View ArticleAutomating WebBrowser to go to href link of an image
Ive been trying to make an application that I can browse websites with and enter forms with automatically. I encountered a problem. I've been trying to get the webbrowser to automatically click on an...
View ArticleVS 2013 XML Elements and Child Elements to DataGridView
XMl File is returned as: Code: <root> <status>200</status> <page> <offset>0</offset> <limit>2</limit> <hasmore>true</hasmore>...
View ArticleVS 2010 Connecting Visual Studio to MySql (WAMP-sERVER)
Dear members, how can connect my VB.Net simple form to the mysql database?
View ArticleVS 2013 SelectionStart for textbox being ignored with Modal Form
Inside my app I am using a non-modal form and text boxes, the first textbox cursor positioning (first position in textbox) works as expected by using SelectionStart on the first form. When I attempt to...
View ArticleHow can I use DrawString to reproduce old Windows fonts precisely?
I'm trying to use DrawString to recreate images like the one below. If I remember back that far, I'm pretty sure Windows 98 used to draw MS Sans Serif exactly like this. I'm having no luck reproducing...
View ArticleSharing Resources (similar to background worker)
Thanks for looking at my post. I am grabbing excel logs using a software called GemBox. Its similar to excel interop but WAY faster (faster than oledb as well) and is not limited to 255 columns. Way...
View ArticleInherits and TableLayoutPanel
I am trying to create an inherited control consisting of a TableLayoutPanel with a label and textbox in one row. I'm not sure what handle or sub new to use in order to initialize the controls. By...
View ArticleVS 2013 crystal reports change logo picture
i have on a report with a picture2 in section1 now i want to change the path of this picture2 with code before i'm loading the report
View ArticleVS 2010 Copy treeview node and parents to new treeview
Hello, I am trying to copy a selected treeview node and it's parents to another treeview but the code I am using to also copying all the selected nodes children. Can anyone point me in the right...
View Article