19,729 Topics

Member Avatar for
Member Avatar for kohkohkoh

I tried to search over this site and others as well. But couldnt help me to solve the above matter. Actually i want to do a searching algorithm in a PDF file. I tried to use: [EMAIL="%@Import"][COLOR=seagreen]Import[/COLOR][/EMAIL][COLOR=seagreen] Namespace="System.IO"%> Sub page_load(ByVal Sender As Object, ByVal e As EventArgs)[/COLOR] [COLOR=seagreen] Dim filetoread …

Member Avatar for raydenvm
0
126
Member Avatar for geetajlo

i have a button name save and a datagrid with 2 columns namely drugname which is a combo box and qtyused(simple) and a txtFirstName on the form if the user enters firstname and 4got to enters or select the datagrid column i want to remind him/her by a msgbox that …

Member Avatar for Pgmer
0
61
Member Avatar for geetajlo

Hi in my country we can phone anyone by only 7 number... Eg 2345897 and sometimes we represent it in this format 234-5897 by a - (negative).. i want to tell the txtPhoneNumber that after 3 numbers ahve been entered a negative should be place and it should comes automatically …

Member Avatar for Pgmer
0
113
Member Avatar for henokisme

Hello i am final year engineering student and i am doing my project to control appliance via personal computer.For every appeliance and home ,i created sql database and an application program in vb.net so that the user can switch on or off the applicance as he/she pleases. now the problem …

Member Avatar for Jx_Man
0
144
Member Avatar for nandhini21

Hi pple I've using visual studio 2005 and sql server 2005. I've stored my usernames and passwords in the database. Now i have problems on how to use select statements to check username. Meaning. if username is not found, it gives error msg, if username exist, it compares with the …

Member Avatar for aastephen
0
203
Member Avatar for mnbcxz

Hi I am having a problem coding a save/change button on my form which I want to be able to edit a record in a text box then save the changes made, it will save it in a sequential dat file. At the moment it will just overwrite the entry …

0
31
Member Avatar for Petey211

I am using a status bar in a program that i am working on for VB.net 2003, i am trying to have some text scroll or marquee across the screen from right to left, can someone please help me with the code.

Member Avatar for Jx_Man
0
211
Member Avatar for bsousa

Hi all, I'm trying to consume a Service called GetMemberPointsAvailable using VB.NET. Here is the wsdl: [url]http://sp-s3g-uat.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl[/url] This service is written in coldfusion - axis engine. The steps: I'm using VB.net on Visual Studio 2005. I created a new windows application project. Then I added a web reference with URL …

0
70
Member Avatar for sonia sardana

hey frnds, I m not getting the answers regaring registry. I want to know how to retrieve Value & Names of REG_DWORD , REG_BINARY type. is somebody have idea regarding it???????????/

Member Avatar for Jx_Man
0
48
Member Avatar for Al Capwn

In a nutshell, my application consists of a server and a client with multiple forms. The client logs in or registers and then once logged in, it takes them to a chatroom lobby where multiple clients can send messages to eachother. My application uses System.Net.Sockets and I manage to establish …

Member Avatar for thanasis1
0
78
Member Avatar for deepukng

Dear Friends, pls tell how can i connect crystal report to my database(tables or query fields). i am using MS Access as database and VB.net. Thanking you,

0
91
Member Avatar for deepukng

dear friends, I am using MS access as back end and vb.net as front end. in one of my table i have a auto increment field.(for ex:orderid). Please tell me how can i insert new row to the table with auto increment field. Thanking you,

Member Avatar for mrnileshagrawal
0
126
Member Avatar for vdmsugar

[B]I need code for login verification form, which gets the username and password from the user and verify it in database(sql server) ,if its correct means connect to next form. [/B] help me plsss durai

Member Avatar for les"ego"
0
90
Member Avatar for Alaskaaa

