20,278 Topics

Member Avatar for
Member Avatar for Ballantine

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?

Member Avatar for Ballantine
0
713
Member Avatar for your uptime

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

Member Avatar for waynespangler
0
66
Member Avatar for sireesha.c

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

Member Avatar for arbalu
0
99
Member Avatar for kavithabhaskar

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

Member Avatar for RipperJT
0
122
Member Avatar for raghavan2004

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 …

Member Avatar for greeny_1984
0
124
Member Avatar for kikunosuke

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 …

Member Avatar for kikunosuke
0
91
Member Avatar for prasu

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 …

Member Avatar for selvaganapathy
0
116
Member Avatar for rutsch

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 …

Member Avatar for rutsch
0
109
Member Avatar for MarlaFC

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 …

Member Avatar for MarlaFC
0
95
Member Avatar for army88m2

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 )

Member Avatar for taramichael
0
106
Member Avatar for army88m2

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 …

Member Avatar for army88m2
0
218
Member Avatar for ruchika beddy

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 …

Member Avatar for dmf1978
0
377
Member Avatar for crafted

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 …

Member Avatar for dmf1978
0
245
Member Avatar for dmotah

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

0
76
Member Avatar for novadose

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

Member Avatar for waynespangler
0
55
Member Avatar for Vilice

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 !

0
63
Member Avatar for ShawnCplus

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 …

Member Avatar for leveena
1
134
Member Avatar for Bill Purkins

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 …

Member Avatar for leveena
0
189
Member Avatar for kavithabhaskar

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 …

Member Avatar for kavithabhaskar
0
74
Member Avatar for kavithabhaskar

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 …

Member Avatar for RipperJT
0
79
Member Avatar for mcgarry101

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 …

0
55
Member Avatar for army88m2

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]

Member Avatar for Jx_Man
0
105
Member Avatar for itzkanaga
Member Avatar for johnRiley

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 …

0
49
Member Avatar for linux

I want to add a list box onto a form, and have it (once the form loads), it'll list all of the files in [icode]C:\WINDOWS\[/icode]. Is there any easy way to accomplish this?

Member Avatar for linux
0
639
Member Avatar for aditya_amb

I have a USB downloader executable and tryint to automate with a .net application. Well the USB executable asks me for libusb0.dll FILE TO E INSTALLED. I beleive its a driver file that needs to be installed. May I know where I can get that file (online)? Thanks for your …

0
58
Member Avatar for iSoftware

I need to make my application look like it's doing a lot of work- it is a prank application I'm making as a joke for my friends. Any idea how to do this?

Member Avatar for dmf1978
0
98
Member Avatar for army88m2

This is my first scripting class and I am a little confused about nesting if statements. I need help on when numbers should be printed.

Member Avatar for Jx_Man
0
49
Member Avatar for FaridMasood
Member Avatar for yasekwa

Can anyone please help me , I am currently designing a small school project now my problem is I have done access tables and did connect these tables to my VB forms but now I want to code for the button login, I want to use the information that is …

Member Avatar for tuse
0
57

The End.