20,278 Topics

Member Avatar for
Member Avatar for joseluisvs

For some reason, before the selectedindexchanged sub routine finishes, combobox Description is still pointing on the last selectedindex changed and the combobox Image is on the actual current selected index changed. Once it exits the routine both combobox are in the current value. I cant see why this is happening, …

Member Avatar for poojavb
0
201
Member Avatar for HibaPro

hi everyone , can someone help me by this i have a DB table and a form the following fields , combobox and textboxes, what i need is how to write a query to retrieve data from the table when the user select some record from combobox thnx before and …

Member Avatar for poojavb
0
1K
Member Avatar for toomutch

Hi All, I would like my 'quit' button to appear in the bottom right hand corner of my menu screen, but it seems that every computer in the office has a different sized screen, different size ration (some are widescreen), and different resolution. When I deploy my program, the quit …

Member Avatar for toomutch
0
2K
Member Avatar for gahhon

How can i remove an array item by selecting an item from listobx and press remove/delete button? for an example, if i want remove index 2 from listbox, so the array should remove index 2 item and move the item of index 3 to index 2 and so on. is …

Member Avatar for gahhon
0
180
Member Avatar for themaj

I initiate OpenFileDialog from a btn and once the correct file is selected at OpenFileDialog1_FileOK * ,I want to load Form2 to do some file checking routines. Private Sub OpenFileDialog1_FileOk(sender As System.Object, e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk dbfFileFolder = System.IO.Path.GetDirectoryName(OpenFileDialog1.FileName) dbfFileName = System.IO.Path.GetFileName(OpenFileDialog1.FileName) dbfFileNameShort = System.IO.Path.GetFileNameWithoutExtension(OpenFileDialog1.FileName) If dbfFileName = "GNDITEM.DBF" …

Member Avatar for Reverend Jim
0
2K
Member Avatar for tracemic

please, am new to vb.net, i have a project and i want to use a textbox as a search box to search through the data on the datagrid view on my form. please kindly assist

Member Avatar for M.Waqas Aslam
0
175
Member Avatar for major_lost

I am using VB.Net 2003 (version 1.1) and I am attempting to open some forms with: Dim myform As New FormX If myform.Visible = False Then myform.Show End If Problem is, no matter what, a New instance of the form opens. How do I check if an instance of myform …

Member Avatar for TnTinMN
0
196
Member Avatar for Emad Saber

welcome all, i have a large vb.net application, i wanna analyze the performance of the program at runtime. for example, i want to know how many times a certain function was called, or the usage of computer resources for eah function,, what is the tool that can help me?? thanks …

Member Avatar for gusano79
0
153
Member Avatar for prasenjit_das

I have not any idea to create ISO image in Vb.net.How I am starting Code and Which Module I use in Vb.net Environment ? I am finding Google But I am not Getting any Idea. Thanks in advance

Member Avatar for Reverend Jim
0
162
Member Avatar for shizzle08

im having a problem on my sql command. here is my command select ProductCode, ProductName, qtyinstock, critical from product where qtyinstock <= critical but it keeps on showing record that qtyinstock is not less than or equal to critical see this image http://a4.sphotos.ak.fbcdn.net/hphotos-ak-snc7/482956_437601922940311_1148836844_n.jpg

Member Avatar for TnTinMN
0
138
Member Avatar for leyla

Hi, I have made a code where I write a recipe to a file and then I can read from the file and it is output in a listbox. I need to allow the user to change the amount of people served and then the quantities change to suit the …

0
113
Member Avatar for RoHunt3r

1.How to enable speech recognition without that annoying recognition window, and without having to press that button on that window? 2.I need to know how to recognize only the words in the XML that I created (to increase accuracy). Like: If I say "red" and that's not in the XML …

0
145
Member Avatar for Mr.Sunny

How do I make 6 labels and next to those labels there are 6 different times. And each time u click the label the time next to it goes down. I'm working in VB 2010.

Member Avatar for Reverend Jim
0
121
Member Avatar for Reverend Jim

Please read through the following suggestions before posting in this forum. Questions in this forum are answered by people who generously volunteer their time. Following these guidelines will increase the chances of getting a quick and accurate answer. 1. Use Search to see if your question has been asked and …

Member Avatar for themaj
17
1K
Member Avatar for Emad Saber

*i have a vb.net application that plots 16 plots immediately, the plots data are realtime. the 16 plots must draw the points at the time they receive them (must be no delay), to do that 1- i made a timer with ticks at 50 ms. 2- at each timer tick …

Member Avatar for Emad Saber
0
131
Member Avatar for cyberjoe

Hello, I would like to ask you about using Team foundation Server as bug tracking system. Already we are using Countersoft Gemini, this is one of many bug tracking application. Because we started to use repository and build from Team Foundation Server, we consider also migrating bug tracking system to …

Member Avatar for iFrolox
0
167
Member Avatar for hassan980

Hello, Im trying to design a module in which, using an equation, x and y coordinates are found and i want to display them in a list box. The general idea in my mind is that the program asks the user to enter the length and number of divisions (lets …

Member Avatar for hassan980
0
219
Member Avatar for HibaPro

hi everyone, can some one tell me how i can generate a crystal report dependeing on some sending value from datagrid view, or there is a method to do to filter my report, i dont knowhow to do.. thanks before

Member Avatar for Luc001
0
124
Member Avatar for zilonox

I have a DataGridView that is attached to a BindingSource that gets data from a SQL Server database. I can populate the DataGridView without a problem. I can even insert/update it without issue if I run the update code from a click event of a button. But where I run …

Member Avatar for zilonox
0
1K
Member Avatar for me_coolvibes

Hi, **I am working on a project in VB6 and trying to call the objects of the statistical language R from my application.** I have installed the R(D)COM server which is required for the purpose. My application can serve as a COM client and I can then work with the …

Member Avatar for Teme64
0
86
Member Avatar for ninjatalon

I have this form that i need to save on Mysql database but i'm stuck on what I should do. This form needs to be done every 3 or 4 months. Every saved information stays saved in a row. This form has alot of radiobuttons,textboxes and comboboxes that I save …

Member Avatar for hericles
0
192
Member Avatar for iFrolox

Well i'll try to be clear as possible, i'm making like an account organizer (helper/tool) w.e you wanna call it, and for example i have 10 accounts. I want to delete account #5 (They are array), what i need it to do is move account #6, 7, 8, 9 & …

Member Avatar for iFrolox
0
2K
Member Avatar for daydie

Hello guys here is the second program i have ever made from the help of daniweb. [url]http://www.youtube.com/watch?v=MQ0PvjJTnqI[/url] i just want to thank all of daniweb staff and members. i wouldnt of been able to create this otherwise. Also its something i learned for life now :)

Member Avatar for Begginnerdev
0
169
Member Avatar for black_star

ok hey guys i have a application in vb with a textbox 2 buttons and a web browser, button1 is for navgating the web browser through what is entered in textbox1 button2 is for inserting the javascript : javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 however when i clickthe button i just get …

0
109
Member Avatar for arvin2006

I have created installer from Visual Studio Package and Deployment, but after successful installation, the installer files (like dlls, images and all supporting files) modified date or even creation date has been changed and all have the same date depends on the date of installation. Is there a way I …

Member Avatar for Begginnerdev
0
152
Member Avatar for Mikey12345

Hi Im trying to achieve something which seems simple but is proving difficult. I have listview1 which will display the values of two textbox's when a button is clicked. I have listview2 which will make a calculation based on the two values in listview1 when a button is clicked. What …

Member Avatar for Reverend Jim
0
164
Member Avatar for excitedreams

I am opening a website in a web browser control in vb.net 2008 . I want to programatically fill a form which is on the 3rd page of the website . But my code is unable to fill it . Can u plz guide me . I am using the …

Member Avatar for iFrolox
0
136
Member Avatar for arizan

hiiiiii i have some problem for developing the code for addtion of 3x3 matrix class the code which i have develop is given below. but this class is not executed in vb.net code. dont know whats getting wrong in it as m nt getting the required result. please help me …

Member Avatar for TnTinMN
0
1K
Member Avatar for Ruan10

The menu strip must be created programmatically (ie NOT dragged and dropped onto the form). The exit option added to the menu strip must exit the application (This works) A structure must be created to encapsulate all the questions and suggested answers. The structure must contain: 1.Question String 2.Answers Collection …

Member Avatar for Ruan10
0
161
Member Avatar for me_coolvibes

Hi, I have just started learning VB.NET and recently tried to write my first piece of code. I am getting an error message that says: ******Statement cannot appear within a method body.End of method assumed. ****** Here's my piece of code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As …

Member Avatar for me_coolvibes
0
187

The End.