| Thread | Last Post | Replies |
|
| wordwrap for printing | 25 Mar 2008 01:14 GMT | 2 |
I have a windows forms 2005 application which has to print to a receipt printer using OPOS drivers The text is inserted in a windows textbox and saved to SQL server express 2005 in a nvarchar column within my application
|
| async socket server problem on windows 2000 | 24 Mar 2008 23:04 GMT | 7 |
I have created a socket server and a client which both run on the same computer. The socket connection is done over localhost port 11050. The server and the client are based on the sample asynchronous socket server example code from the msdn library included with visual studio ...
|
| VB.Net app send information via HTTP to SQL server | 24 Mar 2008 22:43 GMT | 9 |
A want to write a new local VB.Net application. One of the features I want it to have is to be able to send a few small pieces of information to my website's backend SQL Server database hosted at GoDaddy.com. E.g. Client Code: 456418
|
| Rebuilding | 24 Mar 2008 22:20 GMT | 1 |
I've got a console app that I wrote, and I'm trying to go in and track some problems after this thing has been running for a while. I'm trying to set breakpoints, and when I hit the debug button, it comes back and says "There is no source code available for the current location".
|
| BINDINGSOURCE.ENDEDIT CAUSES "COLUMN DOES NOT ALLOW NULLS" ERROR | 24 Mar 2008 22:08 GMT | 1 |
Dev Environment: Visual Studio 2005 (VB.NET) SQL Server 2005 database (SP1) Problem:
|
| serialization of objects and assembly version | 24 Mar 2008 20:14 GMT | 3 |
I have a signed assembly which has say version 1.0.0.0 it has serializable objects in it, say I serialize an object to a database... ok the object stores the schema for version 1.0.0.0... now we are at version 1.5.0.0 and the object's schema has not changed, and I can gurantee ...
|
| Is there a way to do a LoadOnDemand for a TreeNode on a Windows Form? | 24 Mar 2008 20:05 GMT | 2 |
Is there a standard approach to loading TreeNodes only when they are expanded in the WinForm version of the 2.0 Framework? I need to display large amount of data in a Windows Form TreeView control. The data takes several minutes to load into the tree. I
|
| database update | 24 Mar 2008 19:44 GMT | 7 |
XP - VB 2005 - Sql Express 2005 I added data to a defined but empty dataset - reflected in a datagridview. I then followed the instructions in
|
| Supressing Script Host Message | 24 Mar 2008 18:45 GMT | 1 |
When I run a .vbs file using cscript command in the command prompt I get the following message: Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
|
| FTP Error 125 | 24 Mar 2008 15:42 GMT | 6 |
I have the following code (stolen from VB2005 with Net 3.0) I've tried to get help here before but I think I need somewhere with a better understanding of FTP with .Net but I can't for the life of me find a more applicable forum. Can anyone direct me accordingly?:
|
| Visual Studio 2005 and embedded Crystal Reports | 24 Mar 2008 14:07 GMT | 1 |
I have using Visual Studio 2005 and have been trying to use the embedded Crystal Reports that comes with it. The problem is that I find that the on-line documentation is very scattered and poor at best. So, could anyone recommend a good book on Crystal Reports? I learn best with ...
|
| [02/03] How to convert Windows system color into its RGB value | 24 Mar 2008 10:47 GMT | 1 |
This is about VB.NET2003. I'm trying to obtain the RGB value of a Windows system color and use it as the background color of my Microsoft Word file. But I have not been able to find out how I can do so.
|
| String handling in vb.net | 24 Mar 2008 10:47 GMT | 1 |
I have a string which can have ONLY ONE mobile number or multiple mobile numbers(seperated by semi colon). dim str as string = "+919886735837;+919820444818;+919916302180" OR in this below format
|
| Querying AD using VB2005 | 24 Mar 2008 04:30 GMT | 1 |
I'm a vb2005 newbie and need some direction. I want to create a form that allows me to input a user id into a textbox, and then click a command button to have it return the information about the user. The information I'd like to retrieve is user id, ou, when password was ...
|
| An SQL statment that VB won't execute that Access is HAPPY to execute??? | 23 Mar 2008 22:59 GMT | 4 |
Ok, I'm pulling what little hair I have left out of my head. I'm simply trying to use VB to insert a record into an Access 2002 database that my VB app has successfully inserted records into for about 10 years. I'm thinking the problem must be something to do with
|