Quantcast
Channel: VBForums - Visual Basic .NET
Browsing all 27350 articles
Browse latest View live

VS 2010 Any help about this Replace error?

Replace function doesn't work... what should I do? Can somebody help me with this sir/mam... :( Heres my code: Code: Imports System.Data.OleDb Public Class Form1     Dim connect As New...

View Article


VS 2010 How to make an aplication video teleconference??

Hey guys, thanks for your attention all. I am a student that in the middle final exam to take my diploma. I have an idea to make an application like skype (video teleconference). So now i have some...

View Article


Threading & Accessing controls repeatidly.

Hi, Whats the best way to handle updating the UI lots of times from a worker thread. Depending on speed the UI may need updating 3/4 times in a second. Say if the overall task takes 1 minute to...

View Article

VBExpress 2008 - Panel inside UserControl as container

Hello, make some digging, but can't solve my problem. I'm making a UserControl to act like a GroupBox with some controls on it, a tabcontrol and a panel. In runtime mode, i want to be able to click on...

View Article

VS 2010 Menu Strip Cut/Copy/Paste Buttons

I have a form containing multiple text boxes. I have created a menu strip with cut/copy/paste buttons and I am wondering how to code these buttons so that they work no matter which textbox has selected...

View Article


Image may be NSFW.
Clik here to view.

VS 2008 find nearest value database access

hello.. great community with great people.. I have problems with the communication between VB.net and database access 2003. How do I find closest/nearest value or on the form 1 (value.text) with data...

View Article

Syntex Error, missing Oparetor in select statement

Hi I am having problem locating, syntax error in the select statement, could some help out thanks The code runs fine without the Where clause but once I add the where clause it throws an exception at...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 Needed help regaring an Error

I'm getting this error while executing this code . Code: Private Sub UpdateData_adapter()         Dim fstream As FileStream         Dim imgdata As Byte()         Dim data As Byte()         Dim finfo As...

View Article


VS 2010 Grouping Pivot Tables in excel from Vb.net

Hello Guys, I have created a bit of code which exports data from access to excel, creates a pivot table and chart and prints it to PDF, however what i can't work out how to do is to group the...

View Article


Changing Connection String in app.conf

i cant change connection string in app.conf dynamically

View Article

VS 2008 Binding MSChart Question

Hello, I want to bind some data from a query to the MSChart control and I have read so many web pages on this. I have wanted to have multiple Y columns to show the sales of the people for the column...

View Article

VS 2010 deploy sql server 2012 database with project

my visual studio actually says 2012 but anyway... it should be the same process.. I am trying to get a database from sql server 2012 to my project so when i am publishing the project the database is...

View Article

Image may be NSFW.
Clik here to view.

VS 2008 Adding hex together and pointers

Hi ! I dont want to make any cheat/other malicious software.From some time im making a GTA:SA program that will save my money,health and few other things to a file, and then i will like to make it so...

View Article


Question about MouseEnter

When the left mouse button is being held down, and the mouse is moved to a seperate control, is the MouseEnter event of that seperate control not fired? Because I have a grid of picturebox's and I'm...

View Article

Deep Thoughts on Deep Copy

I have always understood that a deep copy for a class couldn't be implemented automatically for the reason that no compiler can know exactly how to perform a deep copy for a class. Therefore, the only...

View Article


VS 2010 How to Click a button without knowing the ID

i know this question is being asked before, but i tried to make it work for my site, but could not, so can anyone help to click the sign in button here here is the source code for the button and class,...

View Article

DrawString - Text contrast?

I wonder how realize a contrast in a text. e.g (see the progress) image 1: http://img213.imageshack.us/img213/4360/patcher.png image 2: http://img62.imageshack.us/img62/9602/82657764.jpg the first...

View Article


Cannot set Reportviewer datasource to datatable

I am trying to bind a DataTable to a VB.NET 2012 ReportViewer Tablix. My Table is actually in a DLL that I created. Here is the Class Code that establishes the DataTable: Code: Public Class TestTable...

View Article

Using enum to determine actions

I want to use the Enum value passed to the class to determine which subs are called. More than one sub can execute. I have the Enum set up so nothing can ever be the same I just need to figure out how...

View Article

VS 2010 total - 1 records are showing using OleDbDataReader pls help

total - 1 records are showing using OleDbDataReader pls help my code is Code: Dim i As Integer = 0             Acc_Sql = "select sdo from comp1"             Conn_Acc.Open()             Dim my_cmd As...

View Article
Browsing all 27350 articles
Browse latest View live