20,284 Topics
| |
Hi All I Need a help that i want to make any business Program that is done by VB.net so plz if any one has a Programm PLz | |
hi Let me start with a little introduction of myself,am murray an undergraduate of computer science, am in my final year and i'm new to Vitual basic and i need to write a project for this award.In nutshell what am saying is that i need about three project titles and … | |
hi Friends... i have a problem with treeview. i want my form to display in the right hand side when i browse on my tree view but in vain it doesn't appear. Can some 1 give me a sample or help me plzzz | |
Here's what I'm trying to do: I want the program I'm developing to be the default program for WMV files, whether launched from the hard drive or streamed from a site. When activated, my program takes the command line arguments Dim param As String = Command() And uses that parameter … | |
why am i not able to pass two values between pages in first page for submit_btn.click() [COLOR=#0000ff]Dim[/COLOR] url [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR]url = [COLOR=#800000]"Project.aspx?" [/COLOR]url &= [COLOR=#800000]"id="[/COLOR] & id_txt.Text & [COLOR=#800000]"" [/COLOR]url &= [COLOR=#800000]"age="[/COLOR] & age_txt.Text & [COLOR=#800000]"" [/COLOR]Response.Redirect(url) ---------------------------- In second page called Project.aspx: sub page_load() txtid.Text = [COLOR=#800000]"id:"[/COLOR] & … | |
Im trying to Separate First Name, Middle Initial, and last name into Textboxes, with a function of a button. Example : Full Name : Tony J Holley First Name: Tony Middle Initial: J Last Name: Holley All I have is this, and is for the first name Separator: ' determines … | |
hi i currently making a register page. which include user name, password, retype password, name, nirc, address, contact number and email. can tell mi the code for SQL server and linking? thx for the help | |
I'm new to visual basic, and after writing my first few programs I decided it's a nice language for database front ends :-) just like VBA. Everhing is working out fine, but there's one thing I can't figure out, how do I pass arrays between private subs without declaring them … | |
hye there.. can anyone help me about built in crystal report control in vb.net 2003. is it possible to change the layout from potrait to landscape? how i can do it? thanks. | |
Bellow is the code to select, Only one image object inside my .RTF document using a Richtextbox. -------------------------------------- Imports System.Drawing.Imaging Imports System.Runtime.InteropServices Public Class Form14 Public Const CF_ENHMETAFILE As Integer = 14 <DllImport("user32.dll", EntryPoint:="OpenClipboard", SetLastError:=True, ExactSpelling:=True, CallingConvention:=CallingConvention.StdCall)> _ Public Shared Function OpenClipboard(ByVal hWnd As IntPtr) As Boolean End Function <DllImport("user32.dll", … | |
Hello, I got an .aspx file. and the Html source behind the site page. But, to use it I need the .aspx.vb that is hiding. I looked for it and didn't find it, can someone advice me what to do??? thanks a lot, Eran Gazit | |
Everything I read says that the academic edition should have "edit and continue" but when I try to enable it with the following instructions right from the HELP, [INDENT]To access the Edit and Continue page, click the Tools menu and select Options. In the Options dialog box, expand the Debugging … | |
I have created project in [B][COLOR="Red"]VB.NET2005 [/COLOR][/B]for reading app.config. Now I want the text boxes to validate input values and then store that values in child nodes Astrology,Cricket,ForeignCurrency,Jobs respectively please help!!!!! :'( | |
I am writing a program where I need to capitalize the first letter of each word in a text file. Example of information in the text file would be: this is the first line this is the second line this is the third line I have written a code that … | |
I have a ListView showing all the words from a file, the code is checking these words all the time to see whether they meet certain condition, or so, I would like the checkbox of that list item checked. I have 2 problems here: 1. How can I prevent the … | |
Hi All Im creating a financial ratio calculator project. After calculating ratios there is a button that gives the users the option to perform another ratio calculation... Initially i used this: controlname.text = "" but then that is not effective, because when try to calculate ratios still in the same … | |
Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You. | |
I already have web pages written in HTML that give out Help info about various functions of the application. How do I get them to pop up when the user clicks a button on the VB.NET form ? Private Sub btnHelp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnHElp.Click … | |
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 … | |
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 … | |
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. | |
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 | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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, … | |
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 … | |
[COLOR="red"]dear please see the attachment and provide me the existing interface similer to it please imediate relpy i am wiating .[/COLOR] |
The End.