20,285 Topics

Member Avatar for
Member Avatar for pardeep3dec

Hi i am working on a project for cyber cafe. My problem is that when i am using a form with maximize property who covers all the screen including start menu and status bar but whenever windows key is pressed start menu and status bar showed. so tell me how …

Member Avatar for Luc001
0
314
Member Avatar for kerek2

Hi All.... I need to detect when no moving of cursor or keyboard then my form will automatic closing...how to do that..tq

Member Avatar for Luc001
0
64
Member Avatar for clair0917

I'm just learning VB with the 2008 express edition. I'm trying to create a program that uses 3 list boxes. The first contains a list of products. After a search is preformed the second list box displays the products found. This is pretty simple, basic array stuff. My problem is …

Member Avatar for clair0917
0
137
Member Avatar for samuel17

Hi all, What i could really use help on is the Revellos project. For anyone who might possibly have the "Microsoft Visual Basic 2008 Reloaded" book this is on page 579. This is what the page says: "Revellos has store located in several states. The sales manager has asked you …

Member Avatar for samuel17
0
235
Member Avatar for keeda

Hi, I have to develop an application on MSexcel, where I on click of a button, the application should run a particular query in MSaccess 2007 and save the query results in .csv format. I am not sure if that's even possible but yeah I guess this the place to …

0
47
Member Avatar for TechSupportGeek

Hello world of DaniWeb, I've asked a similar question to this one before but now I'm trying to find an answer to a different problem. You see, I have made a text editing application and, as you might have guessed yourself, I needed to add save features. Well, what I …

Member Avatar for TechSupportGeek
0
176
Member Avatar for Anigmalee

