19,728 Topics

Member Avatar for
Member Avatar for kipslem

Hello, Could someone please help me with this problem? I have developed a small application that calls up several powerpoint slideshows that are saved as .pps. The user interface screen has a textbox, when the user enters the file name of the powerpoint it is called up, but it opens …

Member Avatar for kipslem
0
291
Member Avatar for denmarkstan

please help me here. My code: [CODE]Partial Class Create_staff Inherits System.Web.UI.Page Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnUpload.Click Dim connection As SqlConnection = Nothing Try Dim img As FileUpload = CType(imgUpload, FileUpload) Dim imgByte As Byte() = Nothing If img.HasFile AndAlso Not img.PostedFile Is Nothing …

0
71
Member Avatar for sackymatt

Hi all, i have a table "Contracts", with fields CompanyNumber, MaturityDate and other fields. i have a form in vb.net, with a textbox that should check if the entered company number exist in my db, if it does it should check whether the maturity date is bigger or less than …

Member Avatar for prvnkmr194
0
370
Member Avatar for yashodhan05
Member Avatar for Momerath
0
31
Member Avatar for dougancil

I have a datagridview that has a checkbox. That checkbox will designate if a day is a "Holiday" or not. When then user clicks on my save event, I want my sub to check to see if that box is checked and appending the data to a table in my …

0
58
Member Avatar for ashwinshenoy

Hi All, I am trying to update my form once the delete button is clicked. There are several fields like Name, Date, Date of Birth and so on. Once I delete a record I want the form to automatically load with new / updated data. This form fetches data from …

Member Avatar for dxider
0
155
Member Avatar for wesley.groves

I have put together some vb.net code that creates a website and sets various properties, adds additional host headers; but I cannot get it to "check" the allow anonymous access checkbox or start the website. The anonymous user and password are set properly, but the checkbox remains unchecked to allow …

0
56
Member Avatar for arezz09

i hve create crystal report in vb.net 1 accessdatabase with password..using oledb connection when i wont to print data using crystal report, it will ask a password cz i have set database with password.. do i set password in crystal report or anywhere cz i dont know, so nexttime i …

Member Avatar for debasisdas
0
111
Member Avatar for nemzmiyaw

Good Day I want to create a security log in that start up when the computer is turn on. Im having problem on multi user once the user ID is logged in it also logged in in another computer, i dont know how to add this codes can some one …

Member Avatar for nemzmiyaw
0
158
Member Avatar for pratibhamohanty

Hi, Can anyone tell me how to send emails from a vb.net(visual studio 2005) application using System.net.mail Thanks in advance,

Member Avatar for pratibhamohanty
0
123
Member Avatar for nemzmiyaw

Good Day I want to create a security log in that start up when the computer is turn on. Im having problem on multi user once the user ID is logged in it also logged in in another computer, i dont know how to add this codes can some one …

Member Avatar for nemzmiyaw
0
116
Member Avatar for arezz09

1. i hve create school system...so when register new student i want to upload their picture in folder,not database...when upload, all student picture will be in same folder like student picture.. 2. i'm using listview to view all student information,so i want picture display in listview column..

Member Avatar for codeorder
0
149
Member Avatar for Jake.20

Guys i need help in histogram report.. My histogram report didn't show the data in the database.

Member Avatar for sandeepparekh9
0
71
Member Avatar for bhagawatshinde

i have a RichTextBox in my application and there may be many and many lines, i dont want to use any Scrollbar in RichTextBox. i want RTB to change its height and width itself according to the lines in RTB. im also using Pictures in the RichTextBox. Can anybody help …

Member Avatar for bhagawatshinde
0
114
Member Avatar for msqueen082

