20,278 Topics

Member Avatar for
Member Avatar for vb89

I'm trying to create a validation program which entails throwing everything in a csv file that i have into array and then looping through it and doing a comparison. Here is some of my preexisting code which currently finds the name of a file that I want to do a …

Member Avatar for sknake
0
106
Member Avatar for kenpsalm19

I need to develop a VB program that will capture the screenshot or read the data on the screen of another running application, and then sends the the read or captured data to the printer. for example, a bank may want to send a customer's deposit transaction screen to the …

0
45
Member Avatar for SteboCSC

I'm trying to create a tcp server and tcp client using sockets. I'm new to VB and could use some help. I have the file transfer part working but, I'm running into an issue. Every time I transfer a file remotely the file size changes, leaving the file unusable. Can …

0
57
Member Avatar for q8_dreamy
Member Avatar for taylorqwerty
0
113
Member Avatar for ggl0rd

this coding working. but this coding simple coding.. can anyone give idea how to make this coding looking nice ? [CODE]Imports System.Data Public Class frmANGGARANBARU Dim con As New OleDb.OleDbConnection Dim ds As New DataSet Dim da As OleDb.OleDbDataAdapter Dim sql As String Private Sub frmANGGARANBARU_Load(ByVal sender As System.Object, ByVal …

Member Avatar for ggl0rd
0
74
Member Avatar for Piya27

Hi all, I just need an idea (not code) how to export data from my databse to excel sheet..that too row wise.. I only need a starting idea... m using Visual studio 2008.

Member Avatar for Piya27
0
157
Member Avatar for Bigead

Hi! I am a total novice on programming! Can someone tell me a solution for this problem? 1. I made a simple program. 2. I debugged it and tested it. It worked fine. 3. I compiled it and tested it again on my computer. It worked fine. 4. I copied …

Member Avatar for manybox
0
176
Member Avatar for shikamaru

Hi Friends, I have created a small media player calling COM component of Windows media player..after some Googling ...;) Now i want to cut and save the audio files played in media player...? is it possible with windows media player or i would have to use some other media player …

Member Avatar for shikamaru
0
104
Member Avatar for scooby36

not too sure why this problem is happening. I can update the dataset from a textbox but then when I click the update button it is showing an error "Object reference not set to an instance of an object." The dataset is empty when I try to run the update. …

Member Avatar for scooby36
0
167
Member Avatar for Vivek_1986

In my application i have used DataGridView for displaying the data available in my table (SQL database). The form containing the datagridview is accisible from the menu in MDI Form. [COLOR="red"]Problem: [/COLOR]Every time i access the datagridview form, the same data gets appended to the old data in the datagridview …

Member Avatar for Vivek_1986
0
212
Member Avatar for tdapower

[COLOR="Red"]I connected a access database by usin codes, But when i add new data the data doesn't display in same time. it need to restart the programme. can I solve this?[/COLOR]:)

Member Avatar for Vivek_1986
0
155
Member Avatar for Arunabh Nag

getting the following exception : [CODE] Object reference not set to an instance of an object. [/CODE]

Member Avatar for samir_ibrahim
0
96
Member Avatar for mbb1234

I am having difficulty accessing modified data from a dynamic tab control in VB.net. In this case I have a client record with a "one-to-many" relationship to an address table. I have created code that successfully generates and populates the tabs as required. When I attempt to read the individual …

Member Avatar for mbb1234
0
263
Member Avatar for shikamaru

Hi friends, New one here...:) and new in vb.NET also I have started building a application which will display some data from access and plot the graph of them.. I have plotted it on one form, but i need zoom that graph runtime if user wants so..I am planning to …

Member Avatar for shikamaru
0
88
Member Avatar for Kartikey

good eveninh sir/madam, error is :- An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll Additional information: System error. code is : - Dim a, b As Date a = Date.Now.Date b = a.Now.AddDays(-7) Dim dataset2 As New DataSet Dim myconn As SqlConnection = New _ SqlConnection("server=;database=project3;uid=;pwd=") Dim obj_deletecommand As …

