19,728 Topics

Member Avatar for
Member Avatar for meandmymachine

I've found some code in a book on Visual Basic.NET that doesn't seem to work properly.(The book is "Learning Visual Basic.NET Through Applications" by Clayton E.Crooks II (Charles River Media) ISBN 1-58450-242-8). The essential problem is that the code seems to be okay on the CD which came with the …

Member Avatar for arjunsasidharan
0
350
Member Avatar for BlueDiamond

Hii everybody, I'm working on a charting Senior project for my graduation and i'd like anyone to help me finding an open source code for drawing business stock charts in VB.net, PHP or HTML languages Thank you for being helpfull :)

Member Avatar for BlueDiamond
0
68
Member Avatar for mshsoft

The Code in DAO to set a table link from one Mdb to another MDB is: dim tb As TableDef Set rdb = Workspaces(0).OpenDatabase("c:\db1.mdb") ' db1.mdb will contain the linked table Set tb = rdb.CreateTableDef("newtable") tb.SourceTableName = "newtable" tb.Connect = ";DATABASE=c:\odb1.mdb" 'odb1.mdb contains real tables rdb.TableDefs.Append tb How can this …

0
88
Member Avatar for bhavna_816

I want to validate a text area using required field validator but when i select control to validate from properties then the textarea id of this text area is not getting displayed. What's wrong with it ? Can anybody know this?

Member Avatar for kapil.goyal
0
98
Member Avatar for DeadDrunk

Ok, I'm building an application that queries a list of servers and returns a set of values. After you get the values you have options to fix the issues. One of the things i'm trying to do is if the Windows Installer is an older version, to install the newer …

Member Avatar for DeadDrunk
0
65
Member Avatar for sathya_k_83

hi i am developing an VB.net windows applications1. need info on the Dll propertiesHow to update the Dll's Properites2. Is there any method to update the dll's version number automatically or Not?3. What are the process to be followed to update the dll's properties

0
81
Member Avatar for eyad212

i put a tool strip in the head of reportviewer and i put on it a button how can i run this button when i click Enter key ???????

0
63
Member Avatar for eyad212

