| Thread | Last Post | Replies |
|
| attachment appears as icon VB.Net/System.Web.Mail | 04 Apr 2005 21:07 GMT | 2 |
I'm using the following code to send mail from VB.NET 2003 Imports System.Web.Mail . .
|
| For Next Question | 04 Apr 2005 20:45 GMT | 1 |
Hi. I have a For...Next statement similar to the following, which is executed against a datatable's(dt) row count. For i As Integer = 1 To dt.Rows.Count 'Do something with the DataTable row
|
| Unable to start debugging... | 04 Apr 2005 19:17 GMT | 1 |
I have a VB.Net application running in VS.net 2003 that was working fine until a couple of days ago when it was debugged. Now, everytime I try to debug it I get an error that: "Error while trying to run project: Unable to start debugging.
|
| VBA IsNumeric equivalent? | 04 Apr 2005 19:11 GMT | 3 |
In VBA, you can use IsNumeric to return True or False if the value being tested is numeric. Is there an equivalent to this in VB.NET?
|
| Setup & Deployment - how can I specify a network folder at install-time? | 04 Apr 2005 15:59 GMT | 6 |
I am developing a VB.Net Windows Application and I am now ready to create the deployment project for it. This application needs to be installable on a different number of users / clients, and the application has an Access DB out on their network.
|
| Using System.Web to Mail messaging in VB.NET/C#.Net | 04 Apr 2005 15:55 GMT | 3 |
Using the objects in System.Web, I am able to send email to internal email address using VB or C#.net. But,if I try to send an email to an external email address, I receive this message:
|
| Digitally signed | 04 Apr 2005 15:50 GMT | 1 |
How and where do I get my application signed so that when downloading from SP2 it will say my app is signed. Thanks, Aaron
|
| Do While Loop Assistance | 04 Apr 2005 14:58 GMT | 3 |
I have a Public Function which requires 2 parameters. Public Function X (ByVal FirstParam as String, ByVal SecondParam as String) This function displays various options for the 2 parameters(delete, open, etc..) along with the options "Exit" and "View More".
|
| Send Printer Graphics Object to file | 04 Apr 2005 14:39 GMT | 5 |
Our win forms application generates printed output that is built dynamically from images and data queries then written to a graphics object for printing, however I also need to be able to save the final graphics object to some sort of file that can be saved to disk, then emailed ...
|
| Datagrid -width of a column | 04 Apr 2005 14:25 GMT | 1 |
I have a datagrid and i'm trying to fix the width of one of the columns to be exactly 300px. My problem is that one of the records fields(CompanyName) is really long and has no spaces so it streches the whole datagrid accross the screen. Has anyone else ever experienced this ...
|
| Windows Authentication | 04 Apr 2005 12:41 GMT | 1 |
We are creating an intranet here in ASP.NET and we decided that we are going to use a kind of Forms Authentication but using the users in our windows domain. So, we are creating a default login form, but the user will use the name
|
| OOP or COP? | 04 Apr 2005 11:45 GMT | 1 |
There has been some debate at my job as to whether we should use object oriented or component oriented methodologies when developing our .NET applications. i.e., A) developing generic, reusable classes that can be used/reused and inherited from in any number number of discrete ...
|
| Debugger.IsAttached | 04 Apr 2005 10:24 GMT | 1 |
hi, in my code i use "Debugger.IsAttached" to know if im my application is running in the vs.net while developing. the problem now is i want to attach the vs.net to my "real" app, that running.
|
| How can I get the following functionatilty in Windows Forms ? | 04 Apr 2005 08:35 GMT | 2 |
I have a useful framework, written in a different language (PowerBuilder), which I'd like to replicate in .Net and Forms, but I'm unsure of how to approach it, as the Event model is being used different between the development environments.
|
| Combining 2 Projects Into 1 | 04 Apr 2005 06:04 GMT | 1 |
I have 2 VB.NET projects, each with multiple forms. I need to combine these 2 projects into 1 project that contains all the forms and methods of the 2. Is this possible?
|