20,284 Topics
| |
I was wondering if anyone knew how to code to read a record from an inventory database? I think you need to use a while loop. while read rcd1 rcd2 rcd3 do that's all I got so far. I am really getting upset about this pesudocode thing. I don't understand … | |
Hi, I have a webBrowser and a Button. When i clicked the button I want to display a URL. When it displayed the WebBrowser should be in fullscreen. How can do this? Thanks in advance. Renjith | |
I want to create table in MsAccess using command Button in VB 6.0 . The table should contain the default fields such as Name Text, Roll No Long etc.It should save the name of table with the desired name. So please post the code here........... | |
Hi Can data from an excel sheet be displayed on a windows form (eg in a combo box)? | |
THIS MI CLASS [CODE]Public Class Formula Private a As Integer Private b As Integer Private c As Integer Public Sub seta(ByVal x As Integer) a = x End Sub Public Sub setb(ByVal y As Integer) b = y End Sub Public Sub setc(ByVal z As Integer) c = z End … | |
how to send email.......by 1) outlook 2) with yahoo, gmail........ plzz help me........ Thanks in advance | |
Hi I want to capture mouse events when the mouse is positioned on the title bar of a form. In particular I want to be able to replace the standard context menu (to move, size, maximize, minimize, close) with one of my own. Can anyone help please? | |
well man i make a very good programe related to web browser.../but all of sudden i del it mistakenly...now is there any software or a way to get that data back...thanks | |
Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) … | |
Can you please tell me what's wrong with this statement ? i get no errors but I get no o/p either! [QUOTE] Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click Dim con As OleDbConnection = New OleDb.OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\Documents and Settings\bashkark\Desktop\Copy of USERS.mdb") If (ComboBox6.SelectedItem = 0.5) … | |
HI friends i am interested in finding out what will be the code for my problem if any one finds it plz help me out. whwn i click a component and place it on my webform in the property window it says as component1.text (for example whwn considering a textbox … | |
first, i am sorry if i can't speak english well i have problem where i can't insert data to data base mySQl using vb2005. it is my simple code on vb. ---------------------------------- [code]Imports MySql.Data Imports MySql.Data.MySqlClient Public Class Form1 Dim xobjConnection As New MySqlConnection("Server=localhost;uid=root;pwd=;database=test1;") Dim xobjAdapter As New MySqlDataAdapter() Dim … | |
I retrive data from a table to a datagridview. I want the coulmns to be in a sorted according to their names ex: column starting with 'a' should come before that of 'b' and so on Is there any SQL querry for the above problem or any function in datagridview … | |
Hello All, This is my first post here but after reading and trying for a couple of days now i figured i might just ask whether what i'm trying to do is possible.......... I have written the code below to check for changes in fields and i want to update … | |
Hello All, I came across with the following case and I would like to share it with you to get your opinions about. In vb.net I use data from tables (oracle db) and i want to check two columns. Both columns have name of customers. All I want is to … | |
I need to sum and print the total retail value of the inventory in the store. Here is the code I came up with but it seems to be wrong. Any suggestions? Totalretailvalue = (fldQuantity * fldRetailprice ) | |
Write the pseudocode for a program that uses a single while loop to print the numbers from 20 to 25 and from 40 to 45. your loop will have at least one nested "if" statement that will determine when the numbers should be printed. [code]If X >= 20 Then If … | |
I know How to Delete a Textfile , I even know how to write the temp string data into a TextFile. But i do noy know how to delete from String array,into which i read all the data of the file. Mine Code is as under,Plz help me out. I … | |
I am a student new to VB I am currently in the second year of my degree I have encoutered VB before but on my first attempt I failed the module Currently there is no lecturer willing to take on VB full time and the part time teachers are too … | |
[code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If (TextBox1.Text = " ") Then MessageBox.Show("Value cannot be null") End If daRates.Update(DsRates, "rates") End Sub [/code] im using vb,net 2003 and access xp i cannot save data and im using oledbconnection etc all is fine if … | |
i want the browser i am making to accept cookies but i don't know how to do this as i am new to vb, google hasn't been any help to me and this browser is past its due out date. i am making it in vb 2008 .net | |
Hi all, I want to install both SQL and the MS.NET software.The normal order is install MS.NET first ,then the SQL .But I wat to install SQL first .Can MSSQL sever installed before MS.NET? Suggestions please !!! Thanks in advance ! | |
As many of you that have worked with VB.NET know, and have been irritated by, you can't use a nonconstant variable to size an array. A simple workaround, reply if this is a problem, is to take input on the size of the array (Yes, I know you can't do … | |
New to VB 2008, I was discouraged to Google results that said, "printing is not easy in VB," and found only baffling examples I could not understand until I found and tweaked this simple example. Here is how to create a simple "Hello, world." to the printer. First, on the … | |
Hi. I have a couple of combo boxes. Any combination chosen from the combobox works. I am getting 2 errors in it. error1: When I chose RAM as 2.98 i get 4 results but when i chose RAM as 8 I get 2 records of 8 gb and the 4 … | |
i tried putting in actual values and it works..this code gives results of RAM > 0.500 and less than and equal to 2.000 but how do i make it parametrized ??????????????????? [QUOTE] Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click Dim con As OleDbConnection = New … | |
Hi, Just wondering if anyone can help me with an issue I am having regarding updating a row in a gridview. I am using nested gridviews, and I want to compare two values, one of which exists in each grid. For some reason however, my gridview2_row_updating event fires but my … | |
I need some help here I guess I am suppossed to put this code inside a while loop. Don't have a clue this is my first scripting class. [code]if (x <=20 and >=25 ) then print x Else If (x <=40 and >=45 ) Print x endif[/code] | |
hi, Is there any tool in vb.net like windows rising. thanku | |
Hello, Does anybody know a way of adding captions or subtitles to a video playing in vb.net? .xml would be my preferred choice of file to hold the captions. I have done this in flash cs3 which has a built in functionality for it but any advice on how to … |
The End.