Member Avatar for sujitkar
0
203
Member Avatar for ident

Hello. I have sadly been trying to solve this since 1pm, (its now 9) Basicaly i have a single instance project when a user right clicks an image it trys to host it. i use this code (yes this really did take me all them hours to get) [code] Private …

Member Avatar for GeekByChoiCe
0
199
Member Avatar for Ana D.

Hi, I would like to know if there is a way to rename a label which is inside a GridView during the runtime. What I'm trying to do is: if the user chooses an option, Label.Text will be "Option 1"; if he chooses the other option, Label.Text = "Option2". Is …

Member Avatar for Kids
0
84
Member Avatar for php_noob

I am using a data connection (i don't know what...) I just have a connection string in APP_CODE and some supporting codes to execute it. (That's not the question) Well What is your recommended DB connection in ASP.NET, Is the real world still using ADO? is ADO for simple website …

Member Avatar for php_noob
0
81
Member Avatar for johmolan

I tried to sum a column using the Dim myValue As Double =myDt.Compute("Sum("total cost"),"Condition") But I ony end up with the result. SyntaxError:SytaxError in argument: expecting an argument for singel column with possible "Child"-qualificator. Anyone knows what I do wrong I tried the same code with the column quantity and …

Member Avatar for sknake
0
80
Member Avatar for daviddoria

(As a warning - if at any point you think "umm why don't you just use X to get your 2 column display - I'm all for that! This is the only way I came up with). I want to end up nice looking display of data on the form …

Member Avatar for daviddoria
0
1K
Member Avatar for densman

Hello guys, i am in final year and planing designing an E-voting system for a country. What do you think is the basic requirements for such a system.. Please i need clues thanks

Member Avatar for Salem
0
27
Member Avatar for phantom1000000

Hi all, I've written a piece of software that connects to a server's SQL database. The software has a timer which fires every second, and the timer connects to the database every time and pulls out a list of current to do's from a table (CurrentToDoList). This database only has …

Member Avatar for sknake
0
135
Member Avatar for scooby36

I am not too sure if this is easy or not but I have a datagrid with a return date field. All I want to happen is if any of the dates in the grid are before the current date Datetime.Now then turn a picturebox to visible. I have had …

Member Avatar for scooby36
0
70
Member Avatar for darkelf94

I built a vb.net solution and it works well on my computer but it doesn't on other computer. so what files I have to copy with the solution

Member Avatar for GeekByChoiCe
0
86
Member Avatar for ggl0rd

anyone can help me with this problem to make coding about : example question : me got 1 table with item X,1,2,3 and other table with item Z and value at row 1,2,3 i want make 1st table item 1,2,3 got a same value at other one table at row …

Member Avatar for ggl0rd
0
101
Member Avatar for tdapower
0
58
Member Avatar for Pgmer

Hi All I need to capitalize the first word of each new sentence as user types. How will i come to know about the start of new sentences? do i need to use regular expression for this?

Member Avatar for JadeSimon
0
135
Member Avatar for k.vijayakumar

in gridview i have labels in columns. in footer row i have textboxes(multiline) .now if i enter multiline text then after clicking add on label i am getting a big single line.what to do in source i am not getting wordwrap prop for label. thank you in advance

Member Avatar for JadeSimon
0
117
Member Avatar for vbnewbie5

I was just wondering for future information if you add a message to a combo box such as this: [code] ComboBox1.Items.Add(ComboBox1.Text) [/code] is it possible to save it in the combo box so that if the form is closed then re-loaded that message will still be stored? Thanks

Member Avatar for vbnewbie5
0
77
Member Avatar for scooby36

I have a main form with a combobox linked to a dataset when the user selects an account I have another form that opens the customers details on it. I can get it to display the first customer in the combobox but if select a different customer the form loads …

Member Avatar for scooby36
0
94

The End.