20,284 Topics

Member Avatar for
Member Avatar for zukumikah

i would like to get help regarding my program. all that's left to do is the printing, but i dont know how to do it. my professor also wanted to see sorting in my sales report and delivery report.. anybody know the codes?? THANK YOU -jex

Member Avatar for kvprajapati
0
30
Member Avatar for tgf-47

I am having trouble loading and displaying my .rdlc report file in my reportviewer. I've been all over the internet and nothing worked. I think it might be because i am using vb.net 2008. Also I am wondering if there is a click event in Microsoft Reports or in Crystal …

Member Avatar for kvprajapati
-1
126
Member Avatar for dre-logics

I Use visual Basic 8.0 and Mysql 5.0 I have one Table1: Table1: RecordID , Integer = primary key auto_increment NOT NULL Articlenr , Integer Articlename, Char(20) Table1: has nine records: RecordID, Articlenr ,Articlename 1 , 1100, Hamer Big Red 2 , 1110, Hamer Big Blue 3 , 1120, Hamer …

Member Avatar for dre-logics
0
114
Member Avatar for vvashishta

hi all... how can i use TestChanged event of a text box in vb.net... do i need to use any javascript or some other scripting language for same? thanks

0
80
Member Avatar for comsci2

[CODE] Imports HR.EZTwainLibrary Imports System.Runtime.InteropServices Public Class frmNewScan Private Sub btnSource_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSource.Click If EZTwain.IsAvailable Then 'if TWain services are available EZTwain.SelectTwainsource(Me.Handle) 'select Twain source Exit Sub Else MsgBox("Twain not avaialble.", MsgBoxStyle.Critical) End If End Sub Private Sub btnAcquire_Click(ByVal sender As System.Object, ByVal …

Member Avatar for comsci2
0
2K
Member Avatar for kalehl

I am not sure how to accomplish this, but I am trying to take dates from two fields and using the current date show the progress percentage in a different field. So, if past date is Jan 1st, the current date is "x", the future date is Jan 11th. How …

Member Avatar for kalehl
0
352
Member Avatar for abhi_marichi

When we copy/cut and paste a file a dialog box opens showing the process of coping and pasting files it includes only cancel button, but I want to add "pause" & "resume" button also there.... To do this how should I write a program, on what I should write the …

Member Avatar for abhi_marichi
0
78
Member Avatar for rajani mayekar

hiiii all, i want to create a cube in vb.net through code.. and even i want to retrieve cube created in anlysis manager in vb.net so i want connectivity code... please help me!!!!!!!! thanks a lot!!!!!!!!

Member Avatar for kvprajapati
0
265
Member Avatar for wisorac

Hello! I have a project to where I am making a pizza order for customers. My forms consist of a form for the pizza quantity and size (the cost is displayed in a lblDisplay.Text). I also have another form which calculates the cost of beverages. I am now on the …

Member Avatar for kvprajapati
0
2K
Member Avatar for riahc3

Hey I was wondering how is the easiest way to send a email thru VB .NET 2005. I want to send a email every 5 minutes a certain text (that I have no problem the only problem is how to send the email with the address, server address, user name, …

Member Avatar for kvprajapati
0
39
Member Avatar for Topzturvins07

I used this code to store convert pictures to "[COLOR="Red"]binary[/COLOR]" inoreder to save in database but it stores only one picture from two pictureboxes. let someone show me how, you can convert pictuers in two seperate [COLOR="Green"][B]'picturebox ("picturebox1 and Picturebox2")'[/B][/COLOR] using the function in the code snippet on something similar. …

Member Avatar for deleodesanmi
1
342
Member Avatar for mikeandike

Hi, I would like to terminate a do until ....loop when future value is greater than 1000 without using a Exit or Continue statement. Any suggestions? Thanks [CODE] Do Until inti > intMonths decFutureValue = (decFutureValue + decMonthlyInvestment) * (1 + decMonthlyInterestRate) If decFutureValue > 1000 Then End if inti …

Member Avatar for mikeandike
0
111
Member Avatar for jlego

in vb.net 2008 you can publish your application to a remote location example: i was publishing my project to \\public\application\setup.exe then i would access the share and install it on client machines. depending on my updating settings, the application would automatically update itself each time the user opened it now …

0
72
Member Avatar for dr.e

Hello.... Can someone tell me why this code doesn't workand how it should be done? DataGridView1.Item(0, 0) = ds2.Tables("tabCeniki").Rows(i).Item(0) this is the error mmgBox ........ Unable to cast object of type 'System.Int32' to type 'System.Windows.Forms.DataGridViewCell'. thx dr.E

Member Avatar for dr.e
0
97
Member Avatar for 786979

hi thanks for any help in advance. i'm trying to add a record to a MS Access database(2003) but i recieve this error: Syntax error in update statement i don't know what's wrong with my code but i suspect that the problem lies in this bit of code. [CODE] If …

Member Avatar for kvprajapati
0
95
Member Avatar for stumbler

Hello, In the tread [url]http://www.daniweb.com/forums/thread122708.html[/url] there is shown how to do this check in .net 3.0 framework. Is there a possibility to do the same in .net 2.0? Thanks for your reply

Member Avatar for stumbler
0
78
Member Avatar for SgtKung

For the record, no, I don't expect anyone to 'do' my homework for me. :) I simply have some questions and would like a bit of nudging, I suppose. This question was covered before but I'm not quite following everything, so I figured I'd ask a few more questions. The …

Member Avatar for kvprajapati
1
106
Member Avatar for darcee

can anyone here tell me how to make a check proxy function? ive made a change proxy function but i dunno how to check it... thx in advance!

0
51
Member Avatar for kananpatel

hi doing i try to import data from sql server to text file bust i have some probleam like:--- 2/15/2010 12:00:00 AM ===================================================== POSITION GAMENO START ENDDAY AMOUNT TOTALSALE ===================================================== [code=text] #1 223 92 92 $1 $0 #1 121 92 92 $1 $0 #2 222 115 115 $1 $0 #2 …

Member Avatar for kvprajapati
0
132
Member Avatar for jungujchoi

"console.beep(frequency, duration)" is clear to me but if I want to set the intensity of the beep (i.e volume) what is the best way to do it? Thanks

Member Avatar for kvprajapati
0
36
Member Avatar for ananthaninfo

Dear Friends, I am new to Visual basic 2005 as I have used VB6 till now. I wish to do a database application using Microsoft Access 2003 and Visual basic 2005. I am very happy, if any one could give the step by step instruction to connect Access, insert, delete, …

Member Avatar for ananthaninfo
0
113
Member Avatar for JAM1011

Hey everyone, I was just wondering if there is any way to check if a email has been sent in vb.net 2008 and outlook 2007. I just need a message box to state weather the message was sent or failed. Here is the code I am using to send the …

0
67
Member Avatar for akamini

Thanks to Daniweb I've almost finished my project just the last few bits to do e.g to prevent double bookings I've had a search around and found [url]http://www.daniweb.com/forums/thread129022.html[/url] which has helped me to make this [CODE] Private Sub Button2_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim con …

0
92
Member Avatar for sifar786

hi, i m trying to run a query on an MSAccess table, but it does not give me any count but only 0. There are 3 null values which i should be getting but it does not give me the result. This query works perfectly in MSSql Server 2008. the …

0
87
Member Avatar for adam84

I have a form called privateOrder, and two other forms. in the first form when I double click on a datagridview it opens the privateOrder form. in the second form I have a button, when I click it also calls the privateOrder form. I want to know if there is …

Member Avatar for adam84
0
91
Member Avatar for JAM1011

Hey all, I wondering if you could help me get my head around this problem. [CODE] connetionString = "Provider = Microsoft.ACE.OLEDB.12.0;Data Source = KellihersLawnmowers.accdb" cnn = New OleDbConnection(connetionString) cnn.Open() overDue = "SELECT tblCustomer.*, tblMachineHistory.*, tblPayments.* FROM (tblCustomer INNER JOIN tblMachineHistory ON tblCustomer.Customer_ID = tblMachineHistory.Customer_ID) INNER JOIN tblPayments ON tblMachineHistory.Machine_ID = …

Member Avatar for JAM1011
0
92
Member Avatar for Splendid1

I have just started a VB2008 class and I am so confused. plz help i need to write a flowchart that corresponds to this pseudocode if the hours are greater than 40 display "Overtime pay" else display "Regular pay" end if can you start me out in words that I …

0
34
Member Avatar for emompong

HI! I am working with an image tagger system.. Im done reading the file's properties.. then when i go to code for keywords.. an error exist saying that Retrieving the COM class factory for component with CLSID {58968145-CF05-4341-995F-2EE093F6ABA3} failed due to the following error: 80040154. I Already added the DSO …

0
121
Member Avatar for TechSupportGeek

Hello world, I would be grateful if you helped me. I've built a text editing application and I would like it to load values/user settings from the Windows Registry. Here's my code but it is somehow wrong (I believe it whatsoever has to do with wrong syntax but it could …

Member Avatar for TechSupportGeek
0
240
Member Avatar for jallan2010

Please help me for my syntax error? and I want to show all the First Middle and Last Name in the listbox i.e. into Listbox First Middle Last Amit Anoop Motwani

Member Avatar for jallan2010
0
169

The End.