20,278 Topics

Member Avatar for
Member Avatar for Joy McClure

I have created a database in vb, I currently have 13 columns and 2 lines, I'm trying to add to that database through the VB form I have. When the user imputs information into a textbox I want that new info to appear in my database, is that possible or …

Member Avatar for kvprajapati
0
92
Member Avatar for ajTrader

I wish to use VB net to construct stock market bar charts. Can anyone please guide me. Thanks.

Member Avatar for kvprajapati
0
53
Member Avatar for neutralfox

Hello guys, Actually I am working on a software in .NET. The software objectives is to search for all music files in a specifies directory or the whole computer and display the files names in a list box. But the problem is with the directory. How can I used .Net …

Member Avatar for Teme64
0
294
Member Avatar for momohyder

hello , I am creating a bot ( for personal use ) to automate posting to my website . I have used the webbrowser control and i have managed to send data to the webform using the follwing code : [CODE=vb.net] Dim elm As System.Windows.Forms.HtmlElement For i As Integer = …

Member Avatar for momohyder
0
141
Member Avatar for sonia sardana

hey frnds, I want to add all the favorite names & its URL in litsview.I m able to get favorite names but not its urls. Can somebody know how to get URLs. Code below gets the favorite names- [code] Private Sub GetFavorites() Dim di As DirectoryInfo Dim lPos As Integer …

Member Avatar for sonia sardana
0
199
Member Avatar for mrclark

i have been experimenting around with simple programs using ave and open dialogs for text document and things, but i problem that i have just encountered, is that i made a simple text editor with a richtextbox, and i tried to save it in *.c, but when i open it …

Member Avatar for Vandamn
0
101
Member Avatar for maheen123

I want to validate text fields either carrying numbers or string that they should not be empty . how can i validate this before inserting data into database from form....

Member Avatar for Vandamn
0
94
Member Avatar for Fire00f1y

So, I've been cruising these and many other forums and have found many who need help concerning this issue, but usually it's resolved using the New statement. What I'm doing here is I first add a 2D array of PictureBoxes during runtime with the following code [CODE]For i = 0 …

Member Avatar for Vandamn
0
259
Member Avatar for maheen123

Hi Im devloping a form and i have used two combo boxes in it.. basically these combo boxes store numric code for them in databses[MS. ACCESS]... but i want to display relative string representation to user....i have populate items manually using collections in the propert window. but when i want …

Member Avatar for Vandamn
0
100
Member Avatar for aditya_amb

I am begininner in DLL. I looked at following site to create dll in C. [url]http://msdn.microsoft.com/en-us/library/ms235636(VS.80).aspx[/url] Can anyone explain how to use the Mathfuncdll.dll in VB.net. Here is my VB code Public Class Form1 Public Declare Function MathFuncs Lib "MathFuncsDll.dll" () Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As …

Member Avatar for Teme64
0
315
Member Avatar for mrclark

I Am Using VB.NET 2008 Express Edition, and am trying to make a program that controls the mouse position with a joystick on the a nintendo classic controller, which returns a value between [ -.54 ] and [ +.54 ]. I wanted so that the position vertically of the mouse …

Member Avatar for Teme64
0
138
Member Avatar for Saravanan07

Hello, Could someone help me to resolve the problem in my code. I'm currently developing a application and the edit function of the system has some flaws in terms of the syntax. This system is developed using VB.Net. [code=vb] Private Sub cmdEdit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles …

Member Avatar for Teme64
0
218
Member Avatar for maheen123

how can validate empty data for text fields... i want to validate fields before inserting into database

Member Avatar for Teme64
0
2K
Member Avatar for znetweb

hello, actually i need some help please, lets say i have a folder on my computer that contain only jpeg pictures and i wanna load them on a win form, and then have a next and previous button on the win form that will move among the images in the …

Member Avatar for Teme64
0
273
Member Avatar for VIPER5646

I have two Issue using a MDI app. 1-at this moment I'm able to open MDI child forms using the MDIparent except when the I opens form1 I'm also able to open forms 2 and 3 . but I only want one form to be open at a time. 2- …

Member Avatar for VIPER5646
0
170
Member Avatar for maplax

