If a program was made in VB, is there an easier way of controlling it with...
I suspect that this program was made in VB because there are ThunderRT6 classnames in it. Eg.: instead of Class: Button, it has Class: ThunderRT6CommandButton. Once it has also returned an error...
View ArticleAdd/Edit entry to Access DB help.
Good afternoon, I'm starting to get the hang of this but I feel like I may be confusing myself yet again. I have the below. It connects to my database fine. Then loads records into the listview. This...
View ArticleMSDN's Forums
I hate them. They hurt my eyes. I didn't really care for the older version to much now their newer version is just terrible.
View ArticleVS 2010 Webbrowser resize within code
Okay, very "Newb" question I think. But for some reason I cannot re-size my webbrowser by simply WebBrowser1.Size.Width = 10 When this totally works Me.Size.Width = 600 Any help??
View ArticleVS 2010 WebBrowser to visit each link in listbox
4what the title says, i've got: Code: For Each strLink In Links.Items WB.Navigate(strLink.ToString()) Next -that dont work, any1 help? thx
View ArticleVB6 - Print StdPicture Objects
I'm sure this has been covered lots of times already, but here's another take. The basic idea is to use the Printer object's PaintPicture method to crop and scale a StdPicture as you print it. The only...
View ArticleVS 2012 Not sure if I should use Gridview or not
Hello: I'm creating a web app and have a new form. On this form, needs to be one row and 6 columns. The columns will need to contain dropdowns and textboxes. The user will be able to enter this...
View ArticleVS 2010 Help me to read richtextbox ?
Hello! am triying to read richtextbox in VB.net ? Soo i want to read line by line and not like this : am triying with this: Code:...
View ArticleAnyone know much about SQL Server CE 3.5 for Windows CE 5.0?
Hello, I have a client that needs a windows program written for a Casio handheld scanner that is running Windows CE 5.0. He needs a database on there that can hold a few million records. I need to...
View ArticleHow to stop a thread that is speaking a given text string
Hello all, I have a form that is displaying a message box and at the same time started a new thread that speaks the same message. What I want to achieve is to stop the thread speaking the message as...
View Articleneed help with an error
im making a matching game were when you click 1 icon and then another of the same type the 2 icons stay in but whenever I run the program I get a error code im really new to this so probably wont...
View ArticleMethod Range of Object Global failed
I am getting an error that says Method Range of Oject Global Failed. It refers to this line: Code: Range("A" & start & ":O" & EndW).Select Any ideas why? Both start and EndW are declared...
View Article[RESOLVED] Get items to all float to the top of this div
Code looks like this Code: <div class="acs-rowcol-container acs-rownumber0"> <input type="text" class="awc-POLines acs-edit-tiny-text acs-rowcol"/> <textarea class="awc-POLines1...
View Articleado refresh error
I have a Datagrid connected to an ADODC control through the properties. I am trying to get info from a table to populate the datagrid. It gives me an error as soon as i get to the adoSearch.refresh. I...
View ArticleSystem.Management EventWatcher, best practices?
Hi I'm playing around with this class a little and it seems that while waiting for an event to happen it well waits, freezing the thread until the event is fired. is this normal behaviour and if so...
View ArticleVS 2010 Another question about Webbrowser!!
Hey y'all! How can I make my webbrowser box stay within a certain ratio of my form?? Like docking but with a lil room around the edges and a lot of room at the top for button and stuff!! Any help?:)
View ArticleVS 2010 MQ Connection Drops out - No Retry
I currently have the code below that connects to a Message Queue, when a message is received, it triggers the handler event. All this works really great. There is however one problem. This is when the...
View ArticleVS 2012 Need assistance adding a timed lockout to application (Working but...
I would love a 2nd set of eyes because what I need to accomplish has to be easy I am just over thinking this thing. First some Background: I have a program that uses Phidgets RFID readers and a weight...
View ArticleHAM Operators?
Anyone here a HAM operator? I have been learning about HAM radio and I am considering getting my HAM License.
View ArticleVS 02/03 Looping through multiple directories
Hello, I have macro written where basically the aim is to loop through two directories and edit worksheets. To clarify, I have two folders that I must loop though: "August" and "Test." Both folders...
View Article