473,765 Members | 2,066 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

1
2,533
thread by: Nirali Shah | last post Mar 3 '12 by: Gobi nath
Hi, I have one datagrid with bound items and Radio button. I want a index of the row which i selected by chacked the the radio button. i used Datagrid.selectedindex but it gives -1 every time. Pls reply. its urgent
0
1,095
thread by: tohdir | last post Feb 29 '12 by: tohdir
I have a vb.net program that calls and Access report. VB.Net has the access object library (14)for access 2010 but not for Access 2003 (12). How do I add the access object library to vb.net?
0
1,330
thread by: aravinda | last post Feb 29 '12 by: aravinda
Why Group Box Border Color Changes when upgrading from VB6 to VB.net Answer : When upgrading to VB.net upgraded projects takes the Enable Application as Disable, So manually we make it as Enable to do this, Go to project Properties (right click the Solution Explorer in Project) In Application Tab Check the Enable Application Framework and...
1
1,901
thread by: mary dayana | last post Feb 29 '12 by: mary dayana
how can i specify dynamically by using open file dialog box
4
1,261
thread by: sari saji | last post Feb 28 '12 by: sari saji
Here iam trying to insert some values to SQLServer 2005 Database.The following error displaying.I changed the corresponding column size,still the error persists.how can i sove this error-: 'String or binary data would be truncated. The statement has been terminated'
0
992
thread by: Hajira | last post Feb 28 '12 by: Hajira
Hi, i am doing a project in vb.net on serial communication. The command i write in text box is written on serial port and responds accordingly and displays the result in multiple text box along with the command. I want to display only result but not command.i want to delete command from the result. i am using RxString =...
0
1,452
thread by: a peri | last post Feb 28 '12 by: a peri
Hi, I am trying to insert few details from a windows form of vs2005 into various places of word document.For this purpose I have created a .dotx template of the word file I 'm using and inserted bookmarks at the location where I need to insert the value from vb form. Now when I am inserting the data the values in the first page are filled with...
0
1,124
thread by: Mang Kanor | last post Feb 27 '12 by: Mang Kanor
so I have a template in Crystal reports using vb.net, I changed my data source location and that source still contains the needed tables for my report, the problem is this... My original template displays the exact report but when I changed its data source it duplicates the data in the details section(e.g I made a query that will show 1 item...
0
968
thread by: Lakshmi prabha | last post Feb 27 '12 by: Lakshmi prabha
My input file is <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" <rdf:Description rdf:about="http://en.wikipedia.org/wiki/Oxford"> <dc:title>Oxford</dc:title> <dc:description>Oxfordshire</dc:description> <region:principaltown...
0
911
thread by: Mang Kanor | last post Feb 27 '12 by: Mang Kanor
so I have a template in Crystal reports using vb.net, I changed my data source location and that source still contains the needed tables for my report, the problem is this... My original template displays the exact report but when I changed its data source it duplicates the data in the details section(e.g I made a query that will show 1 item...
4
1,065
thread by: Gobi nath | last post Feb 27 '12 by: Gobi nath
For Each FRM As Form In Application.OpenForms MsgBox(FRM.Name) Next only getting open form name... i want all form name used in project
1
1,782
thread by: MUNX tee | last post Feb 26 '12 by: yarbrough40
Im using visual studio 2008, i have created 2 webforms frm1 and frm2,,,i have a button in frm1 which i would like it to onclick populate textbox values to the other form(frm2)...how do i do that
1
1,874
thread by: sari saji | last post Feb 26 '12 by: Rabbit
Turn off validation message when form is "Reset" I have a "Reset" button that when clicked, deselects an item on the grid and clears the populated input fields. But when I try replacing the values on the input field with a null value,it automatically turns on the validation and there is a "This field is required" message. How can I disable...
0
1,353
thread by: sari saji | last post Feb 25 '12 by: sari saji
I have a form with numerous textboxes and I use the validating event to validate these items. If I want to close that form with the X button in the upper right corner of that window validation may not occur. For example a user is filling in data and he inputs something incorrect in a field, but he then quickly wants to close the window by...
0
1,096
Linderry
thread by: Linderry | last post Feb 24 '12 by: Linderry
Hello, I went through a long processs to clear the concept of overriding the IDocHostUIHandler of the WebBrowser in Visual Studio 2010. I am now stucked on the last miles. I do not fin how to cast my WebBrowser instance into a IcustomDoc. Here is my SetUiHandler method : Private Sub SetUIHandler()
0
899
thread by: sri sri | last post Feb 23 '12 by: sri sri
Hi Iam using thermal Net work printer to print when ever the paper exhausted it showing red light on printer . Is there any way to get the status from front end(VB.NET1.1) before giving the printout Thanks In Advance
0
1,220
thread by: dudisreena | last post Feb 23 '12 by: dudisreena
I am trying to refer VC++ Dll in VB.net application ,I am getting following error while debugging code. Error : Creating an instance of the COM component with CLSID {376B4103-911F-11D1-8F11-00AA002FFC32} from the IClassFactory failed due to the following error: 800411a1. Code : Private Sub Button1_Click(ByVal sender As System.Object, ByVal...
0
3,570
thread by: ZuOo | last post Feb 22 '12 by: ZuOo
Hello. I want make simple clicker on vSRO. but I can't do so would only click on SRO I know I need to use SendMessage API but I do not know how to do it Can someone show me it on this code: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...
0
884
thread by: Berndr | last post Feb 21 '12 by: Berndr
Hi I must have a move from a string field into an array and back from an array into a string... But How? Here is the Code: Imports System.Runtime.InteropServices Public Class Class1 Public WPFFunktion As String
1
1,289
thread by: Berndr | last post Feb 21 '12 by: Berndr
Hi, I need an array with fix String lenghts and fix rows... I do this... ========================================= Imports System.Runtime.InteropServices Public Class Class1 Public WPFFunktion As String Public WPFFeld1 As String
0
1,373
thread by: andyc2002 | last post Feb 20 '12 by: andyc2002
Hi all, I have problem on use HttpWebRequest with "POST" method. First, I access http://store.apple.com/hk-zh/configu...=UNLOCKED%2FWW this link and go to the cart page. Then when I change the quantity to 2, I had see the live http header to use "POST" and submit the content to the server. I follow the header and write with vb2008, but I get...
0
788
thread by: Gobi nath | last post Feb 20 '12 by: Gobi nath
For Each FRM As Form In Application.OpenForms MsgBox(FRM.Name) Next only getting open form name... i want all form name used in project
0
1,018
thread by: starlight849 | last post Feb 20 '12 by: starlight849
Hi, first of all thanks in advance for any advice you may provide me. I am working an assignment in which I receive a text input of a mathmatical function (such as (2+3)*(2+3)). I then need to build an expression tree from this function. After building this function I then need to evaluate the expression tree to get the answer. What I am...
0
1,693
thread by: polas | last post Feb 19 '12 by: polas
Ok the question is very simple if someone can help me to fix this problem. I have created the program which is extracting doman names links from google but the problem with it that it can extract random domain names links. I wanna to extract related domain links as i type from textbox1 and put them in listbox related domain names links. ...
0
1,459
thread by: Vedran Budimir | last post Feb 17 '12 by: Vedran Budimir
Software: Visual Basic 2008 My problem: I make a program for taking screenshots from the game, this is the current code that I use: Dim bounds As Rectangle Dim screenshot As System.Drawing.Bitmap Dim graph As Graphics bounds = Screen.PrimaryScreen.Bounds screenshot = New...

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.