20,284 Topics
| |
Hi, I have two things that if I can do one I won't need to do the other, so whichever is easiest you guys answer me either way. What I am trying to do is get text from an email and download it into a text file on my computer. … | |
I am working on interactive voice responce system using vb.net and i want know what are the API ,functions available in vb.net? Please help me. | |
hello, I have recently started working on VB.net with a small bakground of c++ I wanted to know what is the smallest interval that we can have for timer...i've tried the following code with smallest interval of 1 meaning 1 millisec but the timer doesnt increments in a milisec...it is … | |
hi friends, i am using visula studio 2005 and database is sql server 2000. i have one table "Designation_Master" with two columns "DesigID" with datatype "smallint" and another "Designation" with datatype "Char(10)". i want to display both column in one row in combobox. i know concate the column. but i … | |
is there a way to generate sql reports with sql reporting services through the visual basic 2005 or 2008 express edition?. is there an add-on or something for express edition?. | |
i'm developing an Accounting Program. You all know about "type of ledger" in Accounting and when i viewed all my ledger in a datagrid, i added the ledger classification. This started confusing me how to coloring the rows which show the ledger different with the row Color which show the … | |
Is there perhaps a single statement that will do the job ? Public Class Polis Public Nr As String Public Fonds As String Public KBR As String Public Land As String Public Usplit As String Public Tcode As String Public Reels As Integer Public BELBON(40) As Double Public BELEBON(40) As … | |
can any one help how can i create a self-runing program?? it is like a anti-virus that run when ur booting ur PC | |
Can anyone help. I have written my application in visual basic 2005 and access database. my problem is i want users to have different menu items depending on their user profiles. How do I enable menu items like administration for administrator and disable it or hide it completetly for general … | |
Hi I've developed an app that reads in a csv file, strips it out to its component fields, validates them and writes it up to the database. So far, so good. I now want to enhance it so that the dataloading take place in the background enabling the UI to … | |
Hi, I have a program that lets the user choose from four options. The user can choose more than one and can choose all of them if he/she wants to, but must choose at least one. Out of the choices chosen, the program picks a random one and executes it. … | |
Hi, I need to bind the primary column name and table name in one combo box and foreign key column name and table name in another combo box using vb.net codings with access tables. Plz help me its very urgent. thanks alot. Shailu | |
At my school we participate in the Duke Of Edinburgh award. At present all the recording of what people have done is done on paper, causing many people to not be bothered leaving them to fail the award. However after doing a survey, 93% of people said that they would … | |
I have three comboboxes. I want to be able to select from the first one and have the other two show the related data. For example in the first I pick a category - there are six categories. When I choose a category the second combo box now shows the … | |
Hi Guys, I have written a program to capture images from two webcams. It works similar to "TimerShot" by MS. I have used it to capture images for inclusion in a HTML page. I would like to invite all VB.NET programmers to take part in its developement. See here for … | |
I created a DTS package in sql that exports a table into csv format. Is it possible to call this package from vb.net. Please help. | |
I'm trying to make a somewhat simple PHP ide for personal use, I'm not too skilled in VB.NET and would like to learn some things about controls I am unfamiliar with, including the treeview control. Docked to the left of the form is a treeview control, where I hope to … | |
Im having problems with my insertcommand using odbcadapter, it doesnt insert the information I needed.. But the selectcommand works fine, only the insertcommand that is having problems.. heres my code.. [code] Private Sub cmdLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLogin.Click a = Trim(txtStudNo.Text) If Trim(txtStudNo.Text) = "" … | |
So I have a huge class hierarch I am working with. I would like to store the objects of these classes in a ListBox and have a certain attribute used for the ListBox text. So my plan is to make a User Control and inherit from the ListBox. Is there … | |
I am using visual basic 2005 in visual studio 2005. When I try to input unicode data from a sequential txt file using (LineInput(#)) I get question marks eg. (?????? ?????) for all the unicode characters (in this case TNR Greek) in the line, or the command, LineInput(#) doesn't work … | |
i am a writing a program to captured a bitmap from one computer and send it to another computer on a LAN network the problem is that i alway get a prefect first bitmap pic on the picturebox on the client computer but one that follows it will be distorted … | |
i have 20 numbers that i need to randomize to 20 variables.... any ideas example numbers would be: 1 5 10 20 50 100 200 500 1000 | |
I'm using a system.timers.timer in my console application, but i don't know what the sub would be to trigger each time the interval elapses, can anybody help, thanks. SOLVED: all i did was use this: Dim WithEvents Timer1 As New System.Timers.Timer and Private Sub timer1_tick() Handles Timer1.Elapsed MsgBox("TICK!!!") End Sub | |
Hey Guys me havin a prob in finding the control for AxMScomm that is used for serial communication in .Net.so help me out with it to complete my project. | |
How do I find the code to add/update/retrieve text to exif data as comments Also what are limitations, eg number of characters and is it just plain text or control characters eg cr/lf etc for formatting when text is retrieved any help much appreciated Regards Bob | |
does anyone know the game about saddam being shot in miniclip in flash? I have been working on a game but I dont know How to make saddam apper on the screen...example...on a desk he will rise up then will go down...then he will rise again beside a computer then … | |
i am trying to do a project using vb.net and Access...i know access but dont kno vb ..tell me some where i can learn vb in short time..video tutorials, e-books etc... | |
VB.NET takes the input from user like network address and port number and check it check it, the entered IP address and port number are valid or not as well as check the enter digit how many digits are entered in input box. Some one who knows please reply me. … | |
I am a self learner of vb.net. I have planned 2 do my academic project with vb.net, and iam looking 4 some new and challenging concept. So someone, kindly suggest me some gud challenging concept or abstract 4 my project. |
The End.