19,728 Topics

Member Avatar for
Member Avatar for wednesday

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 …

Member Avatar for waynespangler
0
106
Member Avatar for peer mohamed

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

Member Avatar for waynespangler
0
53
Member Avatar for vishwanatha
0
42
Member Avatar for suedasszyy

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 …

0
55
Member Avatar for vickzbrit

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 …

Member Avatar for vickzbrit
0
109
Member Avatar for singh_sunju

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

Member Avatar for waynespangler
0
55
Member Avatar for SethR

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 …

0
56
Member Avatar for Emperor

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?

0
59
Member Avatar for mjlead

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 …

Member Avatar for Ancient Dragon
0
75
Member Avatar for siya

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

Member Avatar for thomas_prem
0
32
Member Avatar for johnsboat

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 …

Member Avatar for Danny.VBT
0
72
Member Avatar for Jokkocze

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 …

Member Avatar for Danny.VBT
0
134
Member Avatar for Rhijaen

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?

Member Avatar for waynespangler
0
71
Member Avatar for izharg

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 …

0
37
Member Avatar for SethR

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 …

0
66
Member Avatar for Thirush

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

0
55
Member Avatar for Thirush

[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 …

Member Avatar for Thirush
0
100
Member Avatar for weazel

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 (_ …

Member Avatar for SethR
0
243
Member Avatar for sumathi_mca

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 …

Member Avatar for gubba_balu
0
170
Member Avatar for tupadjia

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:

Member Avatar for tupadjia
0
79
Member Avatar for tupadjia

[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]

Member Avatar for **UM HASSAN**
0
97
Member Avatar for tupadjia

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 …

Member Avatar for sidtech
0
101
Member Avatar for mojal67

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 …

0
62
Member Avatar for Mikecool509

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 …

Member Avatar for waynespangler
0
878
Member Avatar for Karl Gibbs

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 …

0
64
Member Avatar for Thirush

[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 …

0
57
Member Avatar for Fenerbahce

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

Member Avatar for ChadW
0
80
Member Avatar for chandu_2512

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 …

0
65
Member Avatar for Metilda

Hi all, I have developed a windows application using vb.net which displays crystal reports. Now I have to run this .exe in another system which does not have .net and crystal reports installed. Is this possible??:eek: ..If 's' what are the files that have to be exported to that system.... …

0
59
Member Avatar for maddogjbm

Hi everyone! I'm new to VB.Net, and I'm having a problem with an assignment. I have to write a program (console app) that displays four patterns of asterisks (triangles) one below the other. The first two have the square side on the left, and I got those with no problem. …

0
57

The End.