473,811 Members | 2,879 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

0
989
thread by: rohit shekhar | last post May 4 '11 by: rohit shekhar
hi, i have to take 3 property in windows form using 3 textbox.i have to bind arraylist to datagrid.but i have to to show only 2 columns and hide the third one.i use visual studio 2003 and need to bind arraylist manually using for each. hope to get earliest reply.
2
1,259
thread by: john20 | last post May 3 '11 by: R MacDonald
Hi All, I am creating windows application in vb.net and I have problem related to multiple threading. Let me describe you the scenario and what are the problems I am facing. On form Load I am creating the thread the calling the relevant methods. like below: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
1
5,493
!NoItAll
thread by: !NoItAll | last post May 2 '11 by: !NoItAll
I can't figure out the syntax for having an optional byte array in a .net sub Public Sub MyFunction(ByVal Filename as String, Optional FileData as Byte()) The optional keyword requires me to set a default value - which is understandable, but I cannot figure out the syntax to do that here... Public Sub MyFunction(ByVal Filename as...
10
10,191
thread by: popeyb | last post Apr 30 '11 by: popeyb
I'm a beginner in visualbasic.net I've 50 textbox from 1 to 50 and my question is how can get a value o show a value in a specific textbox? for example the user enter a number to a text box and I save the user's number to variable X now I need to show in textbo(x) the number which enered the user or get the value of textbox(x). Do I need a...
2
4,104
thread by: samvb | last post Apr 30 '11 by: v i shiva aro
Am having a hard time co be connected to sql server 2008 enterprise edition. i am using oledb in this fashion db.connectionstring="Provider=SQLOLEDB.1;User id=helen;password=123;Initial Catalog=mydb; Data Source=server" but it gives this error: Login failed for user 'helen'
4
2,513
thread by: dexter delleva | last post Apr 25 '11 by: Hussein Nehme
hi. im using ms access 2003 and vb 2010, i already have 3 different vb apps, and i want to access a single database over the lan. but i dont know how. is this possible using a client-server type or is there much simpler way to access the database?
1
1,706
thread by: bdmir | last post Apr 21 '11 by: R MacDonald
Hi all, I have win7 pro, on my win form is a traffic light icon(when it starts it is red, when finished it is green), so that I know when job is finished. But when I run application icon isn't changing and form hangs it self, can not do nothing until job is finished. Only in the end, I see that icon is quickly changes to red and then back to...
1
1,317
thread by: priyamtheone | last post Apr 21 '11 by: R MacDonald
Hi, I'm calling the following method from a button click event to export a datatable to excel. After the export is completed, the excel application object is quit, released and assigned to nothing. But in reality it's not getting released and stays active unless the entire application is closed. So every time the button is clicked for export,...
0
2,857
thread by: visweswaran2830 | last post Apr 21 '11 by: visweswaran2830
Hi, I am having datagridview in that I have datagridview combobox column and noraml textfield. I want to know that how can I load selected value in that combox box when I am loading all entered details in data grid view.
0
1,125
thread by: pratk | last post Apr 20 '11 by: pratk
how to postback gridview when timer counts 0.radio buttons inside gv should be disabled when timer counts......any help would save my life......
5
6,162
pod
thread by: pod | last post Apr 18 '11 by: pod
Hello I have several VB.NET Windows Form applications connecting tp several Network databases. When I build, update and test my apps, I want them to connect to a testing database as opposed to connecting to the production databases when the app is released. Right now, I change a setting in my coding before releasing the app, but I would like...
0
875
thread by: Jouri Caers | last post Apr 14 '11 by: Jouri Caers
Like many ppl my gf is playing on facebook and she loves it but has to many gifts. so i began creating an autoaccepter for her in VB2010 Express. this is what is have so far. 1. load facebook request page. OK 2. find the gifts and extract the links. OK 3. Visit the links and retrieve the gifts OK so all seems ok right? but no. when i...
1
3,331
thread by: Pavith | last post Apr 13 '11 by: mshmyob
i am couldnt able to insert datagrid view manually entered data to mysql db with other control datas together into 1 table. so i made 2 table and in 1 inserting all grid data in other rest still i m getting the same error: " you have an error in your SQl syntax; check the manual that coressponds to your mysql server version for right syntax to...
1
2,093
thread by: dougancil | last post Apr 12 '11 by: R MacDonald
I have a form that has a datatable on it with the following code: Imports System.Data.SqlClient Imports System.Data Public Class AddHoliday Private Sub AddHoliday_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'MDRDataSet5.scratchpad2' table....
3
9,395
thread by: joncb | last post Apr 12 '11 by: mshmyob
I have a program with 32 PictureBoxes (pb1 ... pb32). The user will select one of the picture boxes. All picture boxes will call the same subroutine, passing the variable of the name of the box clicked. Rather than writing a click event for all 32 boxes, and call the same subroutine from each event, is there a way that I can determine which...
0
1,514
thread by: Dror Avidov | last post Apr 9 '11 by: Dror Avidov
Hi I'm trying to add a new section to my app.config file under the applicationSettings section and then read it from my WinFroms VB.NET application. My app.config would look like this: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.diagnostics> </system.diagnostics>
6
2,826
mshmyob
thread by: mshmyob | last post Apr 8 '11 by: mshmyob
I am using VS2008 and vb.net I have a nested tabcontrol. tabControl 1 and tabControl3 In tabControl3 I am trying to populate a text control with a value from a control placed on tabControl1. ' add a savings tabpage
0
829
thread by: John Morrison | last post Apr 7 '11 by: John Morrison
Hello again... i am here again to disturb u!!!!!!!!! I have two projects made in vc++ & vb.net of visual studio 2005 now i a third project in vb that integrates above two. I HAVE SEARCHED GOOGLE and result is negative
0
1,522
thread by: Mirza Ramicic | last post Apr 6 '11 by: Mirza Ramicic
I'm writing an application that uses USB interface.... I'm getting this error sometimes when i migrated from vb6 to vb2005 (migration required to reference process not by his address but by Delegate function) A callback was made on a garbage collected delegate of type 'Project1!Project1.HIDDLLInterface+SubClassProcDelegate::Invoke'....
0
960
thread by: Developer111 | last post Apr 6 '11 by: Developer111
I have developed a windows service in VS 2008 which launches another application at my local computer. The launched application has a UI, so, I used CreateProcessAsUser API to launch the application (start the process). Private Function CreateProcessAsUser( ByVal hToken As IntPtr, ByVal lpApplicationName As String, ByVal lpCommandLine As...
0
1,015
thread by: Cherel | last post Apr 6 '11 by: Cherel
Hi. Im currently doing a project on magazine editor and I'm suppose to let the user edit the pages of some online magazine. There will be a treeview which has parent nodes named, 'Page1, Page2' & so on and the child nodes will be, 'Video, Images, Podcast' depending on what the user choose. And the user will be able to upload the whatever he or...
0
922
thread by: Roopa Nagaral | last post Apr 5 '11 by: Roopa Nagaral
Hi, I am working on vb.net... i need to retrieve particular word from word document and display it on vb.net label or textbox... like in word documnet Name : xyz DOB: 13/02/1990 here i v to retrieve oly the name of the person, dob etc... plz any one help me.. with detail coding.. Help will be Appriciated
1
1,575
thread by: dougancil | last post Apr 4 '11 by: dougancil
I have the following form and I'm trying to add a error to the page that if the recordset = 0 then there is a message on the web page stating that there were no results. What's the best way to do that? Imports System.Data.SqlClient Imports System.Data Partial Class _Default Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal...
0
806
thread by: Robert Villaver | last post Apr 4 '11 by: Robert Villaver
We have a winform user control, with which we generate a CAB (it has the .msi and .inf files). It's signed. When the UC is instanced, I need our vb.net app to compare its version with that of that installed in the client PC. I tried with GetValue but to no avail, maybe I'm doing something wrong. Thanks
1
1,646
thread by: dougancil | last post Apr 4 '11 by: VijaySofist
I have the following code on my page Imports System.Data.SqlClient Imports System.Data Partial Class _Default Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load TimeDateLabel.Text = String.Format("Today is {0:F}", DateTime.Now) ...

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.