20,284 Topics

Member Avatar for
Member Avatar for mikel07

is there any difference between VB 2008 express with VB.Net??? some people says vb 2008 is the same with 2008??is it true??

Member Avatar for mikel07
0
70
Member Avatar for alex-VX

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. …

Member Avatar for alex-VX
0
153
Member Avatar for bpl1960

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. …

Member Avatar for bpl1960
1
105
Member Avatar for jadch29

[b]Split from - [url]http://www.daniweb.com/forums/thread78476.html[/url] [/b] i have the same problem can you plsss help us... :) plssssssss!!!!!

Member Avatar for kvprajapati
0
24
Member Avatar for matt.clark.228

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? …

Member Avatar for kvprajapati
0
90
Member Avatar for dr.e

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

Member Avatar for kvprajapati
0
98
Member Avatar for Monster Killer

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 …

Member Avatar for Monster Killer
0
805
Member Avatar for May Tang

[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 …

Member Avatar for kvprajapati
0
104
Member Avatar for devz2k

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 …

Member Avatar for apegram
0
94
Member Avatar for tqmd1

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 …

Member Avatar for apegram
-1
116
Member Avatar for bombasstic
Member Avatar for TomW
0
127
Member Avatar for Eleqtriq

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 …

Member Avatar for kvprajapati
0
206
Member Avatar for renyges

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 …

Member Avatar for darcee
-2
147
Member Avatar for mikeandike

Hi, How can I store the value of a variable into another variable that wont be changed unless it meets certain criteria - Thanks

Member Avatar for apegram
0
82
Member Avatar for Jack Eagles1

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 …

-2
77
Member Avatar for alphaman1101

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 …

Member Avatar for alphaman1101
1
168
Member Avatar for ssgatbliss

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 …

Member Avatar for ssgatbliss
0
116
Member Avatar for dr.e

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 …

0
77
Member Avatar for jerMAn

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 …

Member Avatar for Nattynooster
0
1K
Member Avatar for oluscoa

(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 …

Member Avatar for Nattynooster
0
133
Member Avatar for tqmd1

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 …

Member Avatar for Geekitygeek
0
90
Member Avatar for Brick

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 …

Member Avatar for Brick
0
162
Member Avatar for ageryckeh

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 …

Member Avatar for kvprajapati
0
95
Member Avatar for ericstenson

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 …

Member Avatar for kvprajapati
0
1K
Member Avatar for nonanattu

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 ???

Member Avatar for apegram
0
90
Member Avatar for ashukite

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 …

Member Avatar for apegram
0
90
Member Avatar for naru10

can anybody help me how to use a code of log out and how to code it using vb.net plss help

0
57
Member Avatar for Thyoric

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 …

Member Avatar for Thyoric
0
319
Member Avatar for darcee

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 …

Member Avatar for darcee
0
99
Member Avatar for Robert47303

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 …

Member Avatar for Robert47303
0
57

The End.