Hi,
I'm working on an aspx web page using Microsoft Visual Basic .NET and I need to know how I can insert javascript in the aspx page programming the Private Sub Page_Load method of the aspx....
Hi Experts
Is it possible to insert other controls such as progressbar, combo box, etc
as subitems in a ListView ?
Thanks
Shiju
How can I find out during runtime if an object's event is already being handled?
I am writing a vb.Net subroutine that is supposed to delete records from a database if the field "File" partially matches something. Here is my code:
sql = "DELETE * FROM ...
Hello,
I am a VB6 programmer who has just downloaded VB.Net Express 2005.
I was wondering if there were any comboboxes with a multicolumn dropdown list built into VB.Net, or do we have t...
Here is my process:
Process.Start("regsvr32", "c:\library.dll /s")
I have a Text File (eitehr .txt or .csv) that looks liek this:
data1,
data2,
data3,
...
or
data1
data2
data3
...
I need to load this file into a ListBox or a Datagrid. What ...
how to convert stream to hex string?
Dim reader As New System.IO.StreamReader(stream)
i only manage to get this running. i can't seem to assign reader.readToEnd to a string. or when try ...
Hi people,
I am making a web browser but I want to add a little function. I want to be able to display some details about the web page when the user clicks something. For example if there i...
I open a form and retrieve a record. The data is coming from 5 DB table. On one tab there is a datagrid that has the datasource of ds_labor1.Labor.
Lets say is is displaying 5 rows. I wa...
I got the following warnings:
There is already a component named 'textboxc3'. Components must have unique names, and names must be case-insensitive. A name also cannot conflict with the na...
How can I define the operator + for my custom class ? Any example will be helpful.
Hi
Firstly I want to verify that my network connection is not disconnected?
Secondly I want to verify that my network connection is not disabled?
How do I do this in VB.NET ???
cheers
Please read this question CAREFULLY... =)
I had been using this type of code to load embedded resources:
Dim ea As System.Reflection.Assembly = System.Reflection.Assembly.GetE...
Hi,
I have created a windows form with a tab control. Each tab control has a number of textboxes which are filled with data using databind. I have an "Apply" button which is disabled unti...
I'm trying to create a print application in VB.NET that reads a series of files in sequence and prints them to a network printer. Intermixed between the PDF files I need to print various TIFs...
I have a load of images stored in a mssql database as binary, I can read them out and store them as a file then tell the picturebox to load the file. Is there a way to load directly into a pic...
Hello,
I need to draw a circle in a picture box. As the radius can vary, I can't use an actual image (as nice and easy as that would be). I've looked at the .DrawEllipse method, but can't...
I am looking for a way to make everyother row have a different background color....
I tried using modulus with the drawitem method...however it is not working for me...
Any Suggestions???
C:\LOCAL_EISnet\EIS\My Documents\Visual Studio Projects\EIS\clslb_EIS\clsEISAuthMssg.vb(32): Reference required to assembly 'Interop.ADODB' containing the type 'ADODB.Fields'. Add one to your ...
Hi
I have made a simple custom control based on the standard panel
Imports System.ComponentModel
Imports System.Drawing.Drawing2D
Public Class PanelButton
Inherits System.Window...
OK, you know how in Access, if you create a relationship between two tables, for instance an address table and a state abbreviations table so that "Address.State" is a number that corresponds...
MS does not encourage the use of the registry any more since it is becoming bloated. If SetSetting and SaveSetting is being phased out, what is the preferred method of storing persistent appl...
Hi there ppl,
This is the code I have in VB and whe I upgraded to VB.net, VS 2003 gave me an upgrade warning stating there is no equivalent toNull and isDBNull in VB.net. Could someone tell ...
I want to get the richtextbox.selectionstart location on the form so I can display something at that location (like a picturebox). I have tried many things over the past couple of days, such a...