Hi
I created User Control using VB.NET 2005
on that form i have a close button.
i would like to close this control when user clicks on Close button..
But i dont see Me.Close option
H...
Hi, I've created an APP using VB.NET 2005 that takes a very long string of characters and hashes them using the MD5 hash algorithm. The output (as you know) is a character string which looks s...
Is there a way in vb.net to insert a picture into a cell (Excel)
Why is the following code not cls-compliant ?
Public Property PermissionCode() As BossUserPermissions
Get
Return _PermissionCode
End Get
Set(ByVa...
I am trying to loop through multiple textboxes to chang the text in them. There are 100 text boxes that I want to reset to "" and I don't want to have to write a line of code. They are all i...
I need a function that converts ip numer into IP address.
ipnum = 16777216*w + 65536*x + 256*y + z
where
IP Address = w.x.y.z
I would like to create a window or control inside another application's window, so that it moves around with the target window. Preferrably, the window created would 'belong' to the target wi...
Is there a way to set a crystal reports datasource as an xml file without having to import the xml into a dataset?
Hi,
I had a problem that sometimes the text which i sent with
sendkeys.send {12345600} comes in the wrong direction 00654321.
When i put a textbox on a form in a new project it works fine....
Hello guys
Im creating a website using VB.net, this website gets information of every client from Active Directory.
Im using the following code in VB to get users information from A...
how do i create those little talk bubble over my system icons?
M
Good Day
I am having difficulty with my array declaration in my application. One form has my DataGridView on it. It has
a button to generate a report. The form that is loaded from the ...
I want to give a VB.NET a command line argument but it is not a console application. I need it to be a regular Windows Application that accepts a single flag so that it knows to kick off some...
Hello,
I'm doing some work in Managed DirectSound in VB.NET. Changes in the SecondaryBuffer's Volume property seem to have no effect on the volume of the sound produced. My code looks lik...
Hi All,
I wonder if someone can have a look at my code and tell me if there is a possible memory leak. You can download the VS 2003 project from here: ftp://accdata1.eurosql.com/Replicatio...
Redo/Undo ( in .Net)
How to do redo/undo for add,delete operations in vb.net using msaccess as backend?
Any links or tips?
Hi Experts,
I am able to insert and update a binary field using a dataset and dataadapter, however, this takes quite some time as I assume the dataset is populated and that process is expen...
I need some help with the combo box.
Seems simple enough, yet my interpretation of the control is causing it to crash.
=====================================================
Error info:
I...
I have a project that requires a fairly large (10,000 items) autocomplete list for various textboxes. I would prefer to have this list directly databound to a data source as opposed to itera...
Is there something I can do the application is working fine one another server.
When I try to run it on this one. I get the following:
Server Error in '/corporate_customer/applications...
Hello binding experts!
I would like to bind a custom property of a UserControl to a typed DataSet.
My scenario:
On the form there is a DataGridView control
Its DataSource is pointing t...
.aspx page... when using a 'custom validator' on a control, what is the correct entry/syntax in 'ClientValidationFunction' to validate for len(control.text) must be equal to 9. Or... is there ...
Hi Im trying to write a search program and am running in to difficulties.
Im trying to return the flowing information about hard ware on a pc.
Ram : Amount of Ram
Hardive : ...
What's the best way to display a Splash Screen for a VB.NET 2003 application? I current have Sub Main as my startup object. From there I call my main form like this:
Sub main()
...
Hi there,
I have been trying to send an e-mail from my VB.NET application. I want it to be able to take smtp settings from the user, and use them to send standard e-mails.
I have thus fa...