What is wrond in this code?
Hello, Using VBA in Excel 2007. Trying to minimize the code listings by using the code further down, but it is not working. It only works for the first Range mentioned in each "ElseIf". If I make a...
View ArticleCustom controls
This might be like a handy man asking how to build a house but... How does one get started in making their own custom control? I want my own calendar control which looks and acts differently to the...
View ArticleVS 2008 segmentation characters from image
I have attempted to build an application for a OCR system.. but i have a problem in the characters segmentation steps... I need a sample program.. please help... This is an example form to apply the...
View ArticleVS 2010 Does anyone code with 64-bit o/s??
I'm curious - I've got an ID # that is BIGINT in SQL - so it's a LONG and not an INT in VB. So - the IDE made me add CINT() around all my LONG declaration so they could "reside" inside an array as the...
View ArticleVS 2010 Web Browser with Tabs and Bookmarks Help
Hey there, I made an advanced web browser with tabs and bookmarks. But when I try to delete my bookmarks, it will not delete it after you close the program and open it again. I made the program with...
View ArticleMove pictures in patterns and randomly for Kiosk project...
i have a kiosk project that has hundreds of books and dvd images i want to make a demo screen that takes several random pictures and do some special effects with them, like moving around in patterns...
View ArticleVS 2005 how to receive value on one from, from another form
Hi. I have a main form on which there is a textbox in which i want to load a value, from another form. on form1 i.e. frmreceive has two textbox, txtname and txtpassword (both are dummy) on the gotfocus...
View ArticleTExtbox List Sorted from Data Grid View Not working properly
I have a DataGridView that when i click a button it sorts it by store name into a textbox on a dialog form, but for the life of my i can figure out why it is not displaying correctly This is how it is...
View Articleproblem with BIOS administrator password
my mobo is asus p8h61mlx. i set up a user password at BIOS and i didn't do anything with the administrator password. i can access the system using my user password but i can't access BIOS anymore....
View ArticleProblem in CsocketPlus remote connection with local ip
i have two local ip because of using proxy connection. by using winsock control, it shows static local ip when it's not connected and when it's connected,it shows dynamic local ip,so it can connect...
View ArticlePrinting single document to multiple printers
Hello all, So I haven't done much with printing using the PrintDocument, but I need it for a project I am working on currently. The main problem I am having is that it blocks for each printer printing...
View ArticleMsOf10 VBA save as CSV, SemiColon
Hi there, I'm exporting a sheet to a csv-file, but it seperates it with a comma. How do I change it so it saves it with a semicolon? Code: Set fd = Application.FileDialog(msoFileDialogSaveAs)...
View Articleobject array element 2 doesnt exist error
i had 3 clients open and logged out 1 client and i get this error Code: Private Function GetAvailableSocketIndex() As Integer Dim AvailIndex As Integer Dim SocketElement As Variant Dim n...
View Article[Excel] Class Module Function - Array as Function Parameter
I am attempting to pass an array parameter to a class module function. I have been able to do something similar by setting a class property using variant data type, but wanted to see if I can achieve...
View ArticleVS 2008 ODBC and Oracle connection string with IM002 error
Got help with the parameters, but now having problems with the connection string. Currently it is this (which is the value of My.Settings.DuoLive_ConnectionString) DATA...
View ArticleDynamically modifying an ASP Repeater Control column?
I have an asp:repeater control on a form. It contains 4 columns. Based on a certain value as a result of a database read, the 4th column, needs to contain a button control else it will contain plain...
View ArticleReading ANSI OR UNICODE
Hey So I just wrote up a quick program that checks if a file is encoded in Unicode or not. If it is then it reads it using the unicode format if not the ANSI Code: Private Sub Form1_Load(ByVal...
View ArticleWindows 8 - Program Has Stopped Working - Incompatible Program
My vb.net software wont work on windows 8 :blush: I'm running windows 8 x64 on a virtual machine When i open the program, it crashes and a message pops up "myprogram has stopped working" I've tried...
View Article[HELP REQUEST] Dll injection in VB6
Hello guys, I searched the forum but nothing found. Google brings a lot of non-Helping topics. Does anyone know anithing about it? If it is possible or not and how to do it, if you have an example...
View ArticleVS 2010 Editing a PDF File VB .NET -iTextSharp
Okay so I go on this website, I click a few buttons, and at this last button I need to open a PDF file. There is a button on the website that will open a PDF file in the browser. Right now I am using...
View Article