19,729 Topics

Member Avatar for
Member Avatar for Agapeguy

Hi all. This is my first post, so I'm kind of excited. I'm a 1-year VB.Net newbie, still trying to finish my first win app for my employer, which is patiently waiting. I'm using Visual Studio 2005 and 2.0 .Net framework. I'll eventually have a windows application for bunny suit …

0
50
Member Avatar for ardent23

I'am working with this program..its a company base program but mine is an independent program. The company is school(college) which I was able to get their student database which is in an mdb file but in my program I want to convert this mdb file to and sql because we …

0
50
Member Avatar for ingbat

Can you take a look at this code and see if there is anything obviously wrong with it. It’s just a simple update query to a backend Sybase DB, but it’s not updating and not returning any errors. My updates to an SQL DB are working, so I’m wondering if …

Member Avatar for ingbat
0
97
Member Avatar for babbu

hie m looking to edit certain data on the form. data on the form is divided into two sections A and B. when i right click on A and select edit i shud get the option to edit A and similarly for B. However m confused as to which event …

0
54
Member Avatar for nerden

Hi guys, I am writing a program in VB.net for a windows mobile device, the end result is an image in a picturebox, this should be then uploaded to an an FTP server. I have tried the System.Net.ftpweb.... library but it doesn't seem to work with the micro framework. does …

0
126
Member Avatar for PRWang

I have a vb.net 2008 application that is supposed to send a mouse click to a specified window. This can be any window, and the user selects the correct one from a list box during configuration. The user can also change the window or the mouse button to click at …

Member Avatar for TheKangaroo
1
654
Member Avatar for Peric

So, I'm loading some date from DataTable and showing it in DataGridView...I'm also editing and deleting data from that DataGridView... problem is next: when i'm deleting data, i must confirm that in MsgBox by clicking Yes...if the No button is clicked, row in DataGridView is also deleted and what i'm …

Member Avatar for Peric
0
94
Member Avatar for jamesrobb

Hi, Can anyone explain why my code enters a loop when the length of a file is zero. I would expect that the loop below would not be entered if strFile.Length is zero. strFile = strSubCommittees.Split("|") For i = 0 To strFile.Length - 1 Next i Thanks.

Member Avatar for jamesrobb
0
109
Member Avatar for VDigital

Hello, Can anyone please tell me step-by-step on how to use the FV function in Visual Basic 2008? I'm stuck & I have no clue. Oh, and can you please explain using those exact variables :) I get confused when other examples use different names in their procedures. So far, …

0
50
Member Avatar for mnewsome

I am a total beginner that happens to own a copy of visual studio pro 2005. Would like to get a glue as to how to get the basics and advance myself. Is there anything on the daniweb site to guide novices to at least get a concept of how …

Member Avatar for mnewsome
0
73
Member Avatar for harshitkamdar

Hi pl help me out i do have a software developed in VB.Net but unfortunately I lost the code. I do have setup file of it & not the code searching on net I got an idea of Decompiler.NET software Pl help me how it is to be used

0
63
Member Avatar for aditayagarg
Member Avatar for aditayagarg
0
96
Member Avatar for zuve_fox

Hi.. I use vb.net windows application How to select Folder or File on desktop using vb.net and detect which folder selected. like on Desktop. If we selected "My computer", vb application will know we selected "My Computer" select Folder or File On Desktop not on application (browser windows) thanx

Member Avatar for §AE§
0
56
Member Avatar for Jaysmi23

VB.NET 2008 Express, ACCESS Db 2007 Ok I have a program that contains a datagridview control linked to a database and i want to be able to search through every field via a ButtonSearch for a match of the search term - search term is entered in a text box …

Member Avatar for Jaysmi23
0
274
Member Avatar for leokuz

