| Thread | Last Post | Replies |
|
| Get Calling appliucation | 23 Jan 2005 11:49 GMT | 1 |
I have a small problem. I have an application which has a reference to a dll component. From the app I call a method on a class on the component. How can I from this method determine the name of the application calling the method.
|
| Read source code of a web page | 23 Jan 2005 08:36 GMT | 5 |
I use VC .Net 2003 and I want to create a small program which is able to read the source code of a web site. I have a textbox with the URL, a button and a multiline textbox for the source code. If the web page is secure, how can I post my login details?
|
| threads and blocked form | 23 Jan 2005 00:36 GMT | 1 |
I'd like, how can i do this with a thread app?? 1- Don't block form o graphic interface app 2- into thread and into a for-next located into the thread ,print a local for-next var
|
| SQl Question with VB .NET | 22 Jan 2005 21:17 GMT | 6 |
I<m wrting a SQL string in my VB .NET application. There is a function in my string but it<n not seem working I have always an syntax error message this is my quesry
|
| Asynchronous event handling datagrid question | 22 Jan 2005 16:49 GMT | 1 |
I have an Windows form app which receives data thru an external app. An event is raised in my app, some event handler code takes the data an puts it into a dataset. The dataset is bound to a datagrid. The apps runs for a short random period of time and then crashes. The error ...
|
| Newbie question abount databinding textboxes | 22 Jan 2005 16:46 GMT | 1 |
I am trying to bind a textbox on a webform, using code. A simplified version is as follows: Imports System.Windows.Forms Public Class WebForm2
|
| install visual basic .net std. 2003 on WinXP SP2 PRO | 22 Jan 2005 16:43 GMT | 2 |
I used to have Visual Basic .net std. 2003 installed on WinXP SP1A. But I found it too hard to upgrade WinXP to SP2. Now, I do have WinXP SP2 installed, but I am having problems installing Visual Basic .net standard 2003. Not installing Visual Basic at the WinXP SP1A level ...
|
| Visual Basic .NET 2003 does not start installation on Windows XP h | 22 Jan 2005 16:27 GMT | 1 |
I tried to install Visual Basic .NET 2003 on Windows XP home edition. The Pre Requires CD works fine, and then I clicked the option 2, which is to start the installation of the software, but nothing happens, it just closes the
|
| running process list? | 22 Jan 2005 04:09 GMT | 3 |
Is there a programatic way in VB.NET to determine if a specific process is running? During an app update, I need to check if the component I'm about to replace is running. In UNIX I'd use: PS | grep -i MyApp
|
| No Smart Device Application template? | 21 Jan 2005 22:43 GMT | 5 |
I need to create a VB.NET application for a Pocket PC. I've installed VB.Net, the .NET Compact Framework and the Microsoft Pocket PC 2003 SDK. Still, there is no "Smart Device Application" template under New Project/Visual Basic Projects.
|
| .net installers | 21 Jan 2005 22:26 GMT | 3 |
I wrote a little c# app to send SQL queries to a iSeries 830 and return the results in a data grid. Now I want to create a deployment program. It's using the iSeries DB2 Provider for .NET which is part of a CD
|
| Newbie: How to keep program running | 21 Jan 2005 22:06 GMT | 2 |
Ok, this may sound silly, but what's the best way to keep a program running? For example, say I wanted to msgbox the date every 10 minutes. I have just a simple module, no forms. Sub Main()
|
| .NET/IIS search for documents | 21 Jan 2005 21:37 GMT | 1 |
I want to create a search engine to search through an IIS server and a Windows 2000 file server. I want to return results for files of certain types (DOC, PDF, XLS). I want to return their document properties (Title, subject, description) if possible. I do not need to
|
| Unable to run ASP.NET app on 2003 | 21 Jan 2005 21:09 GMT | 1 |
I have an ASP.NET application that works fine on most Windows machines. I installed it on a new 2003 server and now I am having problems. I set the security settings in IIS to serve ASP and everything else. When using our app, the user enters his login and password on the
|
| Graphics in email | 21 Jan 2005 19:52 GMT | 2 |
My dotnet application can send out email message in simple text format. Now I require to include colour font, graphics and animation in my email. Can anyone with experience on this point a direction to me on the way to do this ? I am totally ignorant on how to achieve this at ...
|