20,278 Topics

Member Avatar for
Member Avatar for sniper1983

Hi, I have a simple question about hovering in a checklistbox. How can I get the value(object ) the hovered item..? I have tried something like this: Private Sub CheckboxHover(ByVal sender As Object, ByVal e As EventArgs) Handles CheckedListBox1.MouseHover 'MsgBox(sender.GetType.ToString & ", " & e.GetType.ToString) 'Dim mSender As CheckedListBox = …

Member Avatar for selvaganapathy
0
283
Member Avatar for jalandoonk

How can I mass deploy our windows application (that adds information to our database) if there is no ODBC Driver on our clients PC? any suggestion on this? our database server is FileMaker(sucks!) P.S. we have several clients all over the globe and we cannot just have them install an …

0
56
Member Avatar for netprogramme

I want to send value from Asp textbox to Javascript function on Button 1 click how i can have that . pls help This is my code <head runat="server"> function callserver(txt1) { //Here i have to receive the value var nm=txt1 alert(txt1); } </script> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 100; left: …

0
41
Member Avatar for warun

Dear Friends DataView is pouplated from an oracle database table and when i tried to Filter records which has been created in between two dates gives me misguiding rows. I have tried with different date format, still getting wrong information. [code] Dim dt as New DataSet, dv as New DataView …

0
62
Member Avatar for jivangoyal

I want to make functions easy to use. So for summarizing about the function I'm using Code [CODE]''' ----------------------------------------------------------------------------- ''' <summary> ''' ''' </summary> ''' <param name=""> </param> '''-----------------------------------------------------------------------------[/CODE] I want to enable a feature for the function that if a variable say 'Var1' can take values from a list …

0
49
Member Avatar for kavithabhaskar

Folks: I got rid of the error now.. this is my code..pls take a look at the button1_click function! i dont see any data being entered into my database. :( Your guidance will be very helpful! Thanks, Kukki. Public Class Form2 Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As …

Member Avatar for sierrainfo
0
2K
Member Avatar for kdw3

Hi, I am trying to use a 2D array to gather information from a dialogue box. The array has been publicly dimensioned in a module. Before the dialogue box is opened, there is data in the array, and thats fine, but as soon as soon as the dialogue box is …

Member Avatar for kdw3
0
120
Member Avatar for kavithabhaskar

Hello All: I have a program using VB.NET and Access. I have 5 comboboxes and any combination that I choose I get a result. I have 2 problems here: 1. I want to design 4 check boxes in such a way that any1 or combination when selected should give a …

Member Avatar for kavithabhaskar
0
155
Member Avatar for kavithabhaskar

This code simpy does not work..it does not do anything..can anyone please help me figure out why this is happening? Thanks, Kavitha. Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Dim con As New OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=C:\Documents and Settings\bashkark\Desktop\Copy of USERS.mdb") con.Open() Dim cmd1 As New OleDbCommand …

0
50
Member Avatar for cellus205

Hows it going everyone. I am having trouble clearing the data in an access DB that I am using in my program. I have two DataGrids and each have a table from my access DB bound to them. Im not having any trouble adding the data to them, but the …

0
56
Member Avatar for manoj_dabs

i am new to vb.net i want to know how to create login form in vb.net & how to connect sql server 2000 for login id & password i.e. code for login & cancel buttons.

Member Avatar for Jx_Man
0
52
Member Avatar for paulcat

I'm trying to make a GUI application that needs flow arrows to shows the flow between 2 components, sort of like the display you see in the Toyota Prius that shows the transfer of power from the battery to the motor, etc... Are there anything in Visual Basic Express 2008 …

Member Avatar for J-P
0
74
Member Avatar for 010Nick

Hi I have been writing VB.Net for a few weeks, it has been going well but I am now stuck. I have multiple user controls on a form and I need a way to remove a selected one. I was hoping that something like this would do it [code] Private …

Member Avatar for 010Nick
0
196
Member Avatar for mvnk12
Member Avatar for sierrainfo
0
2K
Member Avatar for Ixeman

I was wondering how would you write a new file in vb.net. In vb6 it's pretty easy like some code like this [code] Open App.Path & "\file.exe" For Binary As #1 Put #1 and etc [/code] So i was wondering how could you do that in vb.net. But i also …

Member Avatar for Ixeman
0
86
Member Avatar for novadose

First off i would like to say i am very new to vb, i am using vb 2008 express edition and while making a web browser (which is supposed to be one of the easiest things to do), i decided to some image links to some of my favorite sites, …

Member Avatar for novadose
0
84
Member Avatar for dhanashreegd

i want to use color dialog box and i also want to pick up color from that dialogbox and use it as backcolor in the crystal report textboxobjet

Member Avatar for waynespangler
0
47
Member Avatar for tuse

In most of my VB.NET applications, I connect to MySQL databases using the MySQL ODBC Driver. Recently, I got to know about the MySQL Connector (again provided by MySQL). Which one is better in terms of- a. Performance b. Security

Member Avatar for mwasif
0
50
Member Avatar for prasadsatam

If ColorDialog1.ShowDialog = DialogResult.OK Then Dim Text18 As TextObject Me.Color = ColorDialog1.Color end if

Member Avatar for Jx_Man
0
51
Member Avatar for priyankareddy
Member Avatar for Dell XPS

How can i search in a .txt file wod by word... I will have a textbox(and a search button) and I need to search for the word entered in the textbox.... and display all the result in the listbox Sorry if this exists somewhere else.... just post me the link …

Member Avatar for Dell XPS
0
74
Member Avatar for Aigini

The bold section of the code below is supposed to loop in the dataset and return the values from the second code snippet into the database. The second snippet of code is for the data to be inserted into the database. [CODE]Imports System.Data Imports System.Data.SqlClient Imports System.Data.OleDb Imports System.Data.OleDb.OleDbType Public …

0
57
Member Avatar for Mr.Wobbles

I am getting information from a database and reading it into an xml file - I've tested the SQL and it works just fine on the database I am using - but it won't return anything once I've got it and am trying to use it. Here is my code: …

Member Avatar for sierrainfo
0
96
Member Avatar for mfahmy2008

hi all i write this code to load text file (undelimeted) to access database my problem each record take from 1 to 2 second to loaded into datasource Imports System Imports System.Diagnostics Imports System.Threading Imports System.Transactions Public Class Form1 Dim trd As Threading.Thread Private Sub Form1_FormClosing(ByVal sender As Object, ByVal …

0
91
Member Avatar for dhanashreegd

If ColorDialog1.ShowDialog = DialogResult.OK Then Dim Text18 As TextObject 'Me.Color = ColorDialog1.Color

0
53
Member Avatar for reniies

Hi all, I've developed a vb.net application for a desktop digital clock and deployed it. I made the application start at windows startup and it's working fine. But the taskbar button for the application is there in the taskbar every time the windows login. Please help me to modify the …

Member Avatar for reniies
0
263
Member Avatar for visual_2005

I'm a beginner to VB.net 2005. I've started creating a small database project by refering to some VB.net books. I've know the use of dataadapter, datareader, commandbuilder etc which are required to connect to the database. I'm using Microsoft SQL Server Database File (SqlClient) for my project. I've used the …

Member Avatar for tuse
0
249
Member Avatar for swappy

When I try to add a SQL database using Using Add New Data Source Wizard I get a Error.You can see dat in this [URL="http://img156.imageshack.us/img156/8012/errorsa7.png"]screenshot[/URL] Anyone can Tell me whats the prob..

Member Avatar for sierrainfo
0
121
Member Avatar for creacom

i need to create a currency flactuation control in vb.net does any one has a sample code so i can work on as a template?

0
42
Member Avatar for warun

Dear All, Which is the best pratice to handle a Nullable Date Field with DateTimePicker control. From my previous experience i learned that we could not show Null in datetimepicker control, i used to fix this problem with IIF function. can anyone help me out to solve this problem in …

0
121

The End.