I want the sum of a column in a sql table and return that sum to a variable using vb.net in my asp.net website. Is there a DSUM or DLOOKUP similar function? Really what I want is, I have a tab...
i am switching to 2005. i am getting an error that
System.Net.WebProxy.GetDefaultProxy() is oboslete
please use proxy selected for you by default.
does someone have an example
i did a ...
Can anyone give me a code example op URL where I can download an example of activelock for vb 2005. I have a vb .net example but It gives me errors when I try to Confert to 2005.
Please ASA...
How do a Panel and Splitter work together?
I have a Panel anchored to the Top and Left of my form.
I want to put a Splitter on the form, such that when I drag the Splitter, the Panel wil...
Can you provide me with a list of commercial software packages known to be programmed in VB.net?
Should be programs that are sold via VARs or through the retail channel (i.e. not shareware).
...
I have developed a MMC snapin in the old Windows platform SDK using VB6. However now that I am attempting to move all of my components into VS2005 I need a new designer or access to new interf...
Hi
I have an array that is of type Single in VB 2005.
I need to convert this to a string array
Thanks
Hello All,
Been looking at this since friday and accepted it for a fact but would like to solve my problem.
I have a small project that reads a csv file like
---------
field1;field2;...
Hi,
I am trying to write a little backup program in VB.Net (using Visual Studio 2003) for the company I work for. I'm studying hard trying to become a programmer and am having trouble trying ...
I am looking for a tag in a custom control that I would like to override.
I am using text already and it is working well.
It is a custom control so when I call mycontrol.text, I get the ...
I'm a VB 6 intermediate programmer who is finally making the switch to dotnet. I am learning data access for an MS Access database and have learned about datagrids and other bound controls bu...
I need to format a number in VB.Net like so: #########.#####-
such that the last character in a string with length of 16 is either "-" for a negative number, or " " (space) for a positive ...
Hey, I am making the transition from VB6.0 to .NET and finding it a little rocky. Previously I had some code to cycle through open windows, then getting the hwnd of the one I wanted by the ...
In VB6 if I wanted to execute the click event of a button I could just code button.click and the click event would execute. How do I do that in VB .net.
I have a form in a winforms app.
It's a data entry form with a bunch of fields (no gridview)
Is there a way to either autosave, or detect if data has changed on the form, so that when th...
Hi All,
I've got a combo box that is populated with objects as such:
'Read the results into the combobox
Do While dr.Read()
lRef = New System.Web.UI.WebCo...
I have a vb.net exe program that stays minimized all day and moves files every 15 minutes. Would it be more efficient converting it to a Windows Service, and if so, how do I go about it? It is...
I have a table I am trying to filter by date that is not working. Here is the code:
Debug.WriteLine(mProject.TBL_ProjectDocuments.Count)
Dim dv As New DataView(mProject.TBL_Projec...
Any chance someone could knock up a simple example of how to get the computer name and ip address in vb.net and in vb 2005 beta 2 so I can see the difference between the 2.
Thanks in advanc...
Hi,
can someone help me
I need to be able to read info from Domain Controller
I have this but is not working
Private Declare Function NetUserGetInfo Lib "netapi32" _
...
Using VB.NET 2003, MS Office (Access) 2003
Have Access database w/ 4 tables - Table A) a native MS Access table, Table B) a linked .xls file, Table C) a linked .txt file, Table D) a linked ...
I am having trouble inserting a record (from VB.net) into an msSql table, that has a field of type "timestamp".
Any suggestions how I can populate this field?
Any help greatly appreciated....
I have three text boxes. In which i will be input firstname, last name and postal code.
For the firstname and lastname textboxes i want whenever user inputs to get first letter of the nam...
Not sure why I am getting this error in the code. When I run this query it returns
Test, 1, 41, 1/12/2006
so all the fields should have informantion in them. Any ideas??
If mode = "Updat...
I have a VB.NET website where I want to upload images from my webpage. I have written the code to do this and it works just fine. However, I am frequently getting the error;
The process ca...