20,284 Topics

Member Avatar for
Member Avatar for rami2005

hi i have aproblem i have atable in database and the table has three colums branch_no branch_nnnno distance 1 2 5 1 3 7 2 1 5 2 4 10 3 5 15 4 5 5 i need aprogram by vb.net that find the shortest path between any two nodesw

Member Avatar for rami2005
0
151
Member Avatar for fujilec

Using rs.open (bla bla bla........) then i need to streamreader each line from MySQL....how can i implement it? thanks

0
72
Member Avatar for sbv

Hi Developers... i have developed a software in Vb.Net 1.0. Its running on 3 systems. But some times only one system giving error for same transaction. Error related to code. Like data type conversion. Why this is happening? Anyone knows? Means Transaction1 is carried out on 3 diff sysytems with …

0
63
Member Avatar for evios

Erm, how can i actualli detect certain word in a string so that i can accordingly insert them to the separate table in the database? For example: xxxxxxxAxxxxx,xxxxx,xxxxx,xxxxxx,xxxxxx xxxxxxxBxxxxx,xxxxx,xxxxx,xxxxxx,xxxxxx ........ xxxxxxAxxxxxx for table A xxxxxxxBxxxxxx for table B? thanks

Member Avatar for sierrainfo
0
158
Member Avatar for zeusZ

hi thisis my first post here, what i need to know is how to read/write files using visual basic 9 (visual studio 2008) its different in vb6 and vstudio for open (text) as (int) for output for those who have or r familiar with vstudio 2008, i took the "windows …

Member Avatar for Jx_Man
0
172
Member Avatar for ninjaimp

Hi I have a dataset which is popultaed with data from a text file, which in turn then populates a datagrid. This all works fine. What im trying to do is search within the dataset based on a value input into a text box. But everytime i do the search …

Member Avatar for sierrainfo
0
127
Member Avatar for evios

I'll try to explain what it means: I have many folders and within folders, there are another folders with files inside. So to make things easy, i set [code]Watcher.IncludeSubdirectories = True Watcher.Filter = "Index.txt"[/code] So that any files with Index.txt will be used. How if i just need the Index …

0
104
Member Avatar for PersonPerson

Hey there. My problem is simple, but I cannot seem to find a solution anywhere. I recently converted my application from VB6 to VB.NET manually. Everything is working fine, except one thing. The application's icon works fine on the executable itself, but as the application is launched, the icons on …

0
71
Member Avatar for aditya_amb

I am not able to display dataset. Can anyone help me out? Here is my code: Imports System.Data Imports System.Data.SqlClient Imports System.Windows.Forms Imports System.Data.OleDb Public Class Form3 Inherits System.Windows.Forms.Form Private WithEvents DataGridView1 As New DataGridView Private Sub Currdbbtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Currdbbtn.Click Dim objConnection As …

Member Avatar for aditya_amb
0
190
Member Avatar for A_member

does anyone know how to develop an application in vb 2005 which does not require dot net framework installed on the users' pc to be run? requiring a 23 mb file to be downloaded and installed to download a ~1mb application is a real turn off for users to use …

Member Avatar for sierrainfo
0
98
Member Avatar for swappy

I`m recently got my last year project in a company, it’s a consultant company. I’m not sure how I’m going to start with the project…So I need help from you guys… I`ll start with the companies requirement: 1. He has a team of 7 people how will enter the names …

Member Avatar for sierrainfo
0
95
Member Avatar for LiBOC

Hi, I had been wanting to translate my VB 6.0 MSCOMM syntax into Vb 2005. Can someone give some advice? codes on VB 6.0 If Comm1.PortOpen = False Then Comm1.PortOpen = True Comm1.DTREnable = True Comm1.RTSEnable = True Comm1.RThreshold = 1 Comm1.InputLen = 1 bOK = False bError = False …

Member Avatar for soul_cuervo
0
83
Member Avatar for pcr

Can anyone please send code for search form which contains clearing controls,validating and contains same criteria when you click search again button.

Member Avatar for Jx_Man
0
100
Member Avatar for gabanxx

eloo... i got the code to get data from sql to excell...but only the data that are displayed in textbox created early..i want to know how to grab all data and stored in excell...i created a table in sql nme tbl_rop and the attributes are Name_User, Date_of_birth, Hobbies, Phone_Number... this …

0
60
Member Avatar for pikkas

i m working on a windows application on vb .net 2005. i have a datagridview column "Dates" with dates in it. I want to add dynamically on form load a new datagridview column "Days passed" and in the cells of this column i want to display how many days passed …