hi every one am asking if any one know about disgning a report in a report viewer control i have a question how can i put 2 data table in 2 table all in a list in a differant way i have a data set named [COLOR=#000000][B]Dataset: [/B]dsSItems_Log[/COLOR] [COLOR=#000000][B]· [/B][B]Datatable: …

0
60
Member Avatar for ajaytee

hey guys, need some help with this project i have made. Static temp(7) As Integer Dim total As Integer Dim I As Integer Dim average As Single 'Initialize Randomize() 'Temperature Generator For I = 1 To 7 temp(I) = Int(Rnd(1) * 38 + 1) Next I For I = 1 …

Member Avatar for Ancient Dragon
0
90
Member Avatar for LennieKuah

Hi there, I am having problem trying to retrieve the data from ListView the 2nd time round. It works the first time I clicked on the Line Item and when I clicked on another line item it gave me this error message :- [B][I]"Specific argument ws out of the range …

Member Avatar for LennieKuah
0
163
Member Avatar for mike4

Hello I have little experience with VB & been trying to make a vb program that automatically draws a report from a vb data base an the task kept recuuring untill ow i've hit a dead end is there any simpler way of making such a program other than manually?Please …

Member Avatar for iamthwee
0
52
Member Avatar for aj_daria

there are some buttons that will be displayed when the form load. when the user first click on the first button, the invisible button that are put behind the first button will be displayed. whereas, when the user click second time on the 1st button, the dispayed button should be …

Member Avatar for aj_daria
0
553
Member Avatar for ArNy

ok hello, does anyone know how to get rid of windows xp window frame. I want to make my own custom frame i want the blue frame to be my custom one. [URL]http://img329.imageshack.us/img329/8067/framebh9.jpg[/URL]

0
71
Member Avatar for Prakash.J

hi i need to write a function which will accept a datarow array as an argument and generate a report (in excel format) which contains all d data in datarow array....n ineed to return back the path name where the generated report is stored. It would be of gr8 help …

Member Avatar for iamthwee
0
54
Member Avatar for Thanikagopi

Hi, I am trying to run an Service at an Regular interval, and it must alert me at the regular interval through E-Mail. I am able to create an service which start as windows boot and create an log file at the time of the system restart and cant produce …

0
52
Member Avatar for kaushik259106

Friends am confused!Really too much confused! Am trying to simply send sms to any mobiles from my PC using Bluetooth.. I got some scrap codes and am able to do work with it. My n-gage QD works fine with it and even SE and Moto mobiles also working but n70 …

0
84
Member Avatar for ajaytee

Hey guys, i got my program working from the other thread i have but i dont know how to make it so each number 1,2,3,4,5,6,7,8,9,10, stay underneath each other in a textbox, its set to true on word wrap so im not sure what else i can do. Also is …

Member Avatar for iamthwee
0
77
Member Avatar for ajaytee

Hello all, im a beginner to VB.Net and kinda annoyed at the "not able to print to the screen and clear the screen facilities". Anyways i need to make a program to display the numbers 1-10 (a counter) on the form, my code so far is Private Sub cmdStart_Click(ByVal sender …

Member Avatar for jbennet
0
77
Member Avatar for bhavna_816

How HTML understands the file extension? When i open a zip file or any other file extension it should understand the file extension and render it accordingly. Can anybody have any idea how can we do this using VB.NET or HTML?

Member Avatar for Dukane
0
67
Member Avatar for h3ngh3ng

Currently, i created a datagrid that enabled user to insert , update and delete from the datagrid.. My problem is..How to validate the input when the user is inserting values into a new row in the datagrid. Any idea?

Member Avatar for kapil.goyal
0
93
Member Avatar for bhavna_816

I have developed an application in VB.NET console application and used command line args. there are some message body of mails when i click on its link gives the unformatted output. I want it should see the type of the message or message attachment and render it in formatted way,eg.if …

0
37
Member Avatar for vermeet

I have xml file for my project which is in vb.net and asp.net. I want to create exe file from the xml file, Can anyone guide me please. Regards

Member Avatar for vermeet
0
90
Member Avatar for weazel

Just 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 - [B]DONE[/B] -----when play is clicked, the word is read and the number of letters is replaced with an underscore (_ …

Member Avatar for jahuli
-1
146
Member Avatar for cyberjoe

Hello, I need to implement continuous integration using TFS Server and TFS Build. How to utilize TFS Build to implement CI in your company? Do you have any experiences how to do this? Thanks! cyberjoe

0
69
Member Avatar for bhavna_816

I am accessing MS Outlook Folders through VB.NET console application through Command Line Arguments. now there are some attachments with the messages,i have given a href link to the attachment name which should open the attachment contents(body) in another page. I want to see the contents of the attachements in …

0
56
Member Avatar for sathya_k_83

When i try to remove/uninstall or repair ICreate panel i encounter an fatal error The operation is then aborted(remove/uninstall or repair) after the below error msg is displayed(refer Screen Shot1.doc fig 1) “CLR error :8007000b(the program will now terminate)” also displayes the message that there is a problem with the …

0
72
Member Avatar for vineethav

[Hi, I am developing a s/w with vb.net 2002 & mysql.Its in final stage. Now the problem is with crystal reports.When running in Server machine it works well. But when working in client system ,it asks for login information like server,database,username,passwd etc Even after providing these information .it shows login …

0
53
Member Avatar for hoosier23

I have a spreadsheet that has many rows and columns of data. Also, 20 fields need to be evaluated with around 15 variables. If I were to create a program that filters this data and finds the lowest cost option, how would I go about doing that? I have heard …

Member Avatar for iamthwee
0
99
Member Avatar for Jaseva

I am doing a project for my VB.NET class and I am a complete beginner, so please go easy on me :) I have a windows form that will collect information from a user. When they click a button, I want to display all their information in a completely new …

Member Avatar for Dukane
0
106
Member Avatar for michael.ngobeni

Hi Guys, I have a web server called [B]Server123[/B] that is hosting my web application called [B]Myapp[/B]. There are users that connect to this using [URL]http://Server123/Myapp/default.aspx[/URL] There is an ftp server called [B]FtpServer123[/B] that has files that I need the users to download to their local machines. What I need …

0
58

The End.