I need help in my assignment, i get stuck in half way. Here is the question: Pythagorean Triples Some right triangles have sides that are all integers. A set of three integer values for the sides of a right triangle is called a Pythagorean triple. These three sides must satisfy …

Member Avatar for ericstenson
0
82
Member Avatar for sonia sardana

hey frnds on Form Load, I am displaying the displaying the registry keys & Subkeys. In this procedure,we have to create object dim registry as classesroot dim obj as localmachine I m importing the namespace Imports Microsoft.Win32 Error-ClassesRoot,Localmachine is not a member of registry. Is there any other namespace also …

0
53
Member Avatar for thanasis1

Hi all, I want to use a vertical menustrip which should be "arrow-friendly". No mouse will be available, just a remote control with the arrow keys. I want to achieve the following scenario: User uses up/down arrows to browse through vertical menu-items. User sees drop-down menus if they exists for …

0
54
Member Avatar for nickm

Hello All, first. I would like to say this is first time in forums, so if I show bad manners/form, please let me know. I do learn quickly! I have created a small utility that removes software from the system. At the present time, the app will download and install …

0
44
Member Avatar for nash_ph_41

I'm searching some method how to backup the database to thumb drive while the database (system) is running It mean like once i click the button it automatic fire the events in vb.net but the problem is the database is still running.. is there any method to do that?

Member Avatar for nash_ph_41
0
91
Member Avatar for pavanikatari

i want to retrieve record basing on date. i have used backend as ms access and frontend as vb.net. cmd = New OleDbCommand("select * from orders where qdate= '" + TextBox2.Text + "'", cn)

Member Avatar for Jx_Man
0
52
Member Avatar for mbah26

Hello every body, my problem is how to save any changes in the databaes from vb.net ... i used dataGrideView to connect and show my database, and i want to save the changes in the orginal database when i close the program. i try this code but it's not work: …

0
59
Member Avatar for geetajlo

hi i have an mdi form n 3 other form namely patient,about, tips. i do not want the user to access any other form when he/she is using the about ,patient or tips form. the user must close to be able 2 access any other form. i have search a …

Member Avatar for selvaganapathy
0
118
Member Avatar for geetajlo

TextBox1.Text = StrConv(TextBox1.Text, VbStrConv.ProperCase) i have place the code in the textbox1 textchanged event.. bt when i type a name it is writing it backward n it converts the last letter only in Uppercase eg... when i type geeta it show me --> Ateeg Can u plz help me ...

Member Avatar for geetajlo
0
102
Member Avatar for geetajlo

i have used wizard. in my database there is a table name patient. in it i have PatientId, FirstName etc i have set Patientid - Autonumber on the form i have a button call add and a button call cancel and textbox call txtid .. in the add button it …

Member Avatar for Jx_Man
0
63
Member Avatar for Jkt

Hai All, i am having a list view with some row values(say 10) that i populated from the DB . what i want to know is how i can get one row and and its subitems at a time one after the other and its details(items) so that based on …

Member Avatar for Jx_Man
0
258
Member Avatar for eparse

how to check whether an integer type variable doesnt store anything? like: Dim Count As Integer If Count = NOT NULL Then ..... but in vb.net 2005,there is no NULL allowed.. Thanks for helping..

Member Avatar for Jx_Man
0
100
Member Avatar for rajender44
Member Avatar for darklightmusic
Member Avatar for Pgmer
Member Avatar for Jx_Man
0
93
Member Avatar for sonia sardana

hey Frnds I m developing the antivirus,But i do not know how to start scanning.I want that when i click on scan button C:\ Starts Scanning. Plz send me the code,I will be very thankful to you.

Member Avatar for Arijit Manna
0
140
Member Avatar for virendra_sw

Hi, We have developed one application which is developed in VB .Net in VS2003,VS2005 and VS2008 version. The application which is build in VS2003 and VS2005 are perfectly worked in Vista except for application developed in Visual studio 2008. This application is accessing the registry. It giving error only application …

Member Avatar for Ramy Mahrous
0
60

The End.