VS 2010 I need help with my account saver program.
I am making a program which will save accounts that you input. This is useful for if you have a bunch of accounts for lots of websites or games and you are a forgetful person. This is what the program...
View ArticleDB Select by year
I've got two tables on my database, they are Employee which has a start start and Orders which has a order date. I want to display all the results for each order but grouped year by year based on their...
View ArticleNeed help clicking button without id
Hello people ive tried multiple ways of trying to click a button without and id code is below button code: Code: <button style="padding: 5px 10px; font-size: 1.5em;" class=" fk-uix-button...
View ArticleVS 2010 Multiple Comboboxes - Disabling one item (READ)
So for my school assessment we are making a prototype government voting system, in order for this to work users will have to enter there PARTY preference in orders of 1-15 (15 being the max we are...
View ArticleVS 2012 Auto update imporving.
Hi everyone. I'm using my friend's code for auto-update of my program. The code: http://pastebin.com/SEHpKrEK. As you can see, it compares the two versions, if the remote version is bigger, it...
View ArticleVS 2010 [RESOLVED] Date Range
Hi, I am using VB 2010 Express. I am having a problem with date range which I am not able to fix. Please Help! Problem details : When I try to search from start date 15/03/2013 [DD/MM/YYYY] to...
View ArticleNeed Help with seending SMS ..Modem send nothing ???
hello every one i'm using huawei E1552 modem to send SMS from my app. and bellow is the AT commands procedure to send SMS in the PDU mode and the modem response also, every thing seems ok , but i...
View ArticleA simple operator question just for my curiosity
Hi guys! Is there any operator like "±" in VB? Such as Code: If i ± 3 = p Then 'code End If Thanks!
View ArticleVS 2012 Getting filenames with a certain pattern
I need to get a list of filenames in a directory with a certain pattern. The files are named fileX.dat where X = a 1 or 2 digit number. So for example, they could be called file1.dat or file10.dat. I...
View Article[VB2010] - what is wrong with these 'for each'?????
Code: Dim a As Windows.Forms.Control     For Each a In RichTextBox1.Controls       Debug.WriteLine(a)       Rect1 = New Rectangle(a.Location.X, a.Location.Y, a.Size.Width,...
View ArticleVS 2010 [RESOLVED] Form formatting/display issue
Hiya, I've attached an image of a slight niggle I'm having with my form. I'm starting to test my application using other date/time formats and have just noticed my date/time picker control is looking a...
View ArticleFaster way to take a screenshot?
I start by checking if a pixel is a certain RGB, if it is not, then I make it do stuff as followed: Code: Public Class Form1 Â Â Dim screensize As Size = New Size(My.Computer.Screen.Bounds.Width,...
View ArticleVS 2012 How is the following being done?
Hi all. In MpaleStory's Launcher, they have this weird border, I want to know how can I achieve it. This is how it looks like. As you can see, the outer frame is what i'm trying to achieve. They have a...
View ArticleVS 2010 To disable user to order DataGrid Columns
Hi, I have a DataGridView that should not allow user to order the columns. I have set "AllowUserToOrderColumns" to False, but still, it allows user to order during execution. Did I miss something in...
View ArticleVS 2010 [RESOLVED] Arraylist - Sorting Textual Entries From Highest To Lowest
I was wondering how to sort an arraylist properly from highest to lowest value when textual content is added rather than numerical. Code: Dim a1 As New ArrayList a1.Add("20Â Items") a1.Add("112 Items")...
View ArticleVS 2012 Treeview not firing directoryselected event
The only directory nodes that fire a directorySelected event are those directories that have files in them. How do you get that event to fire with empty directories? I put in TreeView1_DoubleClick and...
View ArticleVS 2012 [RESOLVED] Replacing a String with Nothing
Here is a string that I have: Code: Â Â Public Sub SaveDreamScriptListToFile(stringFileName As String, DreamScriptList As List(Of DreamScript))...
View ArticleVS 2010 Put inside a panel a process currently running
Hi! I am quite new in VB. I am trying to make a sw which operate with another application. I found a code to lunch an application inside myone and it works. But what if I want to do it with an...
View ArticleVS 2008 [RESOLVED] Textbox Autocomplete SQL database
Can anyone share a code that I can use to autocomplete a textbox from a field in SQL database? Thanks a lot!
View ArticleVS 2008 help for vb.net read varbinary
hello can anyone help how to read or convert the varbinary into text in ms sql server 2005? thnx for anyone help me!!!
View Article