VS 2010 problem with OLEDB connection
In VB 6.0 and Visual Basic 2008 n OS windows XP, I was connecting my oracle 10g database as follows: Public OraSes, OraDb As Object OraSes = CreateObject("OracleInprocServer.Xorasession") OraDb =...
View ArticleVS 2012 ListView Control Help
Hello, So in one of the case statements i have im populating the first two colums of listview control, Now in the another case statement i want to match a string in sub items of column 1 if that string...
View ArticleCan't send the connection (vb.net reports)
Hi, I made some reports that have parameters. When I was doing them, I created a connection to a server (nwsrv) so that I could design the reports. Now, when I try to call some of the reports (from my...
View ArticleVS 2010 Language choose in my app
hi I've come up with this method, just need some help... Code: #Region "Localization" Sub LoadLang(ByVal LangFile As String) ' This sub will load the language file. Try If...
View Article[RESOLVED] Problem Loading ComboBoxes in VB 2010 Express
I have a Windows Form with 30 ComboBoxes. I want the List Items to be: D, W, M and O for the first 20 comboboxes. I want the List Items to be Y and N for the last 10 comboboxes. The field Name of first...
View ArticleHow to prevent cell from advancing to next row in DGV
I have a DataGridView that requires numeric input or just pressing the enter key with no value for 1 Column. I need to validate the input and am trying to use the CellValidating Event but having issues...
View ArticleVS 2010 [RESOLVED] Creating a new data table from existing using the "Select"...
Hi, I'm trying to take a loaded datatable (lets call it ALLDATA) and then use the select method to retrieve a number of rows from that table, which I then want to add to a new datatable (lets call it...
View ArticleSending Textboxes from Excel to Powerpoint
Hi All, I'm trying to, out of an excel spreadsheet, creat a neat presentation in powerpoint (if you are familiar to transaction tombstones within banking/M&A you might know what I'm heading for)....
View Articlein one system its running well some other system it showing error why
I have a program which do total process in Excel using VS2010. In the last, the output format I have changed as pdf from Excel using exportasfixedformat. In both places same versions of Excel and...
View ArticleVS 2010 Creating PE file
is it possible to create a PE file from an application youve created in VB 2010. I remember when i was using VB6 i could easily do that just create a PE File is it possible to do that in VB 2010
View ArticleVS 2008 Polling Multiple Sensors & Get serial data..... HELP !!!
Dear Forum, Hope you are all doing well. I have been away from programming for a long time and came back on a new project I have been working with VB6 and new to VB.net and would like all your advice /...
View ArticleVS 2012 Image extentions for vb2012???
Dont know if this is the right place for this but sure here it goes. i want an extension for vb 2012 which will allow picture boxes and images to have the ability to fade out from the outside in. Is...
View ArticleErrors when changing target framework?
I have a piece of code: It is to kill a process. Code: Dim num As Integer = 1 Do Until num = 5 Dim proc = Process.GetProcessesByName("notepad") For i As Integer = 0 To...
View ArticleLibrary commands
Dear all, I am making a project using a library(autocad.interop). My problem is that i cannot find many commands for this library. Is there any place of my computers disk that i can find all the...
View ArticleVS 2010 system.runtime.interopservices.comexception (0x80040154) class not...
Hi: I am getting this error: system.runtime.interopservices.comexception (0x80040154) class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) I am doing a deployment in Visual...
View ArticleVS 2010 Monthview Calendar VBA in Excel - make input date compulsory
I am working on a project in order to learn VBA and need a popup calendar to enable the user to input an incident date (it is a motor claims training exercise). I have managed to create a calendar...
View ArticleAnyone have any idea how to make this program run?
I made a program to use at my buddy's house. I sent it to him and when he tries to open it this is the error message we get. Quote: ERROR SUMMARY Below is a summary of the errors, details of these...
View ArticleClicking a button without id on webbrowser
Im trying to click 2 buttons in WebBrowser1 and Webbrowser2 I have been searching for an hour, and i have been trying different things, but none of them worked. I thought this would work (Cause it...
View ArticleNeed help with this code
I need to code in my program that when run, it kills some specific processes. In this example: notepad.exe, calc.exe and mspaint.exe I found the code for this which is: Code: Dim taskmgr As Integer = 1...
View ArticleVS 2010 need help with strings
Hi, just need a bit of help with the following. I want to set up a sort of translation system. I have a textbox where users can type in the data as a string. then, once a button is pressed, the string...
View Article