VS 2008 array's within structures
I am upgrading some old vb6 code and within that code I am working with an array that is in the structure Sample_Data_Type. The following sub was inserted at upgrade to my structure: Structure...
View ArticleHelp with backing up a folder
I am trying to move a directory to another directory, here is the code: My.Computer.FileSystem.CopyDirectory("C:\Users\User\Desktop\sections\login\login", "C:\Users\User\Desktop\back up\" + DateString...
View ArticleVS 2008 Application deployment please advise...
I need some advise regarding Setup and Deployment of my application. I have used the 2008 express edition to develop it, and now I am finding out the limitations of that version. It does not have the...
View ArticleVS 2010 Running an embedded batch file
Alright, so for this one I am embedding a handful of batch files. I just need to run them. Here is what I have-
View ArticleNot sure what to put as title but is this possible in vb 2010
Is it possible for a messagebox to pop up if a certain program or file is opened or ran like for example off of the desktop
View ArticleVS 2010 .net browsercomponent with upload function?
i have a program which automates the filling in of a form, i used setattribute and invokemember("onchange") and invokemember("click") for this, and i also need a way to upload a file automatically, the...
View Articlei have error saving in database
hello guys, please help me to fix my problem.. i am trying to add record in my database in mysql.. i have this codes below: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleNeed help with Geckofx, Making a simple program.
Guys i am making a traffic exchange viewer(Bot) for my own traffic exchange : http://skillerzforum.com/exchange/ I have used normal default IE browser before and now i just copied the same code with...
View ArticleVS 2008 How to sort
Hello I have a string array named wantToSort with 10 elements, and I would like to use some kind of sort command. Please show the actual line(s) to do this. I've read about sort in Help and got...
View Article[RESOLVED] How to write this shorter?
hey guys, I have a question. im trying to make 25 pictureboxes the same picture. i have it written like this now: PictureBox1.Image = ImageList1.Images.Item(0) PictureBox2.Image =...
View ArticleHow to write this shorter?
hey guys, I have a question. im trying to make 25 pictureboxes the same picture. i have it written like this now: Code: PictureBox1.Image = ImageList1.Images.Item(0) PictureBox2.Image =...
View ArticleVS 2010 ListView collect entries problem
Hi, I have a listview with 2 collumns. The properties of listview is: Multiselect: False View: Details, GridLines: True FullRowSelect: True The user will add data to the listview. At the end i want to...
View ArticleCannot Open Access in VB 2008
Dear all, I have been trying to open my Access Database without success. In the beginning there are no data sources, so I go through the routine of adding a new data source, and receive the following...
View Articlesteps of create a vb.net program with ability to replication under sql database
hi i want to create a program with vb.net that include a sql server database . i want install this program on several seperate system .this program's tables update with replication between all systems....
View ArticleVS 2010 Get Path from ShortCut (.Ink)
Hey guys, Im new here and I need help. Im making a Drag-n-Drop application for Windows 7. You simply drag a Shortcut or a Program and the PictureBox shows it icon, and when you click it, it opens the...
View ArticleVS 2010 [RESOLVED] How to grant application access to read files in the...
How do I give my program access to check if some files exist in the windows and its subfolders? As it is, I check for a file that exists, and the program says it doesn't exist, so I'm guessing it has...
View ArticleIdeas for programming an interactive tutorial/walkthrough?
Hey All, I'm trying to improve the first run experience in my new program, Bill Breeze. I started out with a welcome screen, but that just seemed underwhelming to me. Now I'm looking at making a first...
View ArticleHow long does a form stay in memory when it is closed?
I have 3 questions about this! 1. This is my main form. Editor2 is another form that is part of the project. When the main form is shown, there is 1 button that you can click on to show the Editor2...
View Article[vb2010] Problems setting a Form of mine owned from external window
With this simple code: Code: 'note: in NativeMethods Class <DllImport("user32.dll")> _ Friend Shared Function SetWindowLong(ByVal hWnd As IntPtr, ByVal nIndex As Integer, ByVal...
View ArticleCopying Bitmap onto Another Bitmap
I am copying part of one Bitmap onto another Bitmap, however when I do this, it prints the bitmap in a large size and at a higher position. It looks like a ratio difference between the two objects is...
View Article