20,285 Topics

Member Avatar for
Member Avatar for rvotri_1

I'm noteven sure how to ask about it.. Lol... The fact is... I have my own "autocliker" thing that i use to auto repost my itens to sell over the internet in specific sites. So work this way. I have around 40 advertising itens, and to keep'em update i use …

Member Avatar for rvotri_1
0
213
Member Avatar for TheGuy831

Hi im trying to **click** on a **button** within a **webbrowser control**.. to close a ad in a **iframe** wich i have no **access** to my code works on first page but not on second page heres my **Code** Dim theElementCollection12 As Windows.Forms.HtmlElementCollection theElementCollection12 = WebBrowser1.Document.GetElementsByTagName("a") For Each curElement As …

0
118
Member Avatar for TheGuy831

Hi Im trying to Populate my datagridview from data scraped off of webpage i Want to be able to report progress when datagrid finished updating.. with a progressbar.. Please Help!!!!!! Thank You.. Heres My code Dim theElementCollection As Windows.Forms.HtmlElementCollection theElementCollection = Form1.WebBrowser2.Document.GetElementsByTagName("a") For Each curElement As HtmlElement In theElementCollection Form1.DataGridView1.Rows.Add(curElement.GetAttribute("title"), …

Member Avatar for TheGuy831
0
3K
Member Avatar for savedlema

Hi all! As of recent, I have been attempting to change a startup form using normal procedures (Project --> Properties -->Application --> Startup form) to no avail. The old startup form (login) still continues to work as a startup one. I tried: 1. Rebuilding the solution 2. Rebuilding [project name] …

Member Avatar for rproffitt
0
312
Member Avatar for Mr.M

Hi guys. Well according to the research I had, and MP3 file structure is as follows: ` AAAAAAAA AAABBCCD EEEEFFGH IIJJKLMM ` which is refered to as frames, and each. Each letter is one bit. I've seen samples demonstrating how to get data from this but what I want is …

Member Avatar for AssertNull
0
970
Member Avatar for Tim_8

Hi, I have a project which runs on 'dual monitor' PC's. I only want to use one monitor at a time, but I want the user to pick which monitor they want to use (Primary or Secondary). I have set form1 to have a manual start position, and the user …

Member Avatar for tinstaafl
0
907
Member Avatar for Yivlx

If user enters a file path "C:\ProgramFiles\Blahblah\Blah.exe" in the textbox and presses enter it also changes the filepath in the code. How can I do that? Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click Process.Start("C:\Users\Tj\Downloads\Catchem Releases\Catchem\Catchem.exe") End Sub Can the same thing also be done for Button label/name?

Member Avatar for tinstaafl
0
328
Member Avatar for Michael_59

I have developed an x86 application using Visual Studio 2008 with Visual Basic as the programming language. It uses .NET Framework 3.5. My databases are created in MS Access 2007. I have deployed my software on Windows XP all the way through Windows 10 with no problems up until now. …

Member Avatar for rproffitt
0
351
Member Avatar for M.I.Sahil

I m using vb.net with Sqlserver2014.The under mentioned code works fine at the time of save but in update it works only when i update the picture column, If I want to update any other column it gives the Error: "A generic error occurred in GDI+" Can anybody correct my …

Member Avatar for Santanu.Das
0
260
Member Avatar for wilsonchama

Hi there guys, I have a code in VB.net that is subtracting the items sold from the stock in the database When the program is run and the neccesary input are provided on the form and when the sale button is clicked the program is throwing an erroe message "Object …

Member Avatar for Santanu.Das
0
261
Member Avatar for TheGuy831

hi im trying to run this method without a webBrowser.. Please help.. Thank you... This is what i got so far.. Dim PageElements As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("iframe") For Each CurElement As HtmlElement In PageElements TextBox1.Text = CurElement.GetAttribute("src") Next

Member Avatar for Stagnant
0
173
Member Avatar for TheGuy831

Im trying to **close** this **ad banner** from webpage.. please Help.. <div id="hiddenBannerCanvas"></div> <div id="bannerInCenter"> <a href="http://record.bettingpartners.com/_8tAZwUrL2Ja3jsFw_KD1gyyZw0gXuLb7/0/" target="_new"><img src="http://media.bettingpartners.com/GIF/Bovada/Sports/F1/300x250.gif" /></a> <span id="bannerClose" class="closebet">->-X-<-</span> </div>

Member Avatar for rproffitt
0
103
Member Avatar for Michael_57

I am struggling to do somehting so simple in Crystal Reports I have some numbers I.E 2.851 3.481 0.791 I want to round them up so they are 2.80 3.50 0.80

Member Avatar for Reverend Jim
0
174
Member Avatar for TheGuy831

Hi im trying to Scrape a **table** of a website and list it in a **datagridview** wich has a column **Name** and a **Url Link** Please Help!!!! Heres the source.. <div class="text"><table class="links"> <thead> <tr class="thblue"><td style="width: 105px"></td><td style="width: 85px">Time</td><td style="width: 540px">Teams</td><td>Broadcast</td></tr> </thead> <tbody><img src='/img/nowplay.gif'><tr> <td colspan='5' class='accordion greybg'><span class='icon'><img …

Member Avatar for rproffitt
0
519
Member Avatar for PEM_1

For Each itm As ListViewItem In ListView1.Items If itm.Text <= CStr(56) Then itm.BackColor = Color.Orange Else itm.BackColor = ListView1.BackColor End If Next this codes change background color of all items in listview....but i just want to change the forecolor mu value of stocks in listview in a column stocks..not all …

Member Avatar for Reverend Jim
0
402
Member Avatar for Jeff-Bennett

I'm looking for a way to get the coordinates of a polygon offset x pixels within a known polygon. This seems to be a non-trivial problem, but I thought of a trick - What if I have the original polygon drawn by Windows with a thick line, the inside edges …

Member Avatar for Stagnant
0
503
Member Avatar for John_122

How can I freely obfuscate an Android App that I am creating with Xamarin? Proguard only works for trimming the app size, but not obfuscation. Thanks, John

Member Avatar for rproffitt
0
64
Member Avatar for VIPER5646

Hi all I'm new using LinQ. Im having Specified Cast not Valid in this Function. Hope someone let me know what I'm doing wrong. this is the Function Private Function GroupedBy() As DataTable Dim Sales As New ds_Sales_OELI Dim dt As DataTable = Sales.Not_SCheduled GroupedBy = New DataTable Dim dr …

Member Avatar for VIPER5646
0
1K
Member Avatar for Glitz_1

how to loop the auto calculation in data grid view column example : 14 32 32 64 11 75 15 90 the calculation is 32 + 32 = 64 64 +11 =75 ok.. now the problem is what if i edit the first column number 32 to 30 and the …

Member Avatar for rproffitt
0
388
Member Avatar for Hans_1

Hi Fellas , please am building a vb application to automatically detect modems and connect it to the internet. A simple form with a combobox to list the detected modems,a label to display it when it is connected to the internet and a button to connect the modem... This is …

Member Avatar for rproffitt
0
630
Member Avatar for Ben_20
Member Avatar for wilsonchama

Hi Guys, i am building an application in VB.Net with sql server for databases. I have a screen on which the items in a table are populated in a datagridview based on the combo box selection. A button to commplete the sale has a code that must subtract the number …

Member Avatar for wilsonchama
0
364
Member Avatar for Blueie

Hello I have a log-on page and after a successful log-on, the user is redirected to userpage.aspx. I am reading up on 'Session' at the moment to prevent the user from bookmarking userpage.aspx to avoid logging-on in the future. In other words, I want to oblige the user to log-on …

Member Avatar for hericles
0
90
Member Avatar for Matthew_15

I am trying to have a textbox set up where multple texboxes are used in teh layout of a table, each one as a seperate box in. (I havn't got the exact size figured out yet but for the sake of testing i've been usieng a layout of 2 rows …

Member Avatar for Reverend Jim
0
151
Member Avatar for Mr.M

Hi Guys. First of all is it possible to detect a file copying/moving within the system, I'm sure this is done in lower languages like C++ but I've tried searching but I don't seem to find not even en example, maybe it because I don't know how it correctly called. …

Member Avatar for pritaeas
0
1K
Member Avatar for Mr.M

Hi Guys. I'm trying to suspend a process by it name, but I found the sample that demontrate this using ProcessId. The problem is that I don't know the process ID of the process I want to suspend/resume. [Here is a sample I used.](https://social.msdn.microsoft.com/Forums/en-US/cdde6cef-3971-40a6-b4dd-02db963868ce/suspend-an-application?forum=vbgeneral)

Member Avatar for Mr.M
0
575
Member Avatar for Mr.M

Hi Dw. If there is anyone who knows how and which languagies are used to develop software's like word processing, Excel, Access, basically things like Office suite. I know Linux has their own different tools for office, as well as Microsoft as well and other OS have different Suites for …

Member Avatar for rubberman
0
198
Member Avatar for Hilal2009
Member Avatar for Ghast

I want to create a program to delete a partition using VB.NET or CSharp.NET But I have no idea how to do it. I know a big portion of VB.NET now and not this. I can“t find it on the whole internet and this website is my best bet.

Member Avatar for Ghast
0
297
Member Avatar for Jim_12

The End.