VS 2010 Help needed with class
firstly I'm self Learning us I'm Very Interested in VB bit there is lot of things I don't Understand So please Help me out I'm faceing a problem I'm doing Question & Answer survey or Question Are...
View ArticleVS 2008 [RESOLVED] rounding values
Hi Friends I've a datatable that developed by my colleague and filled at HTML table (old stayle programming) HTML Code: <tr> <th>City1</th>...
View ArticleHow to calculate column on datagridview.
Hi I'd like to calculate column on datagridview. everytime i input value in amount cell, discount should be computed, pls see example below. Amount Discount Net of discount 1000 100 900 can you pls...
View ArticleVS 2008 Text Renderer Class For Arabic Script Languages
By default .Net Toolstrip control not render the text for RightToLeft languages correctly, I written a class to do so. All is well else after drawing graphics all the menus of toolstrip which are...
View ArticleVS 2010 Invalid to read when no data is present
Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If (TextBox1.Text.Trim = "") Then MessageBox.Show("PLEASE DO NOT...
View ArticleUpdate using SQL in vb
I have used the following codes for updating my record in database (Access 2007) Dim DBConnection As New MySQLConn DBConnection.connect() Dim Query As String Query = "UPDATE Members SET MemberName = '"...
View ArticleSetting up a new default folder for projects
I want all my projects to be saved in a folder I have made for them in My Documents. However, on 'saving a project as' it always defaults to vb98. How can I change this?
View Articledata arrival
winsock chat help i have a lstuser.list which is chatroom user list and list2 is ignore list , every user that be in list2 there text in data arrival shud be "" so the chat window dont get updated with...
View ArticleVS 2010 ListView & Hyperlink
Hi all, I've spent hours (days) searching and testing various proposed solutions, but to no avail and urgently need advice: what is the best way to create a hyperlink to a ListView's items? I'm trying...
View ArticleHelp: Numeric Keypad with multi-textboxes
This is just one Form of my project, I was wondering if how can I create a form that has a numeric Keypad (Buttons) that has 3 text boxes TEXTBOX 1 : OLD PIN CODE TEXTBOX 2 : NEW PIN CODE TEXTBOX 3 :...
View Article[RESOLVED] Visual Studio 2010, Removing substring and replacing substring
Im trying to have three input boxes. The user enters a string for example "The Jedi are good", then enter the bad substring "good", and a good substring "bad". My if or loop statement should then find...
View ArticleInternet shortcut hotkey not working
Hello, I created a small class to create Internet shortcut the anyway I got most of it working but I am unable to use the hot key assigned. this is what my class spits out [DEFAULT]...
View Articlegeneral info on vb and databases need - beginner level
Hi, I'm looking to write an application for our small group of colleagues. I have considered various options, but the easiest seems to be vb+access. But since I'm not proficient in both, I'd like to...
View ArticleCapturing captcha
hi am a newbie. i got some problem using WebBrowser control :cry: i wanna create application for register new user on MIG33. i using WebBrowser to open url registration, but its to large, becoz iam...
View ArticleVS 2010 Setting values for axis on databound chart.
Hey, How do you set the values of the axis to nice, easy integers (100, 200, 300 etc...)? I think this is an easy fix, but it eludes me... Cheers
View ArticleVB 6 Code appearance
l know l must have clicked something by mistake and when writing code instead of Private Sub Form_Load() **** **** End Sub l just see Form_Load() **** **** The "Private Sub" part and "End Sub" are...
View ArticleVS 2010 Creating controls at runtime
Can someone help me on how to create a control at runtime and allow it to be moved around the form? For example, I have a form with a panel control and a few buttons on it. When the user clicks one of...
View ArticleDo I need to require .NET installation for my application?
Hey All, I wrote a Visual Basic application using Visual Studio 2010. The application uses the normal VB controls (dialog box, text box, etc.), plus controls like the WebBrowser control, etc.. I...
View ArticleOn-Screen Numpad
Description and imagery coming soon, I apologize for the wait. Attached Images Attached Files On-Screen Numpad Demo.zip (22.8 KB)
View Article