20,279 Topics

Member Avatar for
Member Avatar for Sheryl99

I am trying to create a property for my UserControl that will allow me to work with data that the user selects. I have the property working correctly, in that it will drop down a list of data sources in the test project. I am working with the Northwind database …

0
69
Member Avatar for q8_dreamy

Hi, I want to add button in my form to print when click how can i do this??????? thank you

Member Avatar for slavedogg
0
95
Member Avatar for sasuke2910

Hey, I'm making a chat program so me and other students can chat in my high school and I've run into a problem None of the computers are connect with any kind of sharing folder or network drive like i thought they were so I have no where for my …

Member Avatar for sasuke2910
0
75
Member Avatar for masajid686

Hello, I am very new to .Net I want to the detail code for inserting a record using data adapter in asp.net using vb as a language. and the table will simple as DeptNo, DeptName and Location . When I click the add button the records will saved in database. …

Member Avatar for cellus205
0
132
Member Avatar for haidarkhraiss

hi i'm working on visual studio 2005 windows application and i have to open xml file that i created before by pressing on button i tried laodxml("XMLFile") but it did not work and i'm a beginner in vb.net how can i do that?

Member Avatar for cellus205
0
67
Member Avatar for Sheryl99

I've created a very simple UserControl, compiled it, then exited VB. Then I loaded my application and added a reference to it, and also added the Imports statement for it. The problem is that the UserControl will not display in my Toolbox, rendering it useless. Is there something else I …

0
68
Member Avatar for mailtosridar

my project is vb.net and project is completed ..... i dont know how to create setup /deployment any one help me <snip email>

Member Avatar for samdoss
0
101
Member Avatar for laghaterohan

Hello i have a form in which i have 5 tab pages(each with their unique name )and one TabControl eg. say ...I HAVE admission form under which there are fees, balance enq...tabs...... In MDI i have menuitem under FEES under which i have item Balance enq...etc... The problem is that …

Member Avatar for rmjagnaan
0
112
Member Avatar for Zandermander

Hey everyone, I'm just playing with some code and timers seem to just confuse me :\. Well what i want is a timer that counts down from 10 seconds and when it hits 0 it simply pops up a message box.. This is what i have so far.. not so …

Member Avatar for Zandermander
0
107
Member Avatar for afroz282004

I try to retrive the doc file from sqlserver,when i execute the code ask me Do you want to open save file? when i click open button the doc file open with error "System.Byte[]" Dim sql As String Dim strcon As New Configsetting Dim cnn As New OleDb.OleDbConnection(Configsetting.ConnectString) Session("Req_SeCode") = …

Member Avatar for Teme64
0
115
Member Avatar for sonia sardana

hey frnds if anybody has the code how to generate these cides,plz send it to me.I have no idea how to generate it.Its Urgent. Plz.

Member Avatar for johny84
0
87
Member Avatar for tskmjk

Hi all, I am developing an application which reads an excel file which has the following records and inserts into a table in SQL SERVER 2005 database [Enterprise Edition]. Data: Product Version CustType ------------- ------------- -------------- Norton SystemWorks Basic Edition 2009 CS Norton 360 2 CS Norton 360 2 CS …

Member Avatar for rmjagnaan
0
147
Member Avatar for apchidara

hi every one I have a lot of excel data sheets and I need to work with them . how can I connect my code with the excel files . is it the same as ADO.net while u do with access? please help me or send me a link about …

Member Avatar for rmjagnaan
0
935
Member Avatar for krishniha
Member Avatar for potatochips

hi, i have a Windows Application using visual studio.net 2005.. is there any way to close only the report in the report viewer n not the rest of the windows that r running? =/ thanks so much! :)

Member Avatar for potatochips
0
132
Member Avatar for Baskar_engg

hi The type initializer for 'System.Transactions.Diagnostics.DiagnosticTrace' threw an exception. this is the Exception im getting while im fetching records from excel file help me to solve thiz

Member Avatar for technicalganesh
0
176
Member Avatar for Duki

Hey everyone, I have a program using databases and I want to send a click event for the AddNewItem binding. I was able to do something similar for the "Save" icon, so that when a user modifies an entry they can click a link label that says "Apply" and it …

Member Avatar for Duki
0
110
Member Avatar for cgeier

Does anyone know how to communicate with a Unisys UTS60 system in Visual Basic? I'd like to be able to send commands and receive data.

0
91
Member Avatar for furjaw

Visual Basic 2005 Professional Edition: I need to drag and drop an image from one PictureBox to another PictureBox where: 1) the image is visible while being dragged 2) the image can be dropped at any location within the target PictureBox 3) the image can be rotated within the target …

Member Avatar for prasantha60
-1
107
Member Avatar for j0e2

i want to disable the default key (such as tab, etc) can anyone help? i try this code but nothing happen: Private myDisableAllNavKeys As Boolean = False ---------------------------------------------------------------- Public Property DisableAllNavKeys() As Boolean Get DisableAllNavKeys = myDisableAllNavKeys End Get Set(ByVal theValue As Boolean) myDisableAllNavKeys = theValue End Set End Property …

0
48
Member Avatar for Eyo

Hello , I have a database SQL server 2008 database. What are the SQL queries that I could use in the SQL server management studio to retrieve the following information: 1. all stored procedures. 2. all functions. Thank u

Member Avatar for Eyo
0
77
Member Avatar for Kartikey

hello sir , Q:-How to display data in datagrid from multiple tables in SQL server 2000 and vb.net 2003 its very imp for my project i have tried with following code Pl tell me the correct way to do it tables i am using are TABLES COLUMN CONSTRAINTS COLUMN NAMES …

Member Avatar for chan_lemo
-1
216
Member Avatar for MadAxel

Hey.I need some help in navigating rows.Im using a [TEX]DataReader[/TEX] to read and display data.Now im trying to navigate the data that i have retrieved and i have a proble with that These are my codings for the retrieving part: [CODE]Dim conn As OleDbConnection Try conn = New OleDbConnection(My.Settings.ConnectionString) conn.Open() …

Member Avatar for MadAxel
0
119
Member Avatar for cassie_sanford

I am working on this web developer page for my vb class and i can't seem to get my values to display. Can someone tell me why my values are not displaying? Here is the code that i have so far: [ICODE] 'Programmer: Cassie Sanford 'Date: October 12, 2008 'Description: …

Member Avatar for cassie_sanford
0
184
Member Avatar for 3Dees

Hej, Hope someone can help me with this. Is there a Widows form method equivalent to console.readline? I am trying to validate and input using tryParse to ensure a doulbe is inputted if not display a error message. I got that to work eg when i input an A . …

Member Avatar for waynespangler
0
112
Member Avatar for laghaterohan

Hello Friends, I am using Now SMS gateway and SMPP Protocol to send SMS through my vb.net project. I want to ask u what important points one should incorporate in the code ? like which files to incorporate and Where to mention about the Gateway used , Protocol used in …

0
46
Member Avatar for mailtosridar

help me..... i have two grid in my form if i select the row in first grid by using checkbox ... the selected row in first grid should add to next grid .... very urgent please help me

0
67
Member Avatar for pardeep3dec

Hi Friends, How can i make my programme(Database) multiuser. Thank you. pardeep

Member Avatar for jbennet
0
77
Member Avatar for pardeep3dec

Hi friends, Please send me the process of connecting and accessing database to Ms Access/Oracel . Pardeep

0
88
Member Avatar for Sheryl99

I can get my User Control to go into the Toolbox if a form is contained within the User Control project. What good is this other than testing? I want to be able to write a Windows Control Library and have the controls in the Toolbox whenever I need them. …

0
74

The End.