20,278 Topics

Member Avatar for
Member Avatar for MarcFielding

Hello everyone, I wondered if anyone had a VERY fast way of doing the following: Astring = "This is my test string that can be any length" Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") What I want to do is compare the contents of the array to the string and …

Member Avatar for MarcFielding
0
76
Member Avatar for april_er
Member Avatar for gever
0
110
Member Avatar for mark192

Hi, I need help with sending an email through gmail from a program. I substituted email adresses and passwords with generic names, this program works up to the last line where it fails to send the email. Any ideas as to why this may be? This is using [code] imports …

Member Avatar for conan82ac
0
81
Member Avatar for tusharvichare

I am developing a webservice here i ahve to give the url to the customer he will add the string to that url so that my service should update the database automatically.I had developed a small add method web service which takes two integers as input and gives added value …

0
68
Member Avatar for tusharvichare

I am developing windows application in that application I am trying to send one XML file to the server, then server reply me one XML file which contain success status. Could any one tell me how to send & receive files using web services. I searched lot but I am …

0
71
Member Avatar for ShraddhaM

i have created one database in which there is one table **Supplier**, its **primary key is SCode**. i have one more table **Quotation**, in which i have created **SCode as Foreign Key**.nw i want to allow user **to select SCode from Combobox in Quotation table.** Format. hw 2 add databinding …

Member Avatar for ShraddhaM
0
366
Member Avatar for ninjaimp

Hi I am trying to populate a listview with all the hours of the day in 30 minute intervals. I can doing very basically from 0 to 24 with the following code: [CODE] Private Sub CreateTimeStep() For i = 0 To 25 Step 0.5 lstDays.Items.Add(i) Next End Sub [/CODE] but …

Member Avatar for ninjaimp
0
83
Member Avatar for MarcFielding

Hello Everyone, I was hoping for some advice on my little problem as i'm a little stumped. I writing what is basically a telnet client using sockets in vb.net. The client works fine until I want to start parsing the received text for ANSI escape sequences(the ones that give colour). …

Member Avatar for MarcFielding
0
109
Member Avatar for tirso

Hi to every body, I want to make an application that having a lot of buttons, such as payment, view info, deliquent, reports, edit etc. In vba I already created by creating each button to call an individual form, like payment I made (frmpayment), for view info(frmview), for deliquent (frmdeliquent). …

Member Avatar for tirso
0
112
Member Avatar for haringmunti

hi, im tinkering with vb.net 2008. Im trying to add two numbers then saving it to the table. The computation works but when I press the save button, i get this.. "[B] invalidoperationexception was unhandled[/B] " at [B][U]Me.TableAdapterManager.UpdateAll(Me.Computation_database_sampleDataSet)[/U][/B] can someone help me with this? if i learn how to fix …

0
69
Member Avatar for kavithabhaskar

Hi I have a prob with my code. This way I get to see all the fields in table1 in the grid view but they hold no values! :( if u can help me make changes in this code..it will great! Imports System.Data.oledb Public Class Form1 Dim con As OleDbConnection …

Member Avatar for tuse
0
899
Member Avatar for ruchika beddy

hey,Frnds I Have tried the Fill. Code,But the Foll. Code returns the no. of charcters of the File,But i want the File Size on Disk in KB. Can u Plz help me out. Imports System Imports System.IO Dim filelength As Long = 0 Dim objfile As New FileInfo("D:\Documents and Settings\Administrator\Desktop\URLs[1].txt") …

Member Avatar for Jx_Man
0
610
Member Avatar for tirso

In my forms I have a tab control containing two pages, in tabpage1 (list view) tabpage2 (gridview) and a several buttons. my problem now is how to know that if the user hit a button then locate the active control or tabpage eaither tabpage1 or tabpage2. I intent that the …

Member Avatar for tirso
0
93
Member Avatar for selvaganapathy

Hi Friends, I've chosen my mini project as Voice Recognition. basically i dont have any idea about voice recognition except Microsoft Speech SDK. It is well for english language, but i dont know how to use this for my language (Tamil - South Indian Language). Is this can be applicable …

Member Avatar for Jx_Man
0
130
Member Avatar for tuse

Hi! In most of my VB.NET applications, I connect to a MySQL database using a ODBC Connector for MySQL. In the code snippets posted by fellow members, I saw that OLEDB is also used to connect to a database. I want to know which one is better and faster for …

Member Avatar for Jx_Man
0
141
Member Avatar for webjimmy

Hi Friends, Do we can use vb.net to display omnicast Video ? I could not find this information? only some C# example. Any advice to use VB.net to create a API or library to do this job. Thanks, JIm

Member Avatar for Jx_Man
0
52
Member Avatar for Dajak

Hi Everybody, Im making a kind of notepad in VB 2008. But the problem is ive maked an Form whith a trackbar and a Buttton, its supposed that the trackbar should be the opacity value. The trackbar is changed to rigth to left, It comes no errors it just wont …

Member Avatar for Jx_Man
0
223
Member Avatar for KillerOfDN

Hey guys/girls. I am a a student (entering second year) and am looking to raise some cash to get through tough uni times :) . I have just started up my own website on which I aim to help others learn .NET programming, and sell some of the software I …

