20,899 Topics

Member Avatar for
Member Avatar for Yasin786

hi ol my name is yasin and am currently working on this application that is an assignment for my diploma. i am creating the application in vbnet 2003 One of the tasks in the assignment is to capture and save the image on the form. I got this piece of …

Member Avatar for waynespangler
0
368
Member Avatar for BigDAlcala

So I used to know a bit of VB6 during the one year of college I took. I was unable to make it to class for all the database lectures (all the good stuff), though. I now have a copy of VB.net and a new registration on this forum I …

Member Avatar for waynespangler
0
208
Member Avatar for Sunny28525

Hi this is sunny, i have a form with 5 text boxes and 5 labels. now i want to zoom in and zoom out the form. actually i have no idea. please tell me the solutions.

Member Avatar for waynespangler
0
80
Member Avatar for JaedenRuiner

Is there a generic (built in either to windows or VB.Net) Find and Replace dialog, like the simplistic one that's in Notepad, or do I have to design and write the Form from scratch? Thanks Jaeden "Sifo Dyas" al'Raec Ruiner

Member Avatar for waynespangler
0
77
Member Avatar for blondie.simon

Hi I have some code that reads data from the RS232 port. Some of this data I need to read as HEX and Binnary data. Can someone point me in the right direction as to how I do this? Thanks Simon

0
76
Member Avatar for chizy2

