VS 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 [Resolved] 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 2012 Making a secure game launcher?
I am trying to make a new launcher for my Unity game. The issue is if I use Shell("game.exe") people could just skip the launcher and go open the game itself. Is there any way to bind the game and the...
View ArticleVS 2010 Could not load file or assembly.....given assembly name or codebase...
Hi I want to start debugging a simple windows form project in visual studio 2010 that I created but I keep getting the same error message on different projects namely: “Error while trying to run...
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 ArticleVS 2012 WebBrowser: AllowDrop
I want to make it possible to drag and drop file to my entire Form, including WebBrowser. Unfortunately, it does not have AllowDrop option (not be be confused with AllowWebBrowserDrop). Is there any...
View ArticleVS 2008 word document
How can I print a word document automatically fro a vb.net application?
View Article