0
58
Member Avatar for dhanashreegd

How to add multiple records from multiple table in Crystal Report

0
58
Member Avatar for blondie.simon

Hello I'm writing my first ever VB program. I'm using 2 combo boxes to allow the user to select 2 different pieces of information. Is there any way that I can make my program automaticaly open the first combo box up at startup so the user can easily see what …

Member Avatar for issac.pena
0
287
Member Avatar for yapper99

Hi, I was just wondering if there is a way that: when the user highlights text (in a vb web browser object) then clicks a button; notepad is opened and the highlighted text is automatically copied to notepad. If someone could provide me with the code to do this, that …

Member Avatar for iamthwee
0
29
Member Avatar for Aigini

This is my code to load data from a database(SQL Server 2000) into a combo box. I keep getting the error [B]Name 'connString' not declared.[/B](the highlighted section of the code). I've tried posing this error in Google search but there are no answers. I am working in a software development …

Member Avatar for Jx_Man
0
91
Member Avatar for ninjaimp

hi Im trying to rationalise my code as i feel i am doing the same thing a couple of times with different bits of code. What i am doing is query a db and putting the result into a dataset and then filling a datagrid with this dataset..Fine. now i …

0
265
Member Avatar for kavithabhaskar

Hi I have the following code. I have 5 combo boxes and a check box. I want the application to respond for one combo box chosen and work even for several different values from the 5 combo boxes and same applies to the checkbox. I want to know if i …

Member Avatar for Ramy Mahrous
0
83
Member Avatar for meanmachine

i just finished 3rd year in computer science and engineering from amity university noida. however i am doing summer training with a company in rudrapur. the project i got was to develop a software using vb.net to keep track of all attendace records whose input is given through magnetic card …

Member Avatar for Jx_Man
0
84
Member Avatar for ninjaimp

hi i am just starting with vb.net and have set a connection to an existing access db that i have and am able to get the data displayed on a form. my problem lies where as i want to setup a basic search. i have added a query to a …

Member Avatar for ninjaimp
0
108
Member Avatar for sisi

Hi i am making a application frm for user account .I already make it the user account frm with coding but i need to put login frm first what will search the login enter and password then let its appres the user frm.If the userid and pass enter does not …

0
65
Member Avatar for jaytheguru

Hello all, I am having endless problems with the peice of software i am trying to develop. Firstly I couldn't colour the rows of the datagrid and when i was able to do that I couldn't make it work only for one single row instead it colours the whole datagrid …

0
184
Member Avatar for ninjaimp

now i am doing something that i thought would be real straight forward but for some reason is not. Im trying to lookup records in a DB based on todays date. ow i know the db contains records for these dates but nothing ever gets returned. My code is below …

0
74
Member Avatar for prasadsatam

Hi, I want help in displaying record of same challan no. into one textbox. I have feilds like challan no,sendqty,availableqty,balqty. if i fill one record of challan no 1, availableqty=1000,sendqty=500,balqty=500. next time when i am fill record of same challan no then i want availableqty=500 in textbox. I am using …

0
55

The End.