20,284 Topics
| |
Hi I am new in VB. I have writen simple code Private sub cmdBotton_Click() txtbox.font.size = 12 End Sub then i got error message that "property 'Size' is 'ReadOnly'" I would appreciate if you could help me with this ilgar | |
Hi I am trying to identify whether a variable I have passed to a listarray exists. If it does I can return the position of the variable using the following function, but how can I return something if it is not found in the list (e.g. variable not found in … | |
[COLOR=#000000]Hi everyone,,,:cheesy: [/COLOR] [COLOR=#000000]This is my first post in this forum,,,,,,,[/COLOR] [COLOR=#000000]In fact I've one question,,,,,,,[/COLOR] [COLOR=#000000]Iām using ā[B]Microsoft Visual Web Developer 2005 Express Edition[/B]ā, and created a class named Class1 which contains one function named dismsg. This function is only displaying a message. [/COLOR] [COLOR=#000000]Question: How can I call … | |
[COLOR=#0000ff]Hi. Im doing a program that connects a form to access database. Problem: I have a button that saves all the new information entered in the text boxes I have. When I click SAVE it shows a message that "A new record has been added to the database" but when … | |
Hi, I do have another doubt. The thing is in my project done in VB.NET and MSQL as back end...I need to print multiple pages. I can print only the page that is displayed on the VB.NET form ie the datas displayed on the VB.NET form. But it has more … | |
hi guys, I was thinking to build my own messaging program so that i can chat with my family who lives far away. Do you know if i can do that with out having server? Any comment is highly valued!!! all the best Ilgar | |
Hi, I need an urgent help. The thing is after I deployed my project and run it in another machine it shows an error when i click on the Crystal Report "Cannot find Keycode V2.dll or invalid code key" My project is done in VB.NET with MSQL2000 as the BackEnd. … | |
:sad: I'm just an amateur in VB.net and new to printing, and I need to print this values(taken from a database & user) to a landscape paper which has already some kind of logo and table printed on, so my values need to go in distinctive spots on that paper … | |
i want to change the icon of exe file associated with my project. i kno i can do it in vb6 by going to properties . but i cannt do it in vb.net.is thr any other way to it. | |
I am having another problem with a new project for my programming class. We have to create an ATM that the user enters the account and pin number to get to a main menu. The program consists of a form for each type of activity(logging on, the main menu, withdrawal, … | |
Hello Members, I am developing application in vb.net. We have multi store in various location. I want my application show stock in hand,Sales , Purchase information for all the stores. Should i need centeralised server like WAN or every day data transfer. I need to know the Table design. Normalisation … | |
Hi all. Could someone pls tel me whats wrong with my code for adding new records to the db. Nothing is being added to the db and before the form opens up when running it, it brings an error that the file name of my form is invalid. Could someone … | |
Hi All, I'm currently working on a wireless networking monitoring system for home user using VB 2003. Does anyone know how to communicate / link VB with the network so that it can display the "Mac Address" in the VB forms that i have created ? And do i need … | |
Hi, everybody! I have studied C++ OOP And now I begin studying OOP with VB.net I want to know OOP in VB.net diferent from OOP in C++ Please give me some document Tks a lot! | |
Hi, I developed a remoting client application. It works well if I register .dll without strong name. If I used strong name I am getting error "Because of security restrictions, the type Remoting.myobj cannot be accessed". How to solve this error Ramana <email snipped> | |
I am having problems trying to create arrays from text files. The text files created from the program I am working on is like this: Name Test1 Test2 Test3 Avg Grade =================================== Student 999 999 999 999 X The first two lines in this are headings that are added into … | |
Hi Could someone please help me do this final yer project please, your help is greatfully apperiated. Here it is: The form should be white and in the centre of the screen. There is a vertical black line down the entire form, dividing it into approximately two halves. All the … | |
I am new in VB.NET/ASP.NET, I want a user to logon to the aspx page using access level, If Access level is Administrator or User Or Manager different links or page be display or if Access level is User all the link relevent to admin should be disabled visa vesa. … | |
First of I am not engllish speaker so if something its off forgive me please. Now on the topic, I have not touch VB in 4 or years and now changing from VB6 to VB 2005 Now I used to work with dataset on VB6 but the teacher is really.... … | |
I got a book and some software together ( VB2003 Standard Edition on cdroms and VB2003 Step by step by Microsoft Press). there excellent for beginner. It started me off in VB. Book is 300 big pages and its also included on the CDrom in HTML format. The whole lot … | |
:) hello frnds i wana ask one question about my project. i m dng the project of family tree. in wch many relationships r considered.if one person make his own family tree thn another parson in his family can make the relation ship wth him.and tht will specify the relatinship … | |
Hi there, developing an online shop as a final project I need some help. I'll be happy if anyone could help me with it's programming in VB.NET. | |
hello, i just finish the hangman project in VB. It's working but i can't get the picture to show if a letter is incorrect. Can somebody help me. thank you (in the image property i put none):sad: | |
hi all am really new to vb2005, i need to connect ma apploication to a database on ma server but cant as i nee d to b able to store data . is there a code i can use? its a SQL 2005 server | |
I found some old floppies with some of my early basic programs on them. I made them in vb3 (.bas .frm) but I'd like to open them in VB.NET is there a way to do this? I saved all my files in ASCII. p.s. please don't post [URL="http://www.daniweb.com/techtalkforums/www.advantageware.com/VBAD_free_tools.htm"]this[/URL] link, because … | |
Hi all. I am building an automated login program for my work scheduler (which is a website already existing online). I have created a form with a timer, that when the computers system time reaches a certain time, another form containing a web browser control launches and goes to the … | |
What do i add to code be able to hit enter as well as clicking the button. <%@ Page Language="VB" %> <script runat="server"> Function era(ByVal yEAR As Integer) As System.Data.DataSet Dim connectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=Cresta Tunes.mdb" Dim dbConnection As System.Data.IDbConnection = New System.Data.OleDb.OleDbConnection(connectionString) Dim … | |
Hi Guys, I have developed a desktop client application which runs on the local machines of some clients. I have another server application which is basically a filewatch application which runs every 5 secs . What this server application does is check the SQL database for any new updates, & … | |
hello friends. i'm still new in vb.net i have a problem while using visual studio 2005 where the '.ctor not a valid identifier' accured when loading the form design and i don't know how to overcome this problem. can you all help me please.. |
The End.