I'm a Electrical engineer working in an automation company, recently i'm require to do a PC base HMI. So i decide to use VB to do it(I'm a newbie in VB, just learn/use VB6 in Uni). So far, Im able to read/write to the PLC through serial port. There problem …

Member Avatar for Alexpap
0
156
Member Avatar for jnip

Here is my code. Currently I have my information coming out in a message box, but I need need the information to come out in "prose" form. I am not sure where to put it and how to do it. {{ ' applicant details Dim name As String = txtName.Text …

Member Avatar for Alexpap
0
199
Member Avatar for phoenix911

ive created an application which multiple users will be using on an intranet... now if i had to make changes to the app(fixes/bugs/etc) after deployment.... what would be the way to go without the user clicking a button to update... the new version would be put on the server, where …

Member Avatar for phoenix911
0
229
Member Avatar for csfriends

can any one tell us whether it is possible to send e-mails without smtp server..? if so can u give us code plzzzzzzzzzzzzzzzzzzzzzzz.

Member Avatar for DrkNite
1
73
Member Avatar for cutieann12

hello, everyone i had a project which will have a function to resize the images in the picturebox..i've seen some code snippet in resizing the images. The code works fine but it automatically resizes the image when i run the program..what i need is that the user will be the …

Member Avatar for kvprajapati
0
1K
Member Avatar for tukky

Hi this is the code i have [CODE]NewCustomerTable.Clear() NewCustomerconnection.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=G:\Shop.mdb" NewCustomerconnection.Open() NewCustomerAdapter = New OleDb.OleDbDataAdapter("INSERT INTO Customers VALUES ('" & txtNewID.Text & "','" & txtNewFirstName.Text & "','" & txtNewLastName.Text & "','" & txtNewAddress1.Text & "','" & txtNewAddress2.Text & "','" & txtNewPostcode.Text & "','" & txtNewPhoneNumber.Text & …

Member Avatar for debasisdas
0
134
Member Avatar for Lee21

guyz,can you help me in importing an excel file?first the program should be able to browse for an excel file and then,the values in an excel file will be imported to the datagrid and save all the data in the database.. I needed it for my project! hope you help …

Member Avatar for Lee21
0
124
Member Avatar for Darkicon

I'm writing a program that gathers a list of files within a directory and optionally, every file within the subdirectories (10 levels deep) of the directory then exports it as a text file. I have no idea how to do this so I just attempted to code it myself. It …

Member Avatar for Darkicon
0
104
Member Avatar for realnsleo

Hi guys, i read an article from <http://www.scratchprojects.com/2006/02/sample_article_tic_tac_toe_p01.php> and got this really cool approach for development of Tic Tac Toe (am sure u all know it) in VB. However i am using sharp develop 2.2.1 to edit anf compile my code and it's working fine. I combined all the code …

Member Avatar for kvprajapati
0
208
Member Avatar for toocoded

Hi everyone, I really need to figure out how to manipulate the Multiview control with a dropdown list control. Also, what is the C# equivalent to this VB Code [CODE] MultiView1.ActiveViewIndex = RadioButtonList1.SelectedValue[/CODE]The following does not work... [CODE] MultiView1.ActiveViewIndex = RadioButtonList1.SelectedValue; [/CODE] Anyone please help, i'm coding with C# and …

Member Avatar for kvprajapati
0
171
Member Avatar for dwayned

Hi Guys, I am currently creating an application to track timekeeping (a clock in/out system) and I am trying to work out the best way to do this. I have a Main Form which contains buttons to ; - Log in - Out for Break - In from Break - …

Member Avatar for dwayned
0
132
Member Avatar for Learner7

Hi, What is the code to write in txtCaps text box event which can change the whole text entered in as capital letters? Thanks.

Member Avatar for Learner7
0
102
Member Avatar for anilgamare

Like below quotes for serial no. for VB.net, do you have codes for ms access? Anil Gamare *********** [QUOTE=Jx_Man;682096]Try This : [code=vb.net] Public Sub GenerateNotaId() Dim myReader As SqlDataReader conn = GetConnect() conn.Open() Dim temp As String Try Dim sql As String = "SELECT MAX(IDNOTA) AS 'KODE' FROM Nota " …

Member Avatar for pritesh2010
0
92
Member Avatar for shanef1981

Hi Guys, I've been trawling the web for ages trying to find some dll's/code to be able to extract text from a PDF file and keep the formatting as much as possible. I did find something last year, but it simply took all the text and created one big list …

Member Avatar for Luc001
0
82
Member Avatar for Srinitodanni
Member Avatar for kvprajapati
0
78
Member Avatar for Lee21

guyz help me. I want to filter the data that's being displayed to my datagrid once I click the combobox and select a specific value,the selected value will be the item to filter the data that I needed to be displayed in the datagrid.. I'm using a datatable,a combobox and …

Member Avatar for Lee21
0
207
Member Avatar for «¤¦PR☼GRAM¦¤»

So I am making a program and in the program I give the user the option to add Custom Items into the Combobox. To make sure that the Custom Items are still there when the program is restarted I use this code in the form load [CODE] Dim customcarrier As …

Member Avatar for «¤¦PR☼GRAM¦¤»
0
150
Member Avatar for j_808

[code] Dim thisMonth As Integer DateCollected = DataSet.Repair.Rows(2).Item("DateCollected") thisMonth = Month(Now) For........ If Month(DateCollected) = thisMonth Then partsprofit = (partswholesalerpricetotal) / (partstotalcost) * 100 Else End If Next [/code] Basically i am writing up some code that loops through all the records in a table looking at a column called …

Member Avatar for j_808
0
114
Member Avatar for drummy

Greetings group, Hopefully someone can help me. I'm trying to essentially append elements (in a Collection List) from another column to a different file (e.g. take a set of columns and append them on another file). I've tried nested For Each loops to write out each element line by line, …

0
55
Member Avatar for Learner7

Hi, I have the following code which deletes a row after confirmation. As I know a little bit with message boxes, I could not figure it out. Hence if I say 'Yes' or 'No' the selected row is deleted. Please fix the problem. [CODE]MsgBox("Do you really want to delete this …

Member Avatar for Learner7
0
130
Member Avatar for krishnisilva

hi there, how can i add a date time picker in the datagrid view in C# VS 2008 standard edition, there is not datetime picker in the column type in the datagrid view. how can i do this please help me thanx...

Member Avatar for ddanbe
0
94
Member Avatar for digozz

please i need help in my asignment the assignment question is: Write a functionto print the Fibonacci value at a given position in the series.you should write two versions of the function both of wich must be named Fibonacci(overload functions).the first version should be implemented using a for loop.the second …

Member Avatar for digozz
0
80
Member Avatar for Lee21

guyz i need help, i encounter an error saying "Cannot access a disposed object. Object name: 'Form2'." I encountered it after I closed the child form named Form2 and then click again the button1 to show it again. Hope you help me guyz here's my code [CODE]Public Class Form1 Dim …

Member Avatar for Luc001
0
144
Member Avatar for emaduddeen

Greetings Everyone, I have several forms in my project and I have set the IsMdiContainer property to True on my main form. This project also is not using a menu system. Instead I'm using a 3rd party ribbon control with buttons that call the other forms in the project. Can …

Member Avatar for emaduddeen
0
174
Member Avatar for digitalsindhx

My Search Date sql Query is not working plz help any body. i set my Date formate dd/mm/yyyy in control panel, and in Access i set coulumns field as shortDate, I used Folowing Sql Quries but non of them works [CODE] PurchaseSql = "Select * from PUrchase where PurchaseDate => …

Member Avatar for digitalsindhx
0
370
Member Avatar for krahuman

My below codes in a button click event populate data in the grid upon the user click the button. 1. How do I know that my commandtext did not find any matching data to popup the message to the user - No Records found. 2. How do I clear the …

Member Avatar for kvprajapati
0
116
Member Avatar for tashiDuks

HI, I have a form with a datagrid, few buttons, and textboxes. I can add the new record in data table and can display in datagrid. The problem is that... the new record which i have inserted in data table is been displayed at the last row of datagrid which …

Member Avatar for tashiDuks
0
115
Member Avatar for Phoenix127

We have a MDI main form, which contains a main menu and holds the properties and routines to - select, read and write a selected DAT-input file, and to convert the data to and from a MS-Access database - open forms like grids and specificly an InpMatrix (which shows INPUTMATH …

Member Avatar for Phoenix127
0
903
Member Avatar for Learner7

Dear Friends, I am new to vb.net. I would like to know how can I get the listview selected values in respective textboxes? Could somebody will help me with the code, please? Using Visual Studio 2008 MS Access Database 2007 txtSearch Thanks.

Member Avatar for Learner7
0
151
Member Avatar for kedakai

I want to create a program that will close itself when the user was idle(not touching/moving the mouse and keyboard) for about 5 minutes...but I have a problem in how to track a user's idle time so that I could set the closing action. Could anyone give me a simple …

Member Avatar for kedakai
0
184
Member Avatar for kieran82

I need help to create a search button vb.net to search a access database that is binded in vb.net. I want to search for 2 items in the database and display then in the datagrid. the code i done is here. [CODE] Dim da = New OleDb.OleDbDataAdapter() Dim con As …

Member Avatar for kvprajapati
0
845
Member Avatar for Kids

I have one problem when passing value to parameters for Crystal Report Viewer. The parameters are from Stored Procedure which I have defined. My aim is to accept values from user and display it accordingly. I try to write code as below in Button View Click Event: [code=language] Dim rptdoc …

Member Avatar for kvprajapati
0
1K
Member Avatar for rmontgomery

Looks like I can't stop having problems with SQL haha I'm trying to delete a value from a database using the following code, and I have no idea where it's going wrong. It gives the messageboxes saying the operation goes through ok, but doesn't actually delete the data. Here's my …

Member Avatar for rmontgomery
0
97
Member Avatar for guest11

hi all, I am developing the map tool application in vb.net where user can create maps. I gave the check boxes for show/hide the layers of map like village boundary(polygon), plot boundary(Polygon), roads(Lines), bore wells(points), dug wells(points), schools(points). I am using the function RedrawMap for displaying various layers of maps …

Member Avatar for Oxiegen
0
217
Member Avatar for brandy32

So I have some of my forms done. But I am stuck I need a basic code to go by so If anyone could provide a basic code I could maybe at least go into the right direction with this. T This code is supost to go under a module …

Member Avatar for brandy32
0
186
Member Avatar for meetarun007

Hi to all, In my project I need to display an arrow moving when the user press the START button & it need to stop when stop button is pressed. The moving area of arrow is fixed .ie, consider 100 pixels for the arrow movement. Once it reaches the end …

Member Avatar for Oxiegen
0
156
Member Avatar for chukka32

Hi all, I need a small bit of help with my Black Jack game in VB 2005. Basically I have the game pretty much complete seems to work perfectly, I have two counters set up, one for dealers games won and the second one for players games won which both …

Member Avatar for Oxiegen
0
85
Member Avatar for joshslaton

[CODE]ODBC_COM = New OdbcCommand("UPDATE President SET '" & President_UPDATE_field.Text & "'='" & President_UPDATE_text.Text + "'", ODBC_CON) ODBC_COM.ExecuteNonQuery()[/CODE] i dont know why im having error like this, what i know is my syntax for UPDATE command is correct and im using correct number of single quotes and double quotes

Member Avatar for Oxiegen
0
91
Member Avatar for jonniebl

I am writing a program that needs to log in to a web site. I have used the following code in my event handler. [code] If WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then WebBrowser1.Document.All("password").SetAttribute("value", Password) WebBrowser1.Document.All("email").SetAttribute("value", email1) 'WebBrowser1.Document.All("comments").SetAttribute("value", comment1) WebBrowser1.Document.Forms(1).InvokeMember("submit") End If [/code] the email and password fill in fine but the submit …

Member Avatar for Oxiegen
0
4K
Member Avatar for se_aatif

i have comleted the project i want to make a taskbar in the MDI Parent. that behaves same like taskbar, whenever a new form is opened there will be a link for the form, and also having RightClick Menu from which i can close maximize and minimize the form............ is …

Member Avatar for Luc001
0
221
Member Avatar for tashiDuks

This post is continuation to the post which was posted by [B]StatiX[/B] on Oct 23rd, 2007 regarding "Get The Selected row in DatagridView". Addition to this post i have a question. The answer was given by [B]manoshailu[/B] as follows: [code] Private Sub DataGridView1_CellClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) …

Member Avatar for kvprajapati
0
489
Member Avatar for kerek2

Hi all...need your help form this item....i need to get date from database table and compare it either it today or tomoe..after that need to compare time.... I got table where the format is 'datetime' contains like = 4/11/2010 12:00:00AM'....so i need to get the date only...how to do that?...when …

Member Avatar for Luc001
0
100
Member Avatar for sweetypie123

Hi I am trying to find customers name that starts with "S" in my access database. If i run the following query in access its working fine. Select Lastname from employees where Firstname Like '*S*'; it displays two records which is right. if I use it in access it..its not …

Member Avatar for sweetypie123
0
136
Member Avatar for Ednt

Hi All, can anyone please tell me what's wrong in this code I'm trying to get some data from an access database and show them in a CheckedListBox The sql quary includes a variable('sport') and it's values is passed by the user when I run the following code an exception …

Member Avatar for kvprajapati
0
108

The End.