Hi all, I am wanting to run an MS Access macro from my website using Visual Studio 2005... Does anyone have a quick example of how I would go about doing this??? I am using VB and just wante...
I had all my VS2005 projects on my XP laptop which is all but dead (old machine). I have a new laptop now, Windows Vista Home Premium. I copied those files to a flash drive. I installed VS ...
I'm migrating a vb6 project to vb/net and I have I'm getting an error saying
name 'adStateOpen' is not declared.
I can find anyting to on how to re-write this. this code is below
Hi,
I need to build a string value based on the fields in my dataset.
So if there are say 3 or 9 fields in the datset row, i need to loop thru the fields and then simply add them to a string...
I'm having difficulty getting a simple event fire within a .NET DLL to be received by an .NET EXE.
Event firing just works in VB6; but seems to be a pain to implement in VB.NET.
I'm usin...
Hi experts
using gdi +, can any body give me some ideas, just points on what is the best way to build a ball game. like a panel - and when you press a button (left, right, forward and backw...
Hi,
I am trying to display what is coming into my Serial Port in a text box and am having an odd issue. The receive routine passes that data to a sub called ReceiveData which sits inside a...
Hi Experts,
I have compiled an application developed using VB.Net VS2005. How can I make it possible to run in any computers within the network by just providing a shortcut to the application?
Experts:
I have a single license of Visual Studio loaded on my workstaion. I'm wanting to create a FORM that will capture data and insert that data INTO a SQL Server 2005 data table.
So....
Public Class DALogin
Implements IDisposable
Private DaLogin As SqlDataAdapter
Private Param_UserName As String = "@UserName"
Private Param_Password As Strin...
hi,
this one is not too bad, I need to search for a file in a given directory without consider its extension. For instance i'm looking for a file called test and i need to search on director...
I have inherited an ASP.NET 2.0 application that is currently factored into two solutions, one project per solution. The attached PDFs show how I attempted to step into a routine from one solu...
I have a database in Sql Server Express Edition. I can work with it in my appication which is written in ASP.NET C#. But when I try to backup my database in my application. The following error...
I have want to determine whether a process has been executed. I want to have a function call isProcessRunning(notepad.exe). This function also counts the number of instances that this program ...
When building my project in my output it says the msi is created successfully. When I run the setup for the project it lets me go through the wizard and install the software successfully. Ho...
How do add a selected row to an UltraWebGrid?
Look at the code snippet. I tried to use the insert function
insert(rowSelected,1);
but it errors out. Is there a way to copy a selected...
For i = 0 To count
l_dtRow.Columns.Add(dr.GetName(i), dr.GetFieldType(i))
Next
Dim ar_rows() As Integer
Dim iRow As Integer
...
Dim dr As SqlDataReader
dr = cmdSelect.ExecuteReader()
Dim i As Integer
Dim l_dtRow As New DataTable
...
I have created a Setup of my Visual Studio 2005 Windows Forms application. During Setup, I want users to be able to change environment variables or modify the path variable. How can it be done...
I am trying to populate a drop box using a table look up and I keep getting a field n my dropbox that says "System.data.datarowview". But If I post anything to the sql box it looks fine. Pleas...
Can anyone tell me if there is a pattern which shows how to read / write to the ASPNETDB? I am interested in knowing on how to store Personalization, Profiles, Events and use then in a web sit...
hi,
i have this routine that reads rows from a datatable and write them to a file. The problem i have is that it takes forever to finish. is there another way of doing it?
here is the rou...
I know there are few different ways of doing this. An easy method is using response,redirect.
But the problem I am having is that I have validation on the web form. So when I try to execute...
Suppose I make a database and sql and interface in vb.net.Anybody knows how to connect them? I do not want random links from the google. Rather just selected and good info/or tutorial link wil...
I know how to make a set up file using visual studio 2005's wizard but customizing the process of installing my application and giving it a professional style is the thing I'd like to learn ab...