20,284 Topics
| |
[B]HI to all[/B] I have got one problem: [I]I use vb 2008[/I] On some websites i go whit my Web browser i got an error!!! it say: [U]An error has occurred in script on this page. Line: 133 Char: 74 Error: Unterminated string constant Code: 0 Url: [url]www.url.com[/url] Do you … | |
Hi, In an Javascript code, I am taking a value from User and this value I want in my server side code , vb.net, What is the code for this.??? Thanx & Regards Anup | |
Hello sir, how to change this coding to vb.net coding? [CODE] Stream photoStream = PhotoUpload.PostedFile.InputStream; int photoLength = PhotoUpload.PostedFile.ContentLength; string photoMime = PhotoUpload.PostedFile.ContentType; string photoName = Path.GetFileName(PhotoUpload.PostedFile.FileName); byte[] photoData = new byte[photoLength]; photoStream.Read(photoData, 0, photoLength); [/CODE] | |
Hi, I need to create an application that will count the number of students who score from 90-100, 80-89, 70-79, 60-69, and 0-59 on exams. (Grades are listed in a ComboBox). It should then display the number of students in labels, a second label should also display a message for … | |
pls any one help me to create a video playout automation sotware with using of geforce card.... | |
My form's KeyPreview is set to True. I want to allow my users to use the Enter Key instead of just the Tab key. I have the following code in my form's KeyPress event: [code] Private Sub frmDesigner_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Me.KeyPress If e.KeyChar = … | |
hi i am second year MCA student. i know vb.net. I want to do a mini project. so i want some vb.net project titles | |
hi everyone i have a curve which has distance along x axis and some parameter value along y axis i have calculated the distance for x axis from longitude and latitude i want to display the latitude longitude as x axis labels but the original xaxis parameter is distance which … | |
visual basic ,Chapter 6, Programming Challenge 6: Password Verifier, Page 407. I keep getting errors | |
Awhile ago I made an app that uses Performance Counters to display info pertaining to CPU, RAM, hard drives, etc. kind of like Window's program (Forgot the name), but only displaying info people would really need. I want to continue working on that app and adding new stuff to it. … | |
Sir, I would like to salve my problem . I have Three text Boxes and i want to use Cut, copy, paste method. But the problem is when i copy one text box matter and then apply Paste option through menu control ,then matter is displayed all three text boxes. … | |
hi.. I has camera digital Powershot A400 canon, that's camera support psremote application (application to shot and live view/video using computer for Canon) How to make application to live view like video via computer using windows vb.net? I can shot using my application but i can't live view like video … | |
Ok so i have an jpg image of around 8.10mbs at around 13424 x 11344 pixels, i need to load the whole image in to a scrolling picturebox, is they anyway to do this without using so much memory for example like what google maps does n cuts the image … | |
Hello all, I'll do my best to make this as simple as possible to explain. 1. I'm using a WinForm DataGridView. 2. I'm using an auto complete feature that I've coded and I'm trying to add the data that a user has entered in the first column to a generic … | |
How can you access the Start Menu from a VB form for both Windows XP & 2000? I've done a lot of research and haven't found anything that works for this. | |
hi, i am doing btech. can anyone please suggest miniproject in vb.net based on database | |
Having problims adding a picture files to the database. Bot sure where i am going worng, ignore the commented out lines that was my first attempt. A little help please! [CODE] 'If the query found that the name had not been entered before add it into the table If imgUpload.PostedFile … | |
hi im creating an application that query data from fox pro, manipulate it and export it to excel. here is the code im using to creat excel object: Dim oExcel As New Excel.Application Dim obook As Excel.Workbook = oExcel.Workbooks.Add im getting excell.application underlined(error msg:new cannot be used on an interface) … | |
Hello I'm using M.Access I want to get date from database to my datetimepicker, but I got problem please help, here is my code. [CODE]Dim sStatement As String sStatement = "SELECT Transactions.RentDate " & _ "FROM Transactions INNER JOIN TransactionsDetails ON Transactions.[TransactionID] = TransactionsDetails.[TransactionID]" & _ "Where Transactions.MemberID = " … | |
any one knows how to set an excel object to instance type....thanks | |
First off, i would like to introduce myself. My name is Ryan, im 18 and a professional gamer. About the client! Well this client is for my clan members, they can login and retrieve updates, news, ect through a webbrowser Help! Okay, so i have set a webbrowser, two texboxes … | |
Hello friend's, i'm beginner in vb.net and creating a billing project. In that i have two forms : Customer List and Customer Bill. In Customer List i added a listbox Control and a button, when the form loads it's display the customer list from the database. so i want that … | |
Hey guys, I'm trying to get this form to display in the listbox the address from the info from the textboxes, I followed an example that uses a class to do it, but it seems I am going wrong somewhere and I don't know where. Here is the code for … | |
Hi All, I have a very simple DataSet linked to a ListBox. I need the User to be able to add Data and have used the following code (in a ToolStrip command button): [CODE]Dim newFileRow As DataRow = Database1DataSet.Tables("tbl_Files").NewRow() newFileRow("File Name") = fleName newFileRow("File Path") = flePath newFileRow("Times Opened") = … | |
I posted a question yesterday for the beginning of this code and I'm not exactly sure what it is I'm doing wrong. Just a quick summary- I'm trying to make a zodiac calculator, well five of them, but the formatting will be similar, so if I get one right, then … | |
Hi all. pls, I'm building a report which holds data from a dataset in tabular form in the details and in the footer section, the details section returns all rows but the footer does not, it returns only the last row of the table though the dataset were set & … | |
i have context menus & want the menu items font style to change to bold whenever the mouse moves over, and return to regular when it leaves. [code] Private Sub EmnuExitMenu_MouseLeave(ByVal sender As Object, ByVal e As System.EventArgs) Handles EmnuExitMenu.MouseLeave Me.EmnuExitMenu.Font = New Font(Me.EmnuExitMenu.Font, FontStyle.Regular) End Sub Private Sub EmnuExitMenu_MouseMove(ByVal … | |
Ok, I have been working on this for months now, and I am so close to having it work the way I want, but it's just not happening. Here's what I am trying to do: My program is half a formulator, and half ordering system. Where I get stuck is … | |
Hi all..i make a program use javascript to call VB.Net function..but it doesn't work...can somebody help me to check this code... [code=vb.net] Imports System.Runtime.InteropServices <ComVisible(True)> _ Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load WebBrowser1.ObjectForScripting = True WebBrowser1.DocumentText = "<Script language='JavaScript'>" & vbCrLf … | |
You are required to create a Windows Application to identify the occurrence of character of an input string. For example, I love vb. I = 1 l = 1 o = 1 v = 2 e = 1 b = 1 The result should be display on a listbox. Note: … |
The End.