20,284 Topics
| |
is there any difference between VB 2008 express with VB.Net??? some people says vb 2008 is the same with 2008??is it true?? | |
hello I created a simple program that login then the program gets some data from a file. I logged in but then a error message pops out error cant read file cause it is used by another process. The weird thing is that it can be open in the notepad. … | |
Hi! I'm writing a statistical analysis program where I don't know, in advance, how many variables will be involved. I'm having the user enter data for each variable in a datagrid. First I ask for the number of variables. Based on that, I add as many new columns as needed. … | |
[b]Split from - [url]http://www.daniweb.com/forums/thread78476.html[/url] [/b] i have the same problem can you plsss help us... :) plssssssss!!!!! | |
I am working on a project, and in the project i need to include a video file. For the best control i selected WMP 12 ( I am running Windows 7 ) however, when i start to play the video file in vb.net i have full video but no sound? … | |
Hello! Can someone tell me how can i do following... I would like to load a file from www and save it to folder. I am using Visual studio 2008 an VB in form aplication. So how to load a file from example [url]www.test.gg[/url] and saving it to c:/myfolder/ THX | |
I am trying to get my program to write a .bat file to run, it writes the file fine but the file wont run properly as it needs to be encoded with ANSI but i don't know how to set it to write that. Can someone help please? The code … | |
[code] Private Sub btnLoad_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLoad.Click Dim sqlconnection As New SqlCeConnection("Data Source = \My Documents\NuttyCafe.sdf; Password = pass1234;") Dim sqlSelectTable As SqlCeCommand = sqlconnection.CreateCommand() sqlSelectTable.CommandText = "SELECT* FROM Product p inner join Category c on p.categoryID = c.categoryID where p.ProductTitle=@ProductTitle" Dim daResult As … | |
hey guys, so i have been asked to create a booking program for a coach hire. i need help with quite a few things. i have two DateTimePicker's. both are formated to time. what i want to do is calculate the differnence between both times. so how can i take … | |
Dear Experts Table1 has following data date----------weight 14/01/2010------5 14/01/2010------10 15/01/2010------20 02/02/2010------35 I use followin query [CODE]str = "SELECT RANK() OVER(ORDER BY date) AS sno ,date, SUM(weight) AS weight FROM table1 GROUP BY Date" dt = GetTable(str) [/CODE] The query generates these results 1----02/02/2010------35 2----14/01/2010------15 3----15/01/2010------20 This is not order by … | |
Hi, i need to export a listbox data to an xls file, how i can do this? thanks | |
Hello and thanks for reading. I am having a bit of trouble figuring out how to collect a piece of information from a web page. Here is the web page I want to retrieve the information from: [url=http://itemdb-rs.runescape.com/results.ws?query=green+dragonhide]RuneScape - The Number 1 Free Multiplayer Game[/url] I would like to retrieve … | |
hi curently m developin a votin system. now m hvg sme plob wit pass d calculated data to another form can sum1 help me wif tat. i gt use [code] Dim frm2 As New Form12(jum1) on calculation form and use Public Sub New(ByVal textbox As String) InitializeComponent() TextBox1.Text = textbox … | |
Hi, How can I store the value of a variable into another variable that wont be changed unless it meets certain criteria - Thanks | |
Hi, I've been using VB.NET for a few years now, and I'm a very active user on dreamincode.net, but the one thing which has always eluded me is how to protect a process from being killed. I know this is possible because a large number of Anti-virus products can do … | |
Im creating a simple program. (soon to be vastly complex) that is connecting to a server, and sending an authentication code to connect. I got the connection part, but what keeps breaking up is the method of authenticating. I have the entire authentication process in a while loop, so that … | |
All, I need help in deciding what coding language would be easiest to use for a project (read below): So at work we have a scheduling system that is SQL based. The programmers already have all the code in place to parse the database into an excel sheet with columns … | |
Hello... I have published my application and now i have a start menu item: - MY PROGRAM in that start menu item there are 2 items: -- Start aplication -- Aplication online help I would like to add two more lines that will be add to start menu MY PROGRAM … | |
Ok, I have been using Microsoft's SAPI, to "well try to do everything" And have had alot of success. I can open applications, play music, calculate math equations, and even retreive defenitions of words from "www.dictionary.com" using WinSock. I designed it, much like StarTrek TNG. I say "computer" and the … | |
(1)pls can someone help me i need to write a program that will allow user to enter their name and age and then will displays their Name, Age and an estimate of the number of days they are old and explaination of the variable types you use and how the … | |
Dear Sir, How to combine these two conditions in one section [CODE] Private Sub DataGridView1_CellValidating(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellValidatingEventArgs) Handles DataGridView1.CellValidating 'condition 1 ' check given value is numeric or charactr type If e.ColumnIndex = 3 Then If Not IsNumeric(e.FormattedValue) Then DataGridView1.Rows(e.RowIndex).ErrorText = " must be a … | |
Beginning development with SQL Server 2008, VB - Visual Studio 2008 on an application that will deploy laptops remotely for 6 months or more. The laptops will have no network or internet connection. There is a requirement to sync DB changes via shipment of USB flash drives. The remote app … | |
imagine of a document tracking software in an institution, every office that receives it acknowledge by signing into the software and a database of where and whom posses the document , and for how long is stored and accessed by the users in the browser. Do you have an idea … | |
Hi, I am receiving a stream of data (a text message) through a TCP listener. It then sends back a stream. Then the first computer (the client) sends another stream of data. Then I send back a response message. The first message is successfully received. The first response is successfully … | |
halo, i really need a help,, i'm new in vb.net, how to get data from database and put in lable in new from ??? | |
I am in ethiopia and we have 13 monthes. 12 of them with 30 days each and 13th month with 5 or 6 days. I want to sort my data by date using the bindingsource sort method. But to do that I need to set my date field a date … | |
can anybody help me how to use a code of log out and how to code it using vb.net plss help | |
Hello, I'm trying to upload a file to a server with VB .NET. I can't figure out what to do to read the file to put in the post data. I have the rest of my code set up, and here is my post data setting: Dim data As String … | |
Im doing the auto sign up in some websites but the thing is i want to use the NumericUpDown tool in Vb.net 2008, for example i choose 10 in NumericUpDown then i click the button then it will process or rather it will create 10 accounts... please give me an … | |
hi all, im trying to make a login system, but the problem is that i want my program to read a user name and password from a file stored on the computer so it can be changed by the user. Ive tried making one at the minute but to no … |
The End.