[COLOR="Green"]I use this code to view remote files. The trouble is that when I double-click on any of the remote folders, it [U]opens window explorer [/U](windows live?) to display contents of that folder. However, I would like it to be in the same original folder (this program's browser). Also (sorry …

0
104
Member Avatar for harshitkamdar

Hi pl help me out i do have a software developed in VB.Net but unfortunately I lost the code. I do have setup file of it & not the code searching on net I got an idea of Decompiler.NET software Pl help me how it is to be used

Member Avatar for Ramesh S
-1
52
Member Avatar for Harssh

Hi I am working on Public library project I want To make a print of receipt of new membership or book purchase report . Help me please send code or atleast code snippets of receipt generation and print

Member Avatar for harshitkamdar
0
316
Member Avatar for A.Najafi

Hi All, The problem discussed is accuracy of numeric calculation result,in vb. Namely I compare a numerical mathematic calculation, Line-Plan Intersection, in VB.Net and Matlab 2007 the intersection point result specify in below: Matlab 2007 ----> Xint=2.000000000000000 Yint=1.333333333333333 Zint=0.666666666666667 But Visual Studio 2008 ----> Xint=2.0000000596046448 Yint=1.3333333730697632 Zint=0.66666668653488159 Hand Calculated -----> …

Member Avatar for A.Najafi
0
123
Member Avatar for omotoyosi

Hello All Please I have a form that accepts data from a database and can update. but what i want now is that if the user clicks on the update button, the system should check if any update has been made and to update but if no update, the system …

0
56
Member Avatar for scwolf

Hey, Well I go this problem, I'm using ADO.NET to manage my database on a project now the problem is that I need to get the values from an external Binding source and when I click save they will be saved in the database I'm using at that moment; for …

Member Avatar for vsa000
0
93
Member Avatar for T40

I am needing help with the coding for this assignment. your task is to develop an application to calculate the amount due for each order. The specifications for the application are described below. For an order, the user should enter the following information into text boxes: customer name, address, city, …

0
34
Member Avatar for Alphard

Hi everyone! I am having difficulties in terms of manipulating data using datagrid. So my problem is this, I have 2 forms;namely, a form for logging in, then secondly, a form which is similar to an inbox. I have a datagrid in my inbox to call on records in my …

Member Avatar for TomW
0
353
Member Avatar for harshitkamdar

Hi pl help me out i do have a software developed in VB.Net but unfortunately I lost the code. I do have setup file of it & not the code searching on net I got an idea of Decompiler.NET software Pl help me how it is to be used

-1
59
Member Avatar for TechSupportGeek

Hello guys, it's me again :) This time I want you to show me a way to hide the Windows taskbar in Visual Basic 2008. To be more specific, I created a button in my application that says "Enable Full-Screen". The code I used so far in order to make …

Member Avatar for TechSupportGeek
0
1K
Member Avatar for ritu verma

[code] Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim lCount As Integer For lCount = 1 To 5 ListView1.Items.Add(lCount.ToString) Next If ListView1.Items.Count > 0 Then ListView1.Items(0).Selected = True End If [/code] I have even write the code to select the first node,i want first row …

Member Avatar for ritu verma
0
4K
Member Avatar for pasanbuddhika

I want to change system date and time. [CODE]TimeOfDay = CDate(DateTimePicker1.Value.ToString)[/CODE] I use above code but it not work Plese help me

0
53
Member Avatar for QuickBooksDev

In VB.NET 2005 what is the best way to get control when someone checks or unchecks a checkbox cell in a datagridview. I am getting conflicting results and it seems that either the current cell is the previous cell or the value is always false. I just want a way …

Member Avatar for TomW
0
902
Member Avatar for Nattynooster

Hi, I am trying to get my form to validate user input. If it is ready to complete an operation (Valid input) it affects a read-only text box with "Ready" if not "Not Ready" the values that are accepted are 1-9999, it needs to check multiple boxes aswel (The code …

Member Avatar for TomW
0
129
Member Avatar for ShadowZ00

So I have spent a few days now stuck on this problem. I have a file, at the offset &hd026 there is a name. This name can be any amount of characters long, this part is easy, already have something to do this and saves it into a textbox. Now …

Member Avatar for ShadowZ00
0
85
Member Avatar for ardent23

I am creating a simple program, I really need the code for this..here is my situation.. For example if I input a student no. in a textbox to perform search option then click the search button, I want to see the info of the said student to appear from the …

Member Avatar for TomW
0
170

The End.