VS 2010 problem with negative numbers in datagridview when RightToLeft=True
hi in my program there is a datagridview.i set its RightToLeft property to TRUE . so when i input a negative number in the cells the negative sign is shown in the end of the number.for example : i...
View Article[serious]Need a count-down timer for a science project[/serious]
I'm helping my son with a science project and we were hoping to get our hands on some kind of hobbyist LCD display/timer - something that might count down from 2:00 minutes or count up to 2:00...
View ArticleControl of speakers
Hi I'm not sure if I'm posting in the right area (new to the forum), but I'm sure if not some kind person will direct me to the right place.... I've recently been working on some VB10 code to read the...
View ArticleI have a Syntax error, I am stuck, and new
This is some of my code, the relevant parts anyway: Dim Sum1 As String Dim Sum2 As String Dim Sum3 As String Dim Sum4 As String Dim Sum5 As String Dim Sum6 As String Dim Sum7 As String Dim Sum8 As...
View ArticlePopulate new form based on Combobox
I am trying to learn VB 2010. I have an Starting form with a combobox that has the following code. Code: Public Class frmStartScreen Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 help login into my bank without forms
i would like some help getting something like this working theres a lot i dont understand but this is what i have so far im trying to get it to send post data to m.regions.com to login and display the...
View ArticleVS 2012 RTB.rtf property to mysql database
For some strange reason that I'm not getting is that when I save the rtf format of my richtextbox, it returns invalid characters in which the richtextbox can't load the format properly. Anyone know why...
View ArticleQuestion about opening up files
I have a problem. When I go to open up a file on my computer for this application to run, it runs perfectly fine. Then, when I go to transfer the app to another computer, it bugs out saying, The...
View Articlehow to display image in html table uisng jquery
i have following line of code along with gif image ..it showing all database driven data but not image any help Code: for (var i = 0; i < data.d.length; i++) {   $("#tbl").append("<tr bgcolor=...
View ArticleVS 2010 How to get data from a nook?
When I hook my Nook up to my computer via USB and then run Adobe Digital Editions, that program knows all of the identifying information about my Nook... the serial number, the operating system #, etc....
View Article[RESOLVED] Help with menuitem font color when selected
I am trying to setup my style for my top menu bar of my form. I have it set for a blue background with white font color. I want the dropdown menu items to keep the same black default font but the top...
View ArticleVS 2010 [RESOLVED] Random Number
Having trouble figuring out how to make this code work. I want a random number between 1-3, then depending on the outcome, I want it to select one of three radio buttons. This is the code I have so far...
View ArticleMsOf10 VBA duplex printing of specific sheets in workbook?
Hello, I want to print certain sheets in a workbook in singel sided and certain sheets in Duplex all in one operation/button. I cannot find anything on the internet giving a simple code for this. This...
View ArticleRender one cell as image (from XLS,XLSX)
Hello people, I am working on one program where I need to get one cell from Excel document as image. I try to combine something with trial options from a lot different software companies (like Telerik)...
View ArticleVS 2012 CLR Debbuger (F5) ignores some exceptions in Windows Form apps
Hello When run (F5 Debug) a Windows Form application I'm working with, there is some exceptions that are not cacthed by CLR debbuger. But the same code in a Console Application every exceptions are...
View ArticleLabel on Command button
Is there any way to do this? By default the label goes behind the button. I was thinking it could be an easy way to have any forecolor caption.
View ArticleVS 2010 too many arguments specified, check source?
so i have this little application here. pretty simple, it requires a few inputs then passes the arguments along to a dos app and goes from there. having issues with part of the argument inputting...
View ArticleVS 2010 Partly VB.net downloading, Partly general web structure, hard to...
So I have this project in my head that I want to take a crack at... but I'm not sure how to begin. I know how awesome the VBForums community is, so I'm hoping you'll forgive me if this isn't the best...
View ArticleUse a click event to open .htm file from VB 2010 project folder
I read on a link I got from google that the best way to create a formatted file is to use html. So I created an html file and saved it in the folder my VB 2010 project is saved. Now I am trying to have...
View Articlesdf database to textfile
Imports System.Data.OleDb Imports System.Data.SqlServerCe Imports System.IO Public Class Form1 Dim ds As New DataSet() Private Sub btnfill_Click(ByVal sender As System.Object, ByVal e As...
View Article