20,284 Topics
| |
I need to be able to confirm to enduser selecteditem from listbox. I have a textbox and picturebox to show selected item but only get standard text for dataset. How to convert to text and eventually save to new table for estimate? | |
plz tell me something about picture object in crystal report.... how i can change picture in runtime in crystal report... plz its urgent :rolleyes: thanks bye tc | |
Hi I am creating a button & textbox manually and have those codes in the form load event. Also I disabled the button & I have the number 1 in my text box. May I please have the code to enable the button when any number greater than one is … | |
Hi Please help me to display the all data base records in tex boxes. I getting only the last record details. In Vb I was using rs.movenext to go to the next record. What is the script used in vb.net2003 | |
Hi all, i need the code to detect the USB using Asp.Net ... thnx | |
haii everyone... i really need your help... I have to link between console application and window form together [B][U]for example: [/U][/B] [U]console application:[/U] Writeline("Please enter your Point1:") Readline() Writeline("Please enter your Point2:") Readline() [B][U] window Form :[/U][/B] Dim Point1 Point2 as New Point Drawcurve (Ponit1,Point2) Plottpoint(Point1,Point2) that means, when i'm … | |
Enter the miles driven, use -1 to end: Enter the gallons : The miles / gallon for this tank was Enter the miles driven, use -1 to end: Enter the gallons used (-1 to end) : The miles / gallon for this tank was Enter the miles driven, use -1 … | |
hi everbody i need some help can anybody tell me about how to calculate the expression which is stored as a string... Please help me | |
Public Class Form1 Inherits System.Windows.Forms.Form Dim hng As New Hang Dim strWord As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load strWord = InputBox("Please enter a word for the user to guess.") lblWord.Text = underscore(strWord.Length, "") End Sub Private Function underscore(ByVal wordlength As Integer, ByVal … | |
Hi Everyone, am developing a small application that displays the records on a window form from an Access database. i have managed to set a connection string. could someone help me with a code for add button, search Button, update button commit button in vb.net? | |
Hello I'm kinda new to vb programming and am trying to set it up on my computer. I keep recieving this message C:/WINDOWS/SYSTEM32/AUTOEXEC.NT. the system file is not suitable for running ms-dos and microsoft windows applications. Do you know what this means and how to fix it? Any help you … | |
Hi Everyone I have a monthcalendar control and a datagrid on my form. I want to display records from a dataset depending on the dates that i select from my month calendar control. Please help | |
I'm trying to write a subroutine in VB-EXCEL that will return a range containing all the possible numbers for a cell in a Sudoku puzzle. It starts by filling a 1 x 9 range with values of 1 - 9. then loops through the appropriate row in the puzzle, searching … | |
Hi. I recently started learning VB.net in school, and now as a project, im making a simple sliding shooter. (You know, a ship that you control up or down, and you shoot at enemies that fly towards you) Thing is, I just cant figure out a good way to make … | |
I need to take a number and re-arrange it to the biggest possible number for example: input 6859, output 9865 I've googled and googled but i can't figure out a way to change characters in a chararray vb .net just says: Property 'chars' is 'readonly' are there any alternatives? | |
Hi, I'm trying to find a software which implements working simultaneously. for example, if i'm working on EXCEL and i'm importing a table to WORD doc, any chnage that i'll make on the WORD will be reflected in the EXCEL. another examle - i've captured a screenshot, and i'm looking … | |
I'm trying to create a hangman game using vb.net.......here's what my professor wants in the program.... Write a program to play the hangman game. If you do not remember the hangman game, contact me. If you have already written hangman in VB for CIS52, we need to talk about another … | |
Hi, how are you, Im trying to send an sms via my asp.net web application and i cant seem to get it right. I need to send a reminder in the form of an sms using a web service. Could sum1 please help me, I would really appreciate it. Thanx | |
[COLOR=#0000ff]Hi , Im new to asp.net and im need help connecting to an sql server 2005 databse in vb.net. I tried so many things and its still not working. I also need hep with inseting, updating and deleting data from a webform into the sql server database. Could anybody tell … | |
ust like a few others, i was assigned a Hangman project for VB.NET!!! Yea so this is wat we have to do -----read a word from a text box - DONE -----when play is clicked, the word is read and the number of letters is replaced with an underscore (_ … | |
hi.... I have received the following error Logon failed. Description: An unhandled exception occurred during the execution of the current [URL="http://www.experts-exchange.com/Databases/Crystal_Reports/Q_21829407.html#"]web[/URL] request. Please review the stack trace for more information about the error and where it originated in the [URL="http://www.experts-exchange.com/Databases/Crystal_Reports/Q_21829407.html#"]code[/URL]. Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. Source Error: An unhandled exception … | |
how do i make it so a picture shows for about 5 seconds from the time users clicks to start my program until the actual program starts?:mrgreen: | |
[B]i want to add bakground sound to my application that i am doing as a project for my class. does anyone know the code for that? :mrgreen: [/B] | |
lets say I have 2 forms, Form1 and Form2 how do I call certain values that user inputted in text box from Form1 to appear on Form2? and also, i've been trying to figure out how to have 2 forms, but when the user is on form1, when button is … | |
Hi ,I work with vb.net 2005 . I want to know if I want to connet to data base with Ms Access which data source i can use (ODBC or OLEDB) I write the following code in form load event (by OLEDB) : [COLOR=#0000ff]Dim[/COLOR] conn [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] OleDb.OleDbConnection([COLOR=#800000]"Jet OLEDB:Global Partial … | |
Hello. I have two forms. Let's call them form1 and form2. Form1 is a form which controls the meat of my program and runs in the background. Form2 is a popup-like dialog that will pop up when triggered by an event in form1. I want to call the netstat command … | |
hi i have 2 questions and im using vb.net 2005 Question 1 How do i print a HTML page to the default printer without any printer prompts apearing. The html file is generated at runtime and i need it to be printed. i can either dump the HTML file in … | |
[COLOR=blue]Hi , Im new to asp.net and im need help connecting to an sql server 2005 databse in vb.net. I tried so many things and its still not working. I also need hep with inseting, updating and deleting data from a webform into the sql server database. [/COLOR] [COLOR=blue][/COLOR] [COLOR=blue]Could … | |
hi, 1-how can i do multiselect in calendar. 2-how many days between 2 dates? how can u calculate it? example : 10/10/2006 - 12/10/2006 there is 1 day between those 2 dates. thanks | |
hi, i am developing paging in asp web application by using VB.net. i am getting out put for when i am setting the paging for 10 but it is not going for the next page with paging.If i set the paging to8 or less than 10 i am getting the … |
The End.