VS 2008 Eof
Hi guys , I've been messing lately with codedom and reflection. Lets say I compile my code and I want to display a messagebox but the message data is written as bytes at the end of my executable (EOF)....
View ArticleVS 2010 Copy files from one location to another given location
Hi, How to copy all files from one folder to another folder and also rename of all files in destination folder Thanks,
View ArticleVS 2010 Locking screen capture.
Hello, I am making a program where you can take quick pictures and they will then upload straight to my website. This works with an hotkey, if you by example click f10 a window will show up so you can...
View ArticleVS 2008 Inject DLL
Hi to all: I had attached a project that Inject DLL (maybe could be usefull for some people)...Seems the code work well if I remove this Line: Code: Public Declare Function OpenProcess Lib "kernel32" (...
View ArticlePlease Help, Mathmatic Problem
Hi Guys, I have this code: Code: Sub Btn_Cntrl(sender As Object, e As EventArgs) Handles Button2.Click, Button3.Click, Button4.Click Dim Btn As Button = DirectCast(sender, Button)...
View ArticleVS 2010 [RESOLVED] Communicating across threads from module to gui text box
I have tried to follow jmcilhinney's post at http://www.vbforums.com/showthread.p...Worker-Threads I have a thread that relies on functions/subs that exist inside a module (I know people do not like...
View ArticleBindingNavigator AddNewItem limited
Is possible to limit BindingNavigatorAddNewItem to add maximum 10 items. Thanks.
View ArticleVS 2010 Checking last run time of Task scheduler !
Hello guys, Is there any method or API to check the last run time of Task scheduler (I mean the task scheduler which in CONTROL PANEL). I need to display the same in the grid view like Last run time,...
View ArticleVB 2012 - Project Help #1
#1 Problem: Hello guys Im really bad in english so dont be mad on me. Here is my problem. Im working on project called account checker .. There should be application where, i after register on some...
View ArticleMinimize Word to the tray
I print a Word document but the document shuts after print but Word stays open en maximized. Is it possible to minimize Word to tray ? Print with this code. Code: Try Dim pr As New Process...
View ArticleVS 2010 BackgroundWorker and FTP FileUpload issue
Hi there, This is the section of code that is giving me an error: vb Code: Private Sub bgw_UploadZip_DoWork(sender As System.Object, e As System.ComponentModel.DoWorkEventArgs) Handles...
View ArticleVS 2010 How do I select identical filenames in a listview by checking only 1...
Hi, I would like to be able to select 1 filename MANUALLY and the filenames that are identical are selected AUTOMATICALLY in the listview shown below. Attachment 98395 Here is the code I've got so far...
View ArticleVS 2010 Different 'Webbrowser' query
Basically i want to log into two different webbrowsers with two different accounts... e.g. webbrowser1 will be logged into account 1 and webbrowser2 will be logged into account 2 on the same website as...
View ArticleIssue with missingmember when trying to automate a mail merge to email.
Please find my a picture with the include code and an image of my error. I assume this is something simple. Thank you in advance for any help you might be able to give. Attachment 98397 Imports...
View ArticleVB Help.. noob :)
How do i open directory, have user select the excel file, and import the data from the selected file into a worksheet from the original file? Thanks :)
View ArticleFloder Browser Control
I need to browse folder and get file list of which extension name is bmp, jpg(image files). This control should be placed in the form. There is a System.Windows.Forms.FolderBrowserDialog, which is a...
View ArticleVS 2010 FTPWebrequest won't make directory
Hey, I have this code: Code: Dim Dir = ftphost & d.ToString("/yyyy") Dim ftpReq As FtpWebRequest = WebRequest.Create(Dir) ftpReq.Credentials = New NetworkCredential(ftpun,...
View ArticleVS 2010 Error when Option Strict On vs. Option Explicit On
I recently joined VBForums and this is my first post. Hopefully I've put it in the right forum group. I am looking for some help with a question. Normally I use Option Explicit enforced with my code...
View ArticleClick 'Like' on a Facebook post via code?
I have a program I've been working on for the last few weeks, and I need to add a new function to it - Is there any way to click the 'Like button' on a Facebook post when the main post link is clicked...
View Articleactivity use collection
Hi All, I have a product that is going to market soon and I was wondering what the best way to capture data on what parts of the software a user is using most. for example lets say the program has 3...
View Article