VS 2012 Multidimensional array
This is the first time I've ever used a multidimensional array so bare with me. I'm trying to have a list of lists, I have a combobox that when selected it populates a listbox. So the combobox is the...
View ArticleVS 2010 Posting Data in ASP.Net Site - Params Values
Hey, I am ecommerce website that is designed to get IPN notification from payment system. While it works fine.. But due to some constraint i cant use in that way, instead i need to use web service in...
View ArticleVS 2012 [RESOLVED] Trouble with Func(TResult).
Ok, bear with me on this one. I am sure I am just messing up something very simple. I have this declared: vb.net Code: Property CheckStateCondition As Func(Of Boolean) Then, I use it like so: vb.net...
View ArticleVS 2010 [RESOLVED] Is using of List(of ) is better than using IEnumerable...
Is using of List(of ) is better than using IEnumerable Interface ? How ?
View ArticleVS 2005 DateDiff function issue
I am using DateDiff function in vb.net sometimes it works best but sometimes return me a different value than expected. Here is my code. intRet = DateDiff(DateInterval.Minute, dte, dtpFromTime.Value)...
View ArticleVS 2012 DataGridView Selection Mode Question
Hello again everyone. This time, I have a problem with data selection on datagridview. I want to be able to select data from 2 distinguished ways, by selecting the full row or cell by cell, as you can...
View Article[VB2010] - how can i share my exe in windows XP\7(without Visual Studio)
i need create a nice program, but i don't have sure if can run in windows XP(because that person don't have Visual Studio, and i don't know if she uses windows XP or 7). can anyone tell me if runs...
View ArticleVS 2010 Purpose of Windows Installer 4.5
Hello, what is the exact purpose of Windows Installer, when do I need this prerequisit for my application? Thanks for explanation... Attached Images Â
View ArticleVS 2010 Restoring Database
Hello, I am using SQL Server 2008 and i am trying to restore a database from Vb 2010 with this the code below but had this erro "RESTORE cannot process database 'DatabaseName' because it is in use by...
View ArticleRunning Excel Macro from VB.NET - Macro not running correctly
Hi all, I'm writing a small application that allows the user to pick a .csv file that is outputted via a 3rd party app that records blood pressure, and then takes the .csv and carries out some...
View ArticleVS 2010 Decrypting textfile split with ROT 13
So I am trying to make a login system that decrypts the password as they attempt to login using ROT 13. Code: Â Using srUser As New System.IO.StreamReader("Details\userdata.txt") 'Sets streamreader to...
View ArticleListBox HideSelection
VB6 version of the ListBox has HideSelection property when set to True, the highliting of the selected item will disappear when the ListBox lost the focus, I cannot find HideSelection in VB.NET...
View ArticleContext menu strip
I have been trying to make a context menu strip as in MS excel as shown below with another context menu in the form of a tool strip above the regular context menu strip. But it was not possible to have...
View ArticleVS 2008 [RESOLVED] transparent label
I have a picturebox with a picture in it. I have put a label over them and set its background color to transparent, and the font is red. when I run the program I see that the label is not transparent,...
View ArticleReading buttons from an HID
Hello, everyone. I just bought a new computer, which runs Windows 8. I have a flight simulator panel which contains a 64 button HID card. It worked fine under XP. It showed up in 'game controllers'...
View ArticleVS 2010 Getting column names as F1, F2, etc. instead of the column name.
Hello to all. I have this piece of code, which writes the content of a worsheet into a text file. In spite i have declared HDR=Yes i'm stil getting column names as F1, F2, etc. Can someone please...
View ArticleMacro not running on correct file
Hi all, I posted a thread a few days ago regarding opening a .CSV file and then running a macro saved in an external workbook on the CSV. The problem was that opening the .CSV using VB.NET was causing...
View ArticleVS 2008 How do I display left-over of a product when making a stock-out
Pls I'm new to programming(vb.net 2008). I am designing an office inventory management software. I have three forms for Products, Stock-In and Stock-Out; each having there tables in the sqlser 2005...
View ArticleTextbox border color
I am using the code mentioned in this link I created dll using this code with .net 3.5 as target framework. i can go to toolbox add item and add this control.Now It will be available toolbox in visual...
View ArticleWebbrowser click protection
Hi, I have tried to implement something for my application using this thread as a source of ideas. Unfortunately, I am having no joy. I have a webbrowser panel displaying a flash movie on part of my...
View Article