Help to login this website using Webrequest / Webbrowser
Hi, i have try to login this website every time by using webrequest method on VB.Net but always failed. Problem is always the postdata changes randomly by java script. so help me how to implement...
View ArticleUnable to create dataset
Hello, Here's some general information about my environment: Visual Studio 2010 SQL Server 2008 R2 Windows 7 64bit When I try to add a connection to my server explorer, I type in the server name and it...
View ArticleVS 2010 Textbox_leave to multiple textboxes
Hi all i have the following which works good on the dtb1.text but i have 23 textboxes i need it to do the same for. I just want the data input to be changed to currency in all textboxes. dtb1, dtb2,...
View ArticleVS 2008 Left() and Right() string functions
I want to use the Left() and Right() string functions in some code, but it is telling me this: Public ReadOnly Property Right() As Integer' has no parameters and its return type cannot be indexed. When...
View ArticleVS 2010 [RESOLVED] Center ListBox Item (Text)
Is it possible to center a listbox item's text? And/Or possible to have two vertical scrollbars on a listbox?
View ArticleVS 2010 Checkbox to Textbox value (total)
Hi all, I have 13 check boxes named cb1-13 they are on in tabpage1 in groupbox1. And i have a "Total" box in groupbox1 Then I have 13 textboxes named dtb1 - 13 they are on tabpage2 in groupbox3 (these...
View ArticleVS 2010 Help With WriteProcessMemory
Hi, I'm trying to write a structure to process's memory. This is essentially what I'm doing, but I get AccessViolationException... Code: WriteProcessMemory(hWnd, (IntPtr)MyPointerToTheStructure,...
View ArticleVS 2008 Non significant zeroes in textbox
Hi, A simple calculation result is returned when I enter valid numbers in a textbox and click the compute button. When the textbox is empty or when the value entered is 0 the process stops thanks to...
View ArticleVS 2010 If textbox value less than
Hi All, If i have textbox1 "Number of people" then textbox2 "Total Price" but the price per person varies on the number of people. eg. If number of people less than 100 the price is 0.10 per person ---...
View ArticleVS 2010 strextract
hi! i am using below code in vfp but what i have to use in vb 2010 for this STREXTRACT(lctrack1, "%", "^") thanks shiv
View ArticleEasy Cap USB video capture
How would I display a live video feed from a Easy cap device in my application? I want to have a live video window next to my control interface for a Remote Operated Vehicle. And maybe placing a few...
View ArticleVS 2010 Combobox trouble
I have two combo boxes when I use this in the form load event one on the top gets populated ,other does not...why this is happening?And if I put the second one on the top, it get's populated,other one...
View ArticleFile.ReadAllLines() with resources are rejected each time.
So, Here is the question I have. Why does, file located in stated area, work: File.ReadAllLines(AppPath & "\filename.txt") While this one, files uploaded into resource and saved then restarted,...
View Article[RESOLVED] ReportViewer Missing Datasource
Hello, I created my dataset which contains a table from my SQL Database named "BillHeaders" Here's what my report viewer looks like, it will contain two reports. One that holds a job number and...
View ArticleVS2008 ToolStrip
I cant figure out after adding a toolstrip, why when i run the program it wont show.
View ArticleVS 2010 6 digit Incremental Number
Hi, I'm creating a form which spits out a .csv file which is then sent to the printer. I want to output a job number which increments everytime anyone presses the export button. The GUID is the only...
View ArticleIf -> And --> Then : Help me figure out this seemingly simple chain of events...
Each time my program performs a certain action, a integer named 'actionCount' goes up by 1 using actionCount +=1 inside the action routine. I also have Timer 4, start when the actions do. It's supposed...
View ArticleVS 2010 Controlling Excel From VB
I found http://www.vbforums.com/showthread.p...6-(or-VB5-VBA) very useful. But It did not cover one thing I need. If I open a workbook and worksheet using this code: HTML Code: Dim oXLApp as...
View ArticleVS 2010 Timer is not stopping and Pop-up windows appearing infinitely
I have here my code to send SMS: Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick count = DataTable1DataGridView.Rows.Count For i As Integer =...
View ArticleCreating an Oracle Connection
I am trying to create an oracle connection in vs 2005. The first error I received when setting the connection was: attempt to load oracle client libraries threw badimageformatexception. This problem...
View Article