VS 2010 Httpwebrequest Threading.
Alright so I am currently working on a Twitter username scraper. Only one thread because I don't want to use 50 background workers. I'm just wondering if there is a way to make an Httpwebrequest 50...
View ArticleVS 2012 XP Visual Styles- DateTimePicker
Ok heres the issue.. The DateTimePicker Control. My App (A Point Of Sale) is designed for touchscreen, large chunky buttons, textboxes etc... The one issue is the DTP! You can NOT change the dropdown...
View ArticleVS 2010 Need Help : Enable SMS Sending & Receiving on PC through Dongle
Hi Everyone, I use a 3G Dongle as USB Modem where I can put a SIM card of a network provider to access internet. The software which comes with this USB Modem have the option to send and receive SMS. A...
View ArticleTabpage showing controls for a different tabpage
Last tabcontrol-related question, I promise. So last time I was having visibility issues with this subroutine and now those have been sorted out, but I still have another issue. When I click over to a...
View Article[RESOLVED] FileInfo.LastWriteTime
I have used the FileInfo.LastWriteTime to populate some cells in an Excel spreadsheet and that all appears to be working well. My problem is that I now need to get the totals by month and when I use...
View ArticleConversion from string "" to type 'Single' is not valid.
Hello, I am not sure what is wrong with the code for this error to happen when the program is being executed via an exe file. The code is below: Code: Public Class frmMain   ' Declare a number of...
View ArticleVS 2010 [RESOLVED] Login to Website
I tried getelementbyid but it doesn't have an id. Basically, I want to login in to the website using the webbrower control but not sure what attributes im suppose to use. I understand the setattribute...
View ArticleFor Loop
Hello all, i have a random number generator to generate a random number from 1 to 26 (Dim intrandom As Integer = Int(Rnd() * 26) + 1) and an array of pic boxes (Dim picarray(25) As PictureBox). i was...
View ArticleVS 2010 I can't send winsock data to server?
I am probably doing it wrong since its obviously not working.. But here is my server: Code: Public Class Form1 Â Â Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View ArticleDeal or No Deal?
Hell0 all, im making a deal or no deal game and i was wondering, how exactly do i determine the offer that the banker makes? im not asking for code help just in general how would i determine that?
View ArticleVS 2010 How to Move Items from ListBox to ListView & Trim Last 4/5 Chars?
I am creating a Tool to Show Country flags from IPs and using same method for my Proxy Tool. All the IP's + Ports are added in a Listbox. I use an ImageList in LISTVIEW for the flags. The listbox is...
View ArticleHaving issues trying to use old VB6 Code (Shell32.dll) in VB.NET 2012
Hello all, I'm trying to code a FTP Client and I found some old code on the web that seems to do what I'm trying to do (at least that's what the comments say) and it uses Shell32.dll to grab Icons to...
View ArticleVS 2010 porblem with DataTable.GetChanges function
hi friends i have a datagridview in my form . it has a datatable as a datasource named "dt". after any changes : if i put getChanges function in a button click event getchanges function return nothing...
View ArticleVS 2012 Application , Access DB + 4 Users. Read Only Error
Hi all, i have an application that users can search and update records in. The application and database are stored on a network drive and everyone has full rights to the folder its stored in....
View ArticleVS 2010 HTTP Headers
What can I use to grab HTTP Headers? I am trying to make a login to a website in my program and I can't figure it out. I have used a lot of different HTTP Header Firefox add-ons.
View ArticleVS 2012 Filling a Combobox
I have been trying to understand all the code examples but finding it difficult. Please help. This is simple....(for you) I am trying to fill a combobox and have set the .datasource, .displaymember and...
View ArticleVS 2010 Using a DataReader to populate a dataset
I'm having a bit of an issue with the following code. Basically, I have an oracle command that queries a database and returns records - that part works and is located above the snippet I've posted. It...
View Article*** Solved (Sorta) - Question Coding FTP Client
I figured out how to use the OpenFileDialog method. Now I just have to fine tune it. Hello all, I have decided not to use outdated code I found on the web and I instead decided to code my own FTP...
View ArticleImport data from PDF to database
I have a PDF file with a huge data list. I need to transfer this data to a database (access or sql). It will take months to type each word into a database and I want a short cut. Is this possible and...
View ArticleNoob: Error Message Box Suggestion
The chapter I working on is covering adding forms and modules; my question isn't directed at those topics. In one the assignments, I was looking to a single MessageBox that shows all the inputs a users...
View Article