I solved my problem with the issue of Julian date, but i have another small issue.. I have to use dates in calculation ... like a client types a appointment datat in textbox and in another textbox it shows that the date has to be between two days. [B](appointment written …

Member Avatar for msqueen082
0
175
Member Avatar for Mike Bishop

i have the following code which works fine where there is data in the table. when the table is empty and there is no data in the @Ctotal varible i get my error MessageBox.Show("Unable to get Claim Total") is there anyway i can ignore this if there isn't a value …

Member Avatar for Unhnd_Exception
0
84
Member Avatar for darkelflemurian

Hello everyone, I have the following situation: The computer i use to develop sometimes is getting very slow and the ram memory goes to 100%. I want to know if using visual basic 6, or visual basic net, or visual basic script, there is a way to clean ram memory, …

Member Avatar for jlego
0
106
Member Avatar for atticusr5

I am not sure what I have done wrong. Essentially I am searching an array for colors. If there is no input, on button click you get an error. If the color does not exist you get an error. If it exists then it tells you. The latter two events …

Member Avatar for abhay1234
0
65
Member Avatar for nigelv1

Please help. Im having trouble displaying the checkbox's text in the listview form. It only display's the text of the 1st checkbox. I cant seem to display the remaining checkbox.text. It only display's the 1st checkbox in my ListView form. I have another form for ListView.vb Here is the code: …

Member Avatar for codeorder
0
101
Member Avatar for bluem1

Team - This has to be way more simple that I am getting. Been searching google for hours with no luck. Simply stated, I am trying to delete a datalist row which is bound to a mssql database. Simple right! I am missing where it is putting the key or …

Member Avatar for pinkygirl
0
932
Member Avatar for eldaerys

Iam doing a sample project for school and i CHOSE Tic Tac toe. Could anyone show me a sample program of it becuase i have no idea where to start. And do I use a picture box to draw the lines?

Member Avatar for Luc001
0
95
Member Avatar for Mike Bishop

i have a very simple S/P called ClaimTotal [CODE]CREATE PROCEDURE ClaimTotal @Result varchar(50) OUTPUT as select sum(total) as Ctotal from claim[/CODE] i am struggling to get the Ctotal saved into the @result so that i can then pull this into my .net program. if anyone could help that would be …

Member Avatar for Mike Bishop
0
110
Member Avatar for bobnino

vb2008 Collections Write a program to temporarily store and process student marks for a given test. Program Specification This system is designed to temporarily store test marks for a group of students and then produce details including: the average mark for the group the top mark for the group the …

Member Avatar for debasisdas
0
118
Member Avatar for dariomolnar

Hi, I am building a really complex program, and the only thing that i cannot make work right is the menu. The menu is basicaly 13 textboxes: -txtMenu1 -txtMenu2 _txtMenu3 ..... .... There is also a cursor next to the menu with up/down end enter button. When I click the …

Member Avatar for codeorder
0
457
Member Avatar for bobnino

must be in vb2008 Classes program allows the user to create their own environment to work in. They will be allowed to tailor the environment to change the back colour of the form and other objects and the text colour of their text objects. Problem Specification Prompt the user to …

0
43
Member Avatar for bobnino

vb code Integer Array Calculations problem concerns some simple array handling. Problem specification Given an array of integers, you have to perform some integer calculations, and display some information concerning their number, their sum and average values, their minimum and maximum values, and the number of even and odd integers. …

0
55
Member Avatar for samehere

how can i exit from the form after clicking the "yes" button of a messageBox??

Member Avatar for samehere
0
172
Member Avatar for bobnino

hi trying to write a vb programme to populate an integer array (19) then show error messege if user does not enter numeric value and stop input if zero is read as integer or 20 arrays have been loaded , then list the array unsorted and list array in bubble …

0
50
Member Avatar for salmap

Hi, I have a grid view(drg).The first column diplays the value of checkbox(true or false). I am counting the number of "True" values and display it in textbox txtc when I click on it. Private Sub txtc_Click(ByVal sender As Object, ByVal args As System.EventArgs) ' ** Place Event Handling Code …

Member Avatar for codeorder
0
221
Member Avatar for msqueen082

hi again.. Could sure use some help in another code I am currently working on. Would really appreciate the help. Today i am trying to convert a date i put in a textbox(txtJulian) to a normal date like 02/05/2011(or any other conversion depending what is imputed in the textbox). I …

Member Avatar for codeorder
0
505

The End.