OK so I have this WebBrowser1 and Button1 controls. After you click Button1, program will access website, takes some HTML data, removes unwanted HTML tags and then WebBrowser1.Navigate("about:blank") + writes my HTML to the blank page. Everything works great until.... Until you click the button 2nd time. Then you'll get …

Member Avatar for maplax
0
66
Member Avatar for dot_net_rookie

Hi , I am trying to bind a drop down and checkbox with values from two tables from database. The 1st table has categories and is binded to the DDL and the 2nd table has sub categories and is binded to checkbox and inter related by using the category ID …

Member Avatar for dot_net_rookie
0
156
Member Avatar for muhkuh

hi to all, can anyone plz send me the source code of apriori algo in vb. my email: [email]muh.kuh86@gmx.de[/email]

0
57
Member Avatar for warun

Dear All can we filter subset of DataSet.Table row collection in ADO.Net. Early days adodb's recordset was providing Filter method to get subset of its records, but i couldn't find a similar option in ado.net. thanks in advance and looking for your immediate suggestions Warun

Member Avatar for doleh
0
152
Member Avatar for Saravanan07

Hello, I'm currently developing a application in VB.Net. I'm using the DataGridView to display my data on the form. I have a EDIT button on the module and I need to know how can I populate a selected record into the textboxes from the DataGridView. Hope you could understand my …

Member Avatar for Saravanan07
0
123
Member Avatar for shers

Hi, How do I add a subitem to a listview in WPF? I'm coding in VB and I do not see any subitem in it. Thanks

Member Avatar for kvprajapati
0
107
Member Avatar for jalandoonk

I'm trying to set the selected value from a combo box that is populated from my database, i cant seem to find a way to do that. I'm using this to populate my combo box: [I]Private Sub PopulateCountry() Dim country As New Client Dim contryList As OdbcDataReader = country.mpopulateCountry() Dim …

Member Avatar for venu_dw
0
137
Member Avatar for Zandermander

Hey guys, I'm writing a small client/server application. I've got it almost completely working, other than the fact that once the user disconeccts from the server using TcpClient.close he can not reconnect without restarting the app because clientSocket is disposed. Declaration: [CODE] Dim clientSocket As New System.Net.Sockets.TcpClient() [/CODE] Connect: [CODE] …

Member Avatar for Zandermander
0
1K
Member Avatar for J-P

Hi, I want to create a kind of ribbon bar (almost like the one in Office 2007), and I want the ribbon bar to accept drag-drop input (just like panels, group boxes and the form itself does). I need to drag all other controls into the bar in design mode. …

0
60
Member Avatar for Saravanan07

Hello, I'm currently creating an application in VB.Net. I have used the IsNumeric function for registering the name but the function only work if I enter only Numeric. If I enter Char + Numeric it doesn't provide any error message. For example if I key in James007, the data are …

Member Avatar for kvprajapati
0
215
Member Avatar for Apexa Dhongde

I have a parent form. I am calling child form from parent form. Can i inherit child from parent at runtime?

Member Avatar for Teme64
0
96
Member Avatar for maplax

Hello everyone, I'm new to Visual Basic so I'm not sure if my question is related to VB.Net or if it's Vb 4/5/6... I'm using MS VB 2008 Express edition. I'm looking for some help with a small program that grabs data from web. I have a web page (in …

Member Avatar for maplax
0
86
Member Avatar for Romil797

Well, I want to make a browser in vb or c++ with a gecko engine without using that IE embedding thing - a real browser. I have been told to use the Mozzila browser object, but I have not figured out how to use it. I created the object, but …

Member Avatar for Teme64
0
92
Member Avatar for lolwtf

I wanted to create a form where a user can create an account, have it loaded in SQL, and be able to retrieve the information and validate it. I've reached a mental block on the validation code and need some advice. Here is my code so far: [code]Public Class main …

Member Avatar for lolwtf
0
149
Member Avatar for TheBrenda

I am using the ConfigurationManager in a Class Library and I want to read the config file for the Class Library project. The ConfigurationManager wants to read the config file for the applicaiton. How do I read the Class Library config file? <html> Dim strCBFile = ConfigurationManager.AppSettings("CBFile") </html>

Member Avatar for TheBrenda
0
165

The End.