| Thread | Last Post | Replies |
|
| App.config classlibrary | 21 Jan 2005 16:50 GMT | 1 |
I have a Client/server software and in a Server Class Library. I have need to save of the configuration data(App.Config) but I know that what is not possibile.In alternative could use? I would not want to set these information from the client...
|
| How is this done now? | 21 Jan 2005 16:15 GMT | 3 |
A long, long time ago when I programmed in basic, I could have following lines, for example: Data "dog,1,yes,brown" Data "cat,3,yes,white"
|
| DataTable and ParameterDirection | 21 Jan 2005 15:45 GMT | 2 |
I am trying to use a DataTable as a transporting container between components for data to be inserted into sql server via a stored procedure. The idea is to extract data, rowcolumn by rowcolumn, from the datatable, remake them to parameters, append the parameters to a commandobject ...
|
| 3 tier design AND data binding? | 21 Jan 2005 15:28 GMT | 3 |
I am new to dot net and would like to write an application using a solid 3 tier design because I expect the app to require a lot of updates and maintenance over time. I am creating my own data objects to interact with the database but the
|
| simple counter question | 21 Jan 2005 14:23 GMT | 6 |
I have a program that is in need of keeping track of how many times the command button has been clicked . I have a dollar amount totaled in a label, every time the user clicks the command button represents 1 customers order. I want to find the average per customer for daily sales. ...
|
| System.Diagnostics.Process.Start | 21 Jan 2005 14:21 GMT | 2 |
Im using System.Diagnostics.Process.Start to launch external apps from my app but the working directory seems to point to where my app is located. How can i get around this and basically say the working directory is the path of the app that im launching ? I used shellexec api under ...
|
| Button Double Click..... | 21 Jan 2005 13:22 GMT | 2 |
When exactly the double click event of button will be called? Practically it is not possible as always single click will be called and I could not produce this event at all. Any ideas? I am using .Net Framework 1.1.
|
| How to assign a null value to the Column in the Database from VB.N | 21 Jan 2005 13:19 GMT | 2 |
How to assign a Null value into a database column which is declared as an Integer from VB.Net...
 Signature Peter...
|
| How to pass a combobox.text field in BOLD type | 21 Jan 2005 13:09 GMT | 2 |
I have a method which takes various string values to create an automated email. Anyone know how I can make a particular string value passed appear in bold type in the email? ( below, the cboPrio.Text value for example )
|
| VB.NET System Hardware Total and "free" memory. | 21 Jan 2005 12:27 GMT | 5 |
How can I determine a users PC Total system memory and memory available or free at the time of my program loading. Thanks
|
| Compiler hates Replace() function... any ideas? | 21 Jan 2005 12:02 GMT | 4 |
Hey all, Created an .aspx page using VB as the code behind. Compiler pops up error: "BC30451: Name 'Replace' is not declared." Essentially, it acts as if Replace is a custom function that needs to be declared, not a
|
| Help with calling Outlook | 21 Jan 2005 11:46 GMT | 4 |
When I run this line: myolApp = CreateObject("Outlook.Application") The myolApp object has a value of {Outlook.ApplicationClass}. When I expand it in the watch window, all properties/methods of that object have a value
|
| Modal/Modless form | 21 Jan 2005 09:37 GMT | 8 |
With VB.NET, how do I define a form to be Modal? Thank you.. Bruce
|
| Determine Default Email Sender? | 21 Jan 2005 08:22 GMT | 1 |
I'm writing a simple EXE in VB.NET to be run on our intranet (Win2K network, XP machines). When it's done running I want to notify the user via email. I've got the email working...how do I ascertain the user's default email address without user interaction? There is only one user ...
|
| just wondering | 21 Jan 2005 08:13 GMT | 3 |
hey all, is it possible to call like a console application with parameters? if not what would be some alternatives? thanks,
|