473,544 Members | 1,959 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

1
1,335
bagrigsb
thread by: bagrigsb | last post Sep 27 '10 by: TamusJRoyce
My project is fairly simple, since I am a relative noobie to VB.NET. Using a Windows Form with a Menu bar and a Gridview control, I have bound data to the GridView from an MS Access 2000 database query using Dataset. The contents of this table displays just fine. But I want to be able for the user to select a different query from the menu...
1
2,253
thread by: zin zin | last post Sep 21 '10 by: !NoItAll
imgPhoto.ImageLocation = My.Settings.PhotoPath & txtVno.Text.Trim & ".jpeg" I want to get flexible extension .jpeg or .jpg or .JPG or .JPEG. And then Another question is "How can i know Image is valid or not?"
1
1,353
thread by: Neil Roy Albert | last post Sep 26 '10 by: Subin Ninan
when i click on the next button i want the next record to be displayed.
1
1,480
thread by: Sreenath GV | last post Sep 29 '11 by: sanjayjj007
Hi, I want to get the old state (lets say datagridview default state) of grid after sorting is done. How can I achive this. Please suggest
1
2,054
thread by: John Cazaly | last post Feb 28 '11 by: Ewan
I have what wouold at first seem a simple request: to create a datagrid / View or similar for an Orders table with OrdID and OrderDate fields (plus some others). I want to select OrderDaate >= From @OrderDate and Orders <= @OrderDate. I need to page these orders when showing in the dataview. I also need to select them so that I can delve...
1
1,319
thread by: Junior Dev | last post Oct 2 '10 by: !NoItAll
I need to move all files from all folders and sub folders with (.bidd)extension into one main folder. the number of files more than 7000 files I'm using Win7 Regards, Junior Dev
1
1,334
thread by: SLDenman | last post Oct 3 '10 by: Joseph Martell
I am coding for a text editor with a find and replace function. I am getting errors in my code and need help fixing them. Private Sub ReplaceButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ReplaceButton.Click Dim StartPos, Counter As Integer Dim FindString, ReplaceText As String ...
1
2,372
thread by: sofiashaharom | last post Oct 3 '10 by: Stewart Ross
Hi The purpose of my system is to calculate the number of motors (stored in a microsoft access table) that is being sent for repair according to the months. This information will then have to be displayed in a form developed in vb2008. Below are the coding used: Public Class FormReportMonthlyOverhaul Dim connstr As String = "Provider=...
1
976
thread by: Jay Sarno | last post Oct 14 '10 by: danp129
I have queries (4) that all use some form of date range to process segmenting a customers value. I use a format of YYYY-MM for 100% of these queries. I wrote all four queries to have user input to enter the dates and they all work perfectly well. What I want to do is automate process. I already have an information table that I use as visual...
1
1,218
thread by: prasad599 | last post Oct 5 '10 by: !NoItAll
Hi, I have a windows form where i try to update a form which has 1000 labels. By update i mean i try to set the color of the labels. And i am doing this update in windows form timer every 1 sec. My problem is the UI freezes. I tried using a thread. In the thread i tried to call the update code, but still the UI hangs.
1
5,282
thread by: murtazadoc | last post Oct 6 '10 by: murtazadoc
Hy... am having a query regarding updating a table A records from table b on a button click... have created connection sting and commandtext to exexute d query am tryn ds query bt it seems to throw some syntax error cmd.CommandText = "UPDATE stockno_table SET(product_id,Sold,Rec_No)
1
1,208
thread by: agrace | last post Oct 6 '10 by: Frinavale
I have the following table: A B C 1 0 0 0 1 1 0 0 0 1 1 0
1
1,840
thread by: mthorpe | last post Oct 7 '10 by: Frinavale
I am pretty new to all of this and am working on a macro to transfer some data. I am using "Select Case" and when it reaches .Paramater.Append prm(i) is throws the "Invalid Object error". I don't even know where to start trouble shooting this? I'm a novice and need some help. Thanks! If Len(sSQL) > 0 Then Set cmd = New...
1
8,280
thread by: lenora | last post Oct 8 '10 by: Joseph Martell
How to convert string to decimal ? input - output 45 - 45.00 45.5 - 45.50 45.51 - 45.51 Thank you in advance
1
1,474
thread by: maniesh | last post Oct 9 '10 by: Joseph Martell
I have two tables: *Transaction Record *Account Details Account details table has the field "Account Number" as its primary key. Transaction record has the field "transaction number" as its primary key and "account number" as its foreign key. This is a table created in ms access. I am creating a program in vb.net to maintain this...
1
1,897
thread by: sierra jones | last post Oct 13 '10 by: !NoItAll
So guys, I was just wondering if there was a code I could get from anyone that would Open + Close a .bat or .cmd file? Not ALL .bat / .cmd files that are open, but just ONE (runserver.bat / runserver.cmd) Please post both codes seperately. Thanks, Sierra
1
1,906
thread by: Cyclestump | last post Oct 14 '10 by: Frinavale
We're using .NET 2.0, VB. I expect a .Click event handler to be called, but it's not. When I click on the webpage link named btnSearch, the confirmSearchOK() javascipt function is called(I see this when I uncomment the alert() ), which contains the __doPostBack() call. On the .VB side, the handler never gets called. BTW, the handler was...
1
1,062
thread by: Vinod Chavan | last post Oct 14 '10 by: Frinavale
hi I'm developing application in that how to maintain the log of application like creating log file which user used application Please help Regards Vinod
1
1,631
thread by: Robert Dean | last post Oct 19 '10 by: David Gluth
Hi Everyone, I am printing RTF text as the header to a report. The report is built with DrawString calls. The code (thanks to a previous question http://bytes.com/groups/net-vb/355226-need-print-out-rtf-text-into-picturebox-vb-net) works great when I run the app on XP or Win7-32bit. My work has gone to new Win7-64 machines for the...
1
3,995
thread by: David Gluth | last post Oct 19 '10 by: David Gluth
I am having a problem with the Visual Basic property collection editor . I have created a Custom Type Public Class Field Private Item As Integer Private Name As String = "FieldName" Public Property FieldName() As String
1
1,049
thread by: AlHal | last post Oct 18 '10 by: Aimee Bailey
Partial Public Class _Default Inherits System.Web.UI.Page Dim sqlCon As New SqlClient.SqlConnection Dim sqlAdp As New SqlClient.SqlDataAdapter Dim sqlCmd As New SqlClient.SqlCommand 'Dim ds As DataSet, dView As DataView Dim ds As New DataSet Dim ConnectionString As String
1
1,044
thread by: OriginalTwist | last post Oct 19 '10 by: David Gluth
I have an array of records pulled from a dateset linq query thgen parsed to contatecate first names and last names. The new array looks like: person(int1,0) <--- this holds person ID person(int1,1) <--- this holds person name I have the following code to create the new data table
1
650
thread by: MarksS | last post Oct 18 '10 by: Curtis Rutland
Hello I would just like to ask how to find some parts of code. I just got a new job and I don't know how to navigate through all the code just yet so... I am debugging some software (the error I get is "Conversion from type string "" to "Integer" is not valid") and I can't find some part of code. The call stack just gives me some data when I...
1
1,848
thread by: Aamna | last post Oct 18 '10 by: Oralloy
In my program the text-box should accept only integers and it should prompt a message if a character is entered in the text box. But it is taking the backspace button that the user may use to clear the entered data as a character and prompting warning message How can i make the backspace not be considered a character or make the program accept...
1
5,200
seraieis
thread by: seraieis | last post Oct 20 '10 by: seraieis
(VB.NET) I've been searching for 3 days trying to figure out why this is happening, but I'm out of luck and out of my mind! Anyone have any idea why this is happening? I get this error as soon as I open the application. It works fine on my machine, but when we installed it on a test machine, we get this error. 3:46 PM -- An error occurred...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.