VS 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] 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 Articlehow to save datagridview as either excel2003 or excel2007 worksheet.
i can save a datagrid using code: Code: saveFileDialog.Filter = "Excel2007 (*.xlsx)|*.xlsx|All files (*.*)|*.*" i wish to give the user the option to save in either Excel2003 or Excel2007 format. What...
View ArticleVS 2012 How to make the form moveable?
Hi. I have a borderless form with a base image, which has some controls. How can I make this part draggable? ^ It's the background image of the form
View Article[RESOLVED] [VB2010] - RichTextBox: by some reason the shortcut keys aren't...
the RichTextBox have any property for deactivate\activate the shortcuts keys? by some reason they aren't working:(
View ArticleVS 2012 Scrolling text grabbed from text file
Hi all, My knowledge of VB is rather basic (everyone has to start somewhere!), so please excuse my ignorance. Basically, what I am looking to achieve, is to build a program that just scrolls text from...
View ArticleVS 2010 Need to open a second Form that is my program on a horizontal view...
I need help like the title says. The program needs to work the same it currently is. The program is a simple database program and i need to know how to make the second form have the same functionality...
View ArticleNewbie: How do I have the exe check to make sure the customer has the correct...
Hi! I'm new to VBnet. My program requires that their windows computer be up to date in order to work properly. How do I have the exe check to make sure the correct and up-to-date files are installed,...
View ArticleVS 2012 How do you run other setup files in the background?
I have a bunch of programs that require me to download and run them often. I'd like to setup a program that will download and execute those files automatically for me. How do you do this?
View ArticleHow to effect an automatic update on windows form
Hi forumites, Please I noticed that whenever I save details of an item on my windows form on sqlserver database. I noticed that I don't see the save details until after have closed the windows form and...
View ArticleVS 2008 ReportViewer Problem
I have been beating my head trying to figure out why when I try to setup a new report I get this error. Warning 1 Deserialization failed: The element 'TableCells' in namespace...
View Article