Date and time Question
How do I customize the date for my localtime Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Start() End Sub Private Sub...
View ArticleTextbox Problem
i'm making a new soft and i was wondering if i can do a text box that haves a grey text if I haven't writed anything, and when I do start to, automatically delete that grey text so I can start to write...
View ArticleVS 2008 Problem with delete record not in datagridview but in access
Hi to all I'm new in VB.net and much newer in datagridview (This is my first datagridview) I have a delete record button that delete the record from the datagrid but i'm unable to deleted also from the...
View ArticleBeginner Help
Hi I'm not sure if im doing this the right way for example, i ask the user 2 questions using combo boxes Private Sub ComboBoxConQ1_SelectedIndexChanged(sender As System.Object, e As System.EventArgs)...
View ArticleHow do I connect to Mysql Database?
Instead of using the Microsoft access database. How to I convert this code into the proper way to connect to a MySQL Database with those rows? 'Enter Items in the items list if we are in the scan...
View ArticleVS 2010 [RESOLVED] Crop and save an image
i couldnt crop and save an image.Here is my codes. Rect is my drawed rectangle. Code: Dim save As SaveFileDialog = New SaveFileDialog save.Filter = "Jpeg File(*.jpg)|*.jpg" If...
View ArticleVS 2008 [RESOLVED] Applying Strikeout property on the text of a label
How can we apply the Strikeout property on the text of a label ? In design time I can simply go to the Font property and choose if I want it applied or not . But how can it be done by code ? I don't...
View ArticleVS 2005 Class not refreshing dialouge
I have a class for HTTP transaction, and in some cases I want a little dialouge showing that its processing. I can get it working, but can't get it to refresh and change the text afterwards, i've tried...
View Article[RESOLVED] Unable to cast from toolstrip container to textbox error
hey all, i have made a form for some calculation purpose. i have a menustrip & a toolstrip jn which i have cut copy & paste buttons. the menustrip & toolstrip are in a toolstrip container....
View ArticleVS 2008 Webbrowser.Sourcecode reading + gathering text(+finding)(code) +...
So, all of you.. Hello.. I'm working on a small project, and really FAIL so hard at this, I've googled for almost half of an hour, with no luck. I let my webbrowser1 navigate to a page after the user...
View ArticleVS 2008 Control Reflex Camera and Flash
Hi everyone! I'm new to this forum. I wanted to develope a program in Visual Basic 2008 which could display the image viewed by a normal reflex camera and trigger the flash when you wanted to take a...
View ArticleVS 2010 IRC Client help
Hey Guys, I'm new here. I have been searching for source codes about IRC client bot source for weeks And i wrote some code but it seems to be not working... Well, my goal is to create a basic VB.net...
View ArticleMy.Settings Name
Ok, I managed so far to understand how my.settings work but here is new idea I want to manage. When user enter a value (name) I want visual basic to create same name string in my.settings . So if user...
View ArticleVS 2008 How to filter data from multiple tables in vb.net?
Attachment 94473 Hi all, I have 3 tables Course,Student and Exam and need to filter data and combine on datagridview in vb.net For example, Filter by std_id or c_code or ac_year,anyway Fields to...
View ArticleVS 2010 ***? Why is this variable not working??
Ok i have been trying to hours and it looks SOOOO right, im getting irriated:/ Cannot understand why its not working.. In a little login form i have: Public LoggedIn As String = "***" then 2 textbox's...
View ArticleVS 2005 Attaching the report to an object.
Can anybody explain in detail how to attach a report to a clas object. Suppose I have a class cclCustomers which creates a customer object (another class class called clsCustomer) and puts the...
View ArticleVB 2005 on Win 7 64bit - Any issues?
Is there any issues running VB 2005 on Windows 7, 64 bit? Should I run in a compatibility mode or anything? Reason I ask is that I restarted a project in a win 7 machine and while everything seemed to...
View ArticleDocumenting VB (and other) stuff
Although I'm new here, I want to share some info with you. For years, years and years, I've been programming in different languages, including Borland C++. Recently, I decided to start to document...
View ArticleMy.Settings - Configuration system failed to initialize (VS Pro 2010)
So why does Settings.Designer.vb code in 2010 fail to intialize at this point ..... vb.net Code: Get Return CType(Me("Str"),String) End Get ... when the exactly identical code...
View Article