| Thread | Last Post | Replies |
|
| inserting date into sql server | 31 Oct 2006 23:49 GMT | 2 |
I'm sure this isn't a difficult question, but I've been struggling trying to insert the current date into a sql server field. I've tried numerous suggestions that I've seen in newsgroups and everything either gives an error or puts 1/1/1900 in the field. The code I'm trying is:
|
| VS.NET 2005 - lost in translation? | 31 Oct 2006 22:02 GMT | 1 |
Hi folks - extremely new to this, so I've been hunting up online example to allow me to create a simple web front end to a SQL DB. I was doing well with a demo but I'm stuck and I'm not sure of the next step. This is the example in question:
|
| How to get Return Messages from stored Procedures | 31 Oct 2006 20:38 GMT | 3 |
I'm building an application around a process that I've been given, which runs several stored procedures in a row. I have all the code to run the sProcs, but when I'm in Query Analyzer, I get a message saying:
|
| How do u copy multiple files from a lsbox to somewhere else using vb.net | 31 Oct 2006 20:36 GMT | 1 |
How do u copy multiple files from a lsbox to somewhere else? Does a CopyFile method work in this case? If so, how do I manage to copy multiple files?
|
| From VB Newbie: The editor is driving me nuts. | 31 Oct 2006 20:32 GMT | 3 |
Gentlesoft, I'm a long-time programmer, new to VB.NET/Visual Studio 2005. Sorry to complain, but the editor is driving me nuts. I don't see how one can get any programming done when the persnicketty thing is constantly
|
| Replacing Double quotes with TWO Single Quotes | 31 Oct 2006 20:13 GMT | 4 |
I need to replace all instances of a double quote(") with two single quotes('') in a text file. I already have some replacements of strings going on, but I tried this one, but the syntax is being read wrong. Here is the code:
|
| search user in active directory | 31 Oct 2006 19:54 GMT | 2 |
How do I search an user into the active directory from a vb.Net application? Thanks for all.
|
| Did Mabry Software Tank! | 31 Oct 2006 19:46 GMT | 5 |
I have been a user of the Mabry FTP.NET control for a long time. When I go to their website www.mabry.com I get a page not found message. I have been doing this for 3 weeks now. I am hoping someone knows their status as I need to update some controls I have from them. I m hoping ...
|
| Should I write a service? | 31 Oct 2006 19:05 GMT | 7 |
Hi all. I hope someone can give me a few pointers on 'best practice' for an app I'm about to start. I'm writing a small and simple label design application, users will define text fields on the label in a GUI, some data may come from a database.
|
| Multiple Component Classes | 31 Oct 2006 18:58 GMT | 7 |
I'm having some problems with a project I'm working on. I have a Class Library which contains several Component Classes, each working independantly. It seems that I can't have two Component Classes that Inherit the same standard vb control, ie PictureBox.
|
| Help with Vb.net 2002 | 31 Oct 2006 18:44 GMT | 3 |
Can someone tell me if there are any updates for .net 2002 to get up to date with 2005? Or do I need to download express 205 / buy it again? Bought 2002, just dont see why i need to buy it again.....
|
| ATTN: Seth Rowe follow up to startup path posting | 31 Oct 2006 17:54 GMT | 1 |
Hi Seth, I'm following up to my posting of 28-10-2006 where you gave me directions to use a strong name with my app and install onto client computers using the msi.
|
| Scrollbar event behavior | 31 Oct 2006 17:24 GMT | 2 |
In VB6 there was a Scroll and a Change event. The Scroll event was triggered continually as the scroll box was moved and the Change event did not trigger until after the scroll box was released. In .NET it appears that the change event was dropped and replaced with the
|
| Update VB6 to VB.NET 2.0 Email Send | 31 Oct 2006 16:59 GMT | 2 |
I have following codes in VB6 for sending the email on a server installed SMTP. It works fine. Now I want to update it with VB.NET 2.0 by using .NET.Mail object. VB6 code:
|
| Format string in DataGrid | 31 Oct 2006 15:56 GMT | 8 |
VB.Net 2005 I have a non-bound datagridview that I fill with a column that contains a UPC number (as a string). I want the display format to be like this: 0 12345 67890 1.
|