0
75
Member Avatar for ninjaimp

Hi I have a small program that imports data and part of this data is in duration format: 00:00:00 (HoursMinutes,Seconds) What im trying to do is add these together so that they show a cumalative duration, but im not at all sure how?

Member Avatar for Fungus1487
0
101
Member Avatar for rk4088

I'm having a textbox in my form. I'm using tc table with field description. description ----------- AAA BBB CCC DDD if i externally insert the field as E.E.E and then if i add EEE in my textbox it should made a info thro msgbox like 'description already exists' how to …

0
48
Member Avatar for sonia sardana

hey frnds,[B][COLOR="Red"]First of all Thx,CZ its ur contribution [/COLOR][/B]also with the help of which I cleared VB.Net interiew & my joining is on Coming Monday. Actually I have to develop there the Mobile Applications & games. So if somebody have the similar project ,pls paste the code here.

Member Avatar for Nick Evan
0
81
Member Avatar for gabanxx

i've create a program that contain a 4 textbox and three action button. the textbox are used to fill user name, date of birth, hobbies and number. while the action button are submit upadte and clear...all of this are working perfectly..i also manage to store all the data entered by …

Member Avatar for gabanxx
0
108
Member Avatar for gabanxx

i've create a program that contain a 4 textbox and three action button. the textbox are used to fill user name, date of birth, hobbies and number. while the action button are submit upadte and clear...all of this are working perfectly..i also manage to store all the data entered by …

0
63
Member Avatar for ViRiPuFF

Hi I am using Visual Basic Developer 2005 I have this simple code that will delete all files created before today in the specified folders. The code works fine but I get an exception problem when the fso object deletes the files ie at fso.DeleteFile(file) inside the second For loop. …

Member Avatar for ViRiPuFF
0
341
Member Avatar for Yogesh Sharma

I have three labels & three textboxes on the form, I bind the data to the textboxes using DATA FORM WIZARD & Binding Navigator to naviagte thru the records. Suppose if i do any changes, I also want to update in the database. I drag one button on the form …

Member Avatar for pillusaoji
0
85
Member Avatar for rk4088

function to trim all special characters in the text. I've to write it as a function so that i can use in all my forms. I need codings.. do help me

Member Avatar for Jx_Man
0
47
Member Avatar for GonKas

Hi there! I've a problem...want to return the total number of rows affected by the statement "SELECT * FROM Producao WHERE ProdUserID=UtilizadorID" can anybody give a look to the code below? [CODE] Dim ProdUserID As String = "samurai" Dim ProducaoSource As New SqlDataSource() ProducaoSource.ConnectionString = ConfigurationManager.ConnectionStrings("seaempiresdbConnectionString1").ToString() ProducaoSource.SelectCommandType = SqlDataSourceCommandType.Text ProducaoSource.SelectCommand …

Member Avatar for Jx_Man
-1
145
Member Avatar for Mr_Man

hi, i was wondering if anyone knows how to make a program acept keystrokes even if it is not the active window? please reply cheers jack

0
45
Member Avatar for Pgmer

Hi all Im developing one application where i need Ms Exell as my database and vb as fornt end i dont know how to use exel as data base? Plz help me out..... thnx regards.. Pgmer

Member Avatar for Pgmer
0
94
Member Avatar for evios

I get this error message when i create a new file: (using filesystemwatcher() ) Cross thread operation not valid: Control 'txt_folderactivity" acessed from a thread other than the thread it was created on. [code] If e.ChangeType = IO.WatcherChangeTypes.Created Then txt_folderactivity.Text &= "File " & e.FullPath & _ " has been …

0
98
Member Avatar for eblackmo

My understanding of instantiating objects in vb.net is when you use the new keyword it allocates space for the object on the heap and assigns the address of the object into the variable on the left of the equals operator. So does the reference variable have the same behaviour as …

0
45
Member Avatar for deepukng

Hello Friends, I am learning VB.Net (Visual Studios 2005) and using MS Access as backend database. pls someone tell me how to connect VB.net to MS Access.

Member Avatar for q8_dreamy
0
116
Member Avatar for Kumar Arun

[QUOTE=Kumar Arun;603385]I am exploring the RS232 communication possibilities. I am faced with problems when i try to send file across the rs232 port. Please help...[/QUOTE] I am really sorry if i was not expressive enough. I will explain the situation. I have implemented the RS232 communication, At System A, i …

Member Avatar for Kumar Arun
0
171

The End.