I am currently taking c++ in college, and am looking to move into simulation / game programming/design. My question is what is the languages that I would need to learn to move into this field. Currently I am a Cisco Engineer, and a hobby programmer ( mainly with Clarion and …

Member Avatar for jwenting
0
57
Member Avatar for geetajlo

hi am using visual studio 2005 i want to have my login form connected with a database. if username and password = true then display next form . and the login form should be disappear. plz help me friend. P.S Note i want the login to be connected to a …

0
43
Member Avatar for bcm

I have created child nodes in app.config.xml file: <applicationSettings> <XML.My.MySettings> <setting name="Astrology" serializeAs="String"> <value></value> </setting> <setting name="Cricket" serializeAs="String"> <value></value> </setting> <setting name="ForiegnCurrency" serializeAs="String"> <value></value> </setting> <setting name="Jobs" serializeAs="String"> <value></value> </setting> </XML.My.MySettings> </applicationSettings> I want to insert values in this child nodes Astrology=6:00 Cricket=7:00 ForeignCurrency=8:00 Jobs=9:00 How to read and insert …

Member Avatar for ptaylor965
0
106
Member Avatar for hiteshmacharya

Myself Hitesh having more than 4+ yrs Exp in various microsoft technologies like VB.net,ASP.net, VB 6.0, Sql server and Crystal Report. I require freelancing job in above technologies. My hourly rate is very low and I deliver quality product. Contact me for more deatils at [email]hiteshmacharya@gmail.com[/email]

0
62
Member Avatar for Basant sharma

I am currently studying in a private institute . i have done c,c++,java,vb,vb.net,javascript,vb script,xml.after doing such courses what job can offer to me. For What i can go for MCA or job.

0
13
Member Avatar for kenneth17

Hi All I am trying to connect to my database from the front end in VB.NET 2003, the connection strings that i have tried are not working at present. I have VB.NET 2003 program from last year but that was using access as the back end and VB.NET 2003 as …

Member Avatar for manoshailu
0
214
Member Avatar for virus220

i am using vb.net as my front end and excel and access as my backend for databases i have the connectivity code of both ends data retrieving has been done but now i need to encrypt the data in my database and then retrieve it and decrypt it in vb.net …

Member Avatar for shomic.goyal
0
142
Member Avatar for iseedeadpixels

Hi everyone! At the moment I am working on an OOP bank account program as an assignment in VB.Net. FYI:It has a credit account class with properties of AccountName, AccountNumber and Balance. The credit account class has two methods - deposit and withdraw. You can overdraw on the credit account, …

Member Avatar for iseedeadpixels
0
798
Member Avatar for StatiX

Im trying to create a datagrid that will display an image instead of what is actually stored in the database. For instance if the result of a zodiac is leo, then show the leo image, or if it is cancer, show the cancer symbol, etc.. I am using a datagrid …

Member Avatar for StatiX
0
93
Member Avatar for SheSaidImaPregy

Hello, I need to access the database when a session unexpectedly ends or session times out. This is just for telling the database to update a field for when the user last logged in. The reason I need this is that it saves me tons of coding for other stuff …

Member Avatar for Fungus1487
0
120
Member Avatar for MATHS

[COLOR="red"]dear please see the attachment and provide me the existing interface similer to it please imediate relpy i am wiating .[/COLOR]

Member Avatar for iamthwee
0
27
Member Avatar for Church

// sorry i accidentally posted this in VB.Net earlier.. in case you saw it before. thought i'd make a program for fun.. although to be safe im cutting it up into many forms to save room. Anyway doing this means im going to have to get alot of the variables …

Member Avatar for Church
0
106
Member Avatar for kalimuthu.ttcpl

Where we need to enter all type of symbols and contents in RTF (Windows application) some of the key issues to be addressed are easy entry of equations, mathematical formulas, diagrams and multi language support (UNICODE) Previously Visual basic 6, we had solved it thru OLE call but .NET version …

Member Avatar for kalimuthu.ttcpl
0
136
Member Avatar for kenneth17

Hi All I am trying to connect to my database from the front end in VB.NET 2003, the connection strings that i have tried are not working at present. I have VB.NET 2003 program from last year but that was using access as the back end and VB.NET 2003 as …

Member Avatar for debasisdas
0
207
Member Avatar for Firstomp

I am an enthusiast in Access trying to do some god for the local chapter of the Salvation Army. I have been asked to create a database that when individuals information is entered, it checks to see if they have already registered either as a primary, a spouse, as another …

Member Avatar for Firstomp
0
133
Member Avatar for SerapH

Hi I am creating an MDI application that carries out various tasks >> Login, View Balance, Show Transactions, Request Statement. So far I have only managed to create the Parent MDI, Main menu to be able to choose a function, and login validation. Login Code: Dim str As String = …

Member Avatar for manal
0
106
Member Avatar for Chris147

Hi All, Does anyone know how to interrupt a Do While Loop? I have a very simple bit of code that Loops though the items in a ListBox so long as a boolean (blnPaused) = False. There is a Button on the Form that sets the boolean to True but …

Member Avatar for Chris147
0
167
Member Avatar for jamesrobb

Hi, I've got a date field such as: [B]Dim Ndate As System.DateTime = System.DateTime.Today.AddDays(-14). [/B] I need to be able to use Ndate to access a date field in an Oracle table that is in a timestamp format. Can anyone help? Thanks.

Member Avatar for Ramy Mahrous
0
103
Member Avatar for bcm

I want to retrive data from xml string and store it in textbox. <setting name="Astrology" serializeAs="String"> <value>6:00</value> </setting> <setting name="Cricket" serializeAs="String"> <value>7:00</value> </setting> <setting name="ForiegnCurrency" serializeAs="String"> <value>8:00</value> </setting> <setting name="Jobs" serializeAs="String"> <value>9:00</value> </setting> I am able to retrive data and store it in one text box, but how can I …

Member Avatar for Ramy Mahrous
0
92
Member Avatar for Duki

Public Class videoBonanzaForm Dim videoBonanza(,) As String = {{"Comedy", "Aisle 1"}, {"Drama", "Aisle 2"}, {"Action", "Aisle 3"}, _ {"Sci-Fi", "Aisle 4"}, {"Horror", "Aisle 5"}, {"New Releases", "Back Wall"}} Private Sub videoBonanzaForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub searchButton_Click(ByVal sender As System.Object, ByVal e …

Member Avatar for waynespangler
0
124
Member Avatar for kenneth17

Trying to connect to my oracle database from the front end VB.NET 2003 with the connection string but will not do it at present. Is it possible to use my Access connection string in VB.Net 2003 and connect to the oracle database by just changing the connection string for oracle9i.:)

0
70
Member Avatar for Church

thought i'd make a program for fun.. although to be safe im cutting it up into many forms to save room. Anyway doing this means im going to have to get alot of the variables from the forms back to the original page, and then back to a different form …

Member Avatar for Church
0
116
Member Avatar for omagebi

please help. im writing an app that will send and receive sms using vb.net. i dont know how to start

Member Avatar for flo-0001
0
78
Member Avatar for satisn1

Hello, I am designing a form in VB.Net which looks like the picture I am attaching.This picture has been designed by making use of MDIStripMenu.Me,I want to use Tab control from the new version of VB.Net EXP 2005.Could you please help me design this form from scratch.Thanks in advance.

Member Avatar for iamthwee
0
62
Member Avatar for domino.vbcoder

Hi all i was wondering wheather anyone could help me with doing a screen grab on a hidden form? i dont have a clue where to start! The idea is i have a form with a webbrowser control on it, the form is hidden and when i send a command …

Member Avatar for domino.vbcoder
0
98
Member Avatar for ptaylor965

I need to update a cell with the Value from another cell when a checkbox in the grid is checked but i need it to update on clicking the checkbox The only way i have is to do it on [B]CellEndEdit[/B] but this requires the user to change cell first …

0
65
Member Avatar for eallnepjcc

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Generate_Script_save() <--- sub that generates the instert into code 'Dim mangosSQL As MySqlConnection Dim mangosSQL As New MySqlConnection Dim mangosSQLCommand As New MySqlCommand mangosSQL.ConnectionString = myConnString mangosSQLCommand.Connection = mangosSQL mangosSQLCommand.CommandText = txtScript.Text Try mangosSQL.Open() mangosSQLCommand.ExecuteNonQuery() Catch MyError As …

Member Avatar for eallnepjcc
0
84
Member Avatar for bcm

I want to create a project in [COLOR="Red"][B]VB.NET2005[/B][/COLOR] in which I when I insert values in textbox it should appear in the related html string and next time when I run the project it should display the same values. I am able to retrive the values in one textbox but …

0
63
Member Avatar for rcostheta

Hello, I am trying to pull the relationships from an Access database. I would like to know which fields have what type of relation with other tables in the database. Does anyone know how to do this? Thanks, Ben

Member Avatar for rcostheta
0
119
Member Avatar for nice_true

Hi! can u plz tell me what is the code for setting the focus to a checkbox in vb.net 2003 project. How is this possible? I have tried checkbox1.setfocus=true but itdoes not work. Secondly, I wish to fire the click event for a button when I press the enter key. …

Member Avatar for preetham.saroja
0
122
Member Avatar for meaker

Could anyone tell me how to group data in a generic list (VB.Net). I have created a Generic List of a custom ojbect and I am adding to the list line by line (after some manipulation of the data) I now need to Group the data so as not to …

0
51
Member Avatar for mustoora

Hi I have an audio file. Each time maskcount is above 0, the file will be played. But the problem is the duration of the file is only 5 sec. So it will stop playing after 5 sec. How do i make it play continuosly for as long as the …

0
66
Member Avatar for mustoora

Hi there I'm now using Microsoft Access and i have a column called VT. I stored it into a variable called vibrotactile. [INLINECODE]vibrotactile = ds.Tables("maskingSimulator").Rows(s).Item("VT")[/INLINECODE] The problem is the column contains checkboxes. If my VT column is not checked, it will carry out Case 1. Else, if my VT column …

Member Avatar for mustoora
0
136
Member Avatar for priyaram_c

Hi All, I am trying to open a crystal report which is using OLEDB (ADO) connection and stored procedures to retrieve data. I am trying to change the database connection information dynamically from the vb.net code. The method I have used is: 1. create a new crystal report(crystalreport1.rpt) in vb.net …

0
72
Member Avatar for nice_true

Hi! I cannot get the focus event code in vb.net 2003. Like in vb.net 2005, we write checkbox1.setfocus(), but what is the alternative for this in 2003? Please keep in mind, I am working with [B]vb.net 2003[/B] secondly I wish to write the keypress event for a textbox so that …

Member Avatar for Ramy Mahrous
0
135
Member Avatar for JaedenRuiner

In the standard ListView this is a SortOrder property and Sort() Method, but there is no OnSort event than I can see, so how can i cause a Sort by a subitem column instead of by the ListViewItem.Text property? Do I have to do it manually from scratch, or is …

Member Avatar for Ramy Mahrous
0
94
Member Avatar for yagapapa

Hi Alll Everytime i try to do this, i get a flock of errors, I created a chart using report viewer but cant seem to embed the .rdlc file to one of my .aspx pages, how do i accomplish this ?? Thanks in advance

Member Avatar for UstesG
0
52
Member Avatar for Dhruv Shah

hello, i want to know that how to pass parameter in crystal report in asp.net using vb.net 2003 i want to pass parameter through drop down list control plz help me out thanks in advance it';s hurrry

Member Avatar for kapil.goyal
0
298
Member Avatar for Nthusiast

Hi I am a self-taught asp.net developer - MCP / MCAD / MCSD - with a very good academic knowledge in Microsoft technologies. I haven't work for a company as a developer and lack of that experiece gets in the way against my progress. If any one can help me …

Member Avatar for Nthusiast
0
134
Member Avatar for domino.vbcoder

Hi all im Domino.vbcoder I am currently writing a security logger for a client, part of the project reads a txt file and searches for a line then replaces the line with a specified string as the code shows bellow, my problem is when it replaces the line with the …

Member Avatar for domino.vbcoder
0
292
Member Avatar for RichardNero

I tried to write this code out, I dont want the answer I just want someone to explain to me what I am missing and doing wrong. Suppose the population of a certain country was 125,000 at the beginning of the year 1995. The population is growing at a rate …

Member Avatar for waynespangler
0
121
Member Avatar for mona

i am developing a control panel project with vb.net i finished how to create a site from scratch but i wanna add a sub site (sub domain)under the domain of my site how can i do that ? need help whatever the language is. many thanks in advance

Member Avatar for rmangroliya
0
191
Member Avatar for Run.[it]

Currently my program fires out error messages when the user enters information outwith the boundaries. However for every valid entry these will be stored in the array and the entry outwith the boundaries will be listed as blank which I dont want. Id like the program to only store an …

Member Avatar for Run.[it]
0
110
Member Avatar for yotop456

I am currently working on a progam that called virtual drumset that will allow a user to play drums with there keyboard. My question is what code could i use to process keyboard input. For example: If ( letter g is pressed) then play sound whatever end if Much thanks

0
65
Member Avatar for rabih80

Hello all, Hope someone can help me with this : am writing an application that depends on changing the default gateway and the DNS Ip's However am stuck on this. am using VB.Net 2005. Can any one just help me ..!? Thanks in advance.

0
48

The End.