20,284 Topics
| |
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 :) | |
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 … | |
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? | |
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 … | |
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 | |
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 ??????? | |
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: … | |
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 … | |
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 … | |
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 … | |
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 … | |
Hello All Im trying to get html saved to a text file after the Url has been entered into a text box Im having difficulties with this can anyone help. I have no problem saving text to a text file and reading text from a file. Thankis | |
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] | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
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? | |
can anyone tell me the coding for creating a sql table programatically in vb.net | |
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 … | |
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 | |
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 (_ … | |
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 | |
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 … | |
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 … | |
[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 … | |
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 … | |
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 … |
The End.