20,285 Topics

Member Avatar for
Member Avatar for Sylenas

Hey, i am making a program that will save some text from fields into a notepad, i have the save function worling perfectly but what i have no idea how to do is filling the fields with data from a saved notepad. I was planning to make a function that …

Member Avatar for Teme64
0
2K
Member Avatar for kerek2

Hi, I have 1 textbox and button to insert value into sql server database 2008. But the problem is in database it not appear correctly when had zero front of value....example :- 00001.....in database just appear 1...i try to use nvarchar,varchar,nchar but still same...] Can anyone guide me...tq

Member Avatar for Teme64
0
101
Member Avatar for pardeep3dec

I need a small code that can read a text file from LAN i.e. through IP address and there is no sharing folder on that pc is it possible to read a text file read and write on the same time by more than 2 pc Please help

Member Avatar for ithelp
0
120
Member Avatar for toko

Ok, I have one sub and I have it handleing different events of different objects. So my problem is I want to determine which event was triggered from which object. Can anyone help me out?

Member Avatar for Teme64
0
119
Member Avatar for Craig2231

Hi guys, hope your all well, Ok, a few days ago, my VB EE 2008 has gone strange. What happened was the program crashed and i had to force close it. So i simply re-opened the program. Now i cannot get access to my property box. Also, there are never …

Member Avatar for kvprajapati
0
140
Member Avatar for Cliffs0fdover

Ok, I am pretty new to Visual Basic 2005. I am taking a course in it and we are creating a Department Store program right now. I pretty much have 90% of the program done, its just that when I try and move information as strings (name, province, postal code, …

Member Avatar for toko
0
142
Member Avatar for fatwhitetree

Hi im pretty much a total vb nub at the moment but im trying to learn. Anyway I've been trying to find out how i could load a random http proxy like 24.175.122.152:9090 from a txt file. I know how to load a random url but Im failing at doing …

Member Avatar for parkeyparker
0
902
Member Avatar for zuve_fox

I write code using VB.net like: [code]Dim a As Thread Dim i As Integer [B] Private Sub Form1_Load[/B] For i = 1 To 5 a = New Thread(New ThreadStart(AddressOf coba)) a.Start() Next [B] End Sub[/B] [B]Sub coba()[/B] MsgBox(i) a.Sleep(500) [B]End Sub[/B] [/code] why result different sometimes: display MessageBox with text …

Member Avatar for Teme64
0
88
Member Avatar for DAWNIE

Hi, i have manage to add up the points from different checkboxes but load in form. but how do i make everything to work in tab instead of working in form? below is the codes but works in form. Public Class Trial Private GCS_Value As Integer = 0 Private Sub …

Member Avatar for Teme64
0
319
Member Avatar for *Lauren*

Hey i'm new here and i need help with a slot machine game that i want to make. So far i have three labels that should be generating random numbers but they won't appear. I also have a label which will total the players money. I have taken so ideas …

Member Avatar for Zandermander
0
163
Member Avatar for awo

I have problem with using reports (Not Crystal report) that came along with MS visual Studio (dot net) Like 1. I can not set the value of a text box from my code which is program code (at run time) 2. I can change the value of a Report parameter …

0
71
Member Avatar for zeeshan_khan

Hi, I want to know what is the earliest time to initiate a database connection while loading an application. The problem is that if i write the db connection initialization code in the MDI form Load event, it throws an exception. However, if i write the same code in the …

0
52
Member Avatar for Loony064

Hey everyone, I created a program for one of my clients which uses a back-end MS Access database with a front-end VB.net application that allows the user to enter details into various tables, search through the information already stored there and lastly, generated various reports based on specific criteria. My …

Member Avatar for Teme64
0
681
Member Avatar for hkarthik

Hi everybody, I am working on a windows based application using vb.net 2005. I want to get our remote server's date and time.Our remote server is a linux machine. So how can i get the date and time of the remote server from an application which works on windows. Kindly …

Member Avatar for samir_ibrahim
0
104
Member Avatar for gareth.nic

Hi, this is a program that I'm coding for a project. The code is a bit messy, but I'm having trouble with resetting the variable to the original value. The variable "iBottle" is declared at the start of the program. It then gets subtracted by within the IF...ELSE structure in …

Member Avatar for Teme64
0
1K
Member Avatar for BlkR

Hi guys, Having difficulty as to how to achieve the following Have a database with a table with a list of items and their prices now what i am thinking of doing is to be able to take orders using a datagrid and the datagrid would allow me to enter …

Member Avatar for BlkR
0
83
Member Avatar for access@123

Hi everybody I am creating a application wherein i have to give customers right to open their document file edit it and save it without using word library. I am trying from last one month however i am not getting any clues. I tried html editor however the only one …

-1
58
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
94
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
55
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
303
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
143
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
202
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
103
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
96
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
310
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
106
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
320
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
141
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
221
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
292
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
172
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
68
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
161
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
58
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
156
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
129
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
109
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
138
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
62
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
220
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
98
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
87
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
95
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
167
Member Avatar for Tulsa

hello i m a working on php but now i want develop softaware using new vb.net and also want to add left panel bar so user can select page link from left bar and it dispaly on right bar left bar is fixed when any page open at right site …

Member Avatar for Tulsa
0
146
Member Avatar for bmiles20001

So I was making a calculator that pulls from a mySQL database. The program works flawlessly on my personal computer. However, when I move the program to another computer it crashes upon loading. If I take out my database call the program works so I believe I have localized it …

0
48
Member Avatar for Ossehaas

Any1 any idea why i can import the AdobeReader COM Component in VB 2005 Express Toolbox (Tools > Choose Toolbox Items) and not in VS 2008? In VS2008 it shows only a few COM Components.

0
54

The End.