Im using vb.net 2003
My program consists of many little subroutines
its beginning to be a pain to find them
so I thought of grouping them in different modules
but they dont recognize the ...
I use the following sql:
cSql = "SELECT Customers.txtCompanyName, Customers.txtLastName, Customers.txtHisFirst, " _
& " Customers.txtHerFirst, Customers.txtAddress, Customers.txtC...
I have about 16 sprites on a sprite sheet (ione bmp file) and how do i load and display 1 image into a picture box and then later on display another image from the same sprite sheet.
Do I n...
Hi
I need to compress and decompress folder (containing many files )using .net 2005. Please help me how to do this.
Piece of code will be helpfull.
regards
Hi everyone,
I am developing a web application with a login page. In my server, every user will have his own folder with data, and the folder's name will be their user name (so for instance...
I simply have a bindingnavigator control in VB 2008 bound to a datatable. when the user adds a NEW record, I want to make sure the UserID is unique, before it tries to save the record and fai...
I have a dataview of a datatable that I have filtered down by location. There are 5 columns in this view that I need to do a count on and return a value. I found the code below in a differen...
Hi Experts!! I need to get an X509Certificate2 object. I know that the store location is CurrentUser and I know the name (subject) of the Certificate. I'm looking for vb.net code to accompl...
I am currently writing a program which cycles through an object and needs to 'redim' any arrays within it and create the first element within this array, however I have to use reflection to do...
I've seen some posts advocating the use of the ItemClicked event for a ContextMenuStrip
Like this....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_224343...
I need to know if it is possible to use Skype to make a phone call from a .net application.
What I want to do is create an application that will call a list of phone numbers, using Skype,
a...
Is there code that I could use to check if a particular application is running? vs2008
I'm trying to get into VB scripting and would like to create a tool that will remotly query a service and then attempt to restart that service if it is not running. (this is in an XP SP2 ,movi...
Good Day:
I am creating a WinForms application using VB.Net 2005, SQL Server 2000, and the DataGridView control. When my grdSODetail.Columns(e.ColumnIndex).Name = "Cust P/N" then I would l...
I'm poplulating a datagridview control like this. As you can see I create a column line number.
When I want to refresh the grid I use dt.clear.
When the user clicks a filter button I use dt...
yes i like to add a counter to by datagrid that count number of total rows in the grid
Hi, I'd like to be able to read a MS Outlook PST files. I'd like my code to be able to parse the PST programmatically for something simple like counting how many email messages that PST contai...
Hello!
This is going to start like a ridiculously simple solution for many of you, but I'm still a newbie to Controls and Userforms in VBA.
I have 3 List Boxes in my worksheet. One of th...
When I maximize a mdichild all other childs of the parent are set to maximize when they are open. Is there any way around this setting? Or is the simplest thing to do is just turn off the maxi...
I have a main form that is a mdiContainer. When I open a child form it opens to the center correctly, however here is my question: When I resize the main mdi can I have the open child form m...
I have a application that is giving me fits. It will work some times but more often than not it will fail. The application sits on the outside of a firewall, in my DMZ running on a web server ...
What is the best/recommended way to start and end an application? I am using VB.NET 2008
e.g. In VB 6, I can create a Main sub which will be the startup sub. (Not sure this is the best way ...
I am new to vb.net 2003
I am making an aplication that uses sql to create database files and manipulate tables in them
I have been succesful at connecting updating and selection of tables us...
Here is the code.
Dim xxx As New TextBox
' xxx = "TbxOffPeakHeatRate_" & Counter & ".Text"
Counter = 0
For Counter = 1 To 7
xxx.Name = "TbxOffPeakHe...
Hello, I have a process id. I need to use the process ID I have to check if it is currently running and If it is I need to retrieve the amount of memory the process is consuming. How can thi...