System.Net.Mail.SmtpException error
For some reason i'm getting this error can anyone explain this to me? http://puu.sh/40a6M.png Attached Images
View Article[VB2010] - RichtextBox: why the control isn't scroll when we scrool the...
i add a control in richtextbox... until here fine. but if i write more text than richtextbox size, vertical\horizontal scrollbar is scrolled, but why the control isn't moved too?
View ArticleCopy file to directory
Hi, I want to copy different image files specified folder. For example I got 3 textboxes one is texbox1 C:\image\image1.jpg textnox2 C:\image\image2.gif textbox3 C:\picture\picturesue.png Which are...
View ArticleVS 2010 Parent Container Events
As an exercise in learning, I am writing a Craps game, and have run into a couple of issues I am not sure how to handle. In my game, I have a parent form called "PlayingTable". This form handles...
View ArticleVS 2010 [RESOLVED] Trimming URL
Hey Guys, What i'm trying to do is trim a list of urls that get imported to the format: site.com (with no protocol or trailing slash after the extension) There is up to 6 potential variations that can...
View ArticleVS 2010 Validate DGV rows contains "0" value before inserting into Access DB
Dear All, I am doing an application with DGV to get the user input. There are five column and n number of rows which user can add, now i want to validate if the user enters 0 (zero quantity) in a...
View ArticleGetting Data from Excel Spreadsheet
I am trying to read data from an Excel table into a DataSet however I get an error: "No value given for one or more required parameters." I've done some research and learned that this error usually...
View ArticleClicking on a webbrowser button
Hi, I have a question about flash in a webbrowser. How can I click on a webbrowser flash object? I tried this through htmlelement which did not work? Is it possible to get the coordinates of the object...
View ArticleJSON parsing
Hello all, Im desperatly trying to read JSON array combinate format for 2 days without success, i'm using json.net(Newtonsoft.Json) library but i guess im doing something wrong... JSON: Code: [{"name":...
View ArticleVS 2010 Control webbrowser openfiledialog
Hi all, How can i control the webbrowser openfiledialog. I think there are several ways, for example checking what window is active and then control the window that got focus. But I really do not know...
View ArticleNeed help with a loop in vb.net console
I am really new to VB and have a question about loops. I am programming a console based text adventure and need to know how to make the wrong choice loop back to the selection. By wrong, I mean...
View ArticleSPP mode vs HID mode (Bluetooth Barcode Reader)
Hi, again, folks! Fresh thread for fresh approach to old(ish) problem: Having made reasonable progress with my barcode-scanner project (Shout-outs & Thank-yous to dbasnett & shaggy!), I find...
View ArticleBasic Graphics Logic Help
Hi, I have been having a very hard time wrapping my head around drawing in vb.net Here is what I am doing, vb.net Code: Public Class Form1 Dim _Pen As Pen Dim min As System.Drawing.Point = New...
View ArticleCrystal report 2010 cant print from a different computer
I have develop an application in Vb2010 and am using SAP Crystal Reports for Visual Studio 13.0.4 to print my report. The problem is i have my database with is MS SQL Sever 2008 R2 sitting on a...
View Article[RESOLVED] GUI Update Question
Hi All, I have an application where I have to update a large amount of text boxes/labels across several different tabs on a form. (tabbed dialog control) I'm seeing some lag, and I'd like to try to...
View ArticleVS 2010 Need Help with Visual Basic
Okay, so firstly I'd like to apologize if this is in the wrong section as I am a new member to the forum :o Secondly, I have no knowledge of visual basic and have been assigned the task of creating two...
View ArticleVS 2012 How to Write Data to Excel 1 Row down on each click ?
Im writing a simple Windows Form Application for my business and so far have been pretty successful. (This is my first interaction with VB ever lol) Ive hit a little snag in the road however. Im using...
View Article[RESOLVED] objWriter Text is Truncated
Running the below script is (so far) working as expected, except the text is truncated in the *.txt file. It doesn't return all the data, like the objWriter isn't large enough to hold it all? Not sure...
View ArticleVS 2010 Text Search a Access database
Hi All, first post here so forgive me if its in the wrong place Im using VB 2010 Express Edition and needing some help on a Application I'm building for windows Ive got a MS Access 2003 database with...
View ArticleExceptions in background threads
hey :wave: I'm writing a quick example of multi threading for someone and it got me thinking about how everyone else deals with exceptions raised on a background thread, as I kind of just made up my...
View Article