charlles's Q&A profile
Visual Basic how can i put chinese character into text box
i have a problem that i want to input chinese character into text box. when i input the character it's always show i think the text box can't recognize the character. so if anyone can help me pleaseeee. thank's I think this is the problem with Textbox Font. If you have installed Chinese font in your system you can use that font like TextBox1.Font = New System.Drawing.Font( "Chinese Font Name" , 8.25!, System.D ...Show All
Visual Studio Report footer limitations, questions.
A couple for questions for you Rajeev It seems that we cant use data fields (e.g. from a dataset) in the report footer. In effect this means that the report footer is only ever hardcoded. Clearly this is very limiting. Is this limitation going to be removed at any point If we wanted different page footers on different pages, even of different sizes, is this possible. In Crystal you would create multiple page footers and suppress them depen ...Show All
Windows Forms Derived DataGrid Questions (multiple selections and rgba brush question)
Greetings all, I have two questions regarding the datagrid control: 1) I've successfully derived the DataGridTextBoxColumn to do some custom formatting and followed the code here to override the Edit function as well. I'd like to figure out how to allow the&n ...Show All
Smart Device Development Upgrade to CF2 from the application installer
Hi Folks, I have an application that built and run under CF2. now we have to deploy it to devices that running CF1. when we install it on CF1 it fails under the “..requires a newer version of the Microsoft .NET Compact Framework..” reason, which is ok. my questions are if (and how) I can upgrade the device CF version when the installer detect that the device use CF1. thanks in advance J Oren. ...Show All
Visual Studio Express Editions sample project "addresses" database
I just downloaded VB Express. I am a beginner. In the VBGuided Tour - managing your records, I tried the sample program "addresses" and the 3 addresses came up fine but I couldn't add any addresses to it. I first hit the add button and blank text boxes came up, then I filled them in and hit the save button but nothing was saved.(that is when I closed the program and then ran it again just the original 3 addresses wer ...Show All
Visual FoxPro Missing records
I had a strange occurance that left me completely mystified a few weeks ago. Our server suddenly rebooted in late afternoon one day. In one key dbf, all of the records added on that day disappeared. None of the other dbfs in the database were affected nor were any other files or records corrupted in anything else on our system. I am using VFP 6 and the files are resident on a server running W ...Show All
Smart Device Development Shellex/ContextMenuHandlers subkeys
Does anyone know of a reference for the common subkeys supported for registering ContextMenuHandlers on MobileOS I've been able to register handlers for specific ones (e.g. gifimage) but not for some of the generic ones (e.g. *, Folder, AllFileSystemObjects). I have a reference for the desktop operating systems, but I wonder if mobile differs from these. --brian Please see this post for details on where to post non-VS 2005 questions ...Show All
Visual Studio Express Editions WSH in VB.Net Express????
Hello, I'm trying to do multiple things that seem rather tedious and or difficult with VB.NET Express. Run part of the code as an administrator Read/write NTFS permissions on files/folders Map Network Drive I can do all of these fairly easily with VBScript and WSH. I was wondering if there is a way to access WSH from within VBScript or if it would be easier for me to have the VB program create the vbscript (WSH), run it, then ...Show All
Windows Forms Customising TreeView to display ListBox at nodes
Hi, I want to know how i can display ListBox at the nodes in TreeView. Do i have to customize the TreeView class If anyone has done this before, please reply. Thank you for Consideration. Regards, Laksh. ...Show All
Visual Studio Express Editions unable to run setup/install
i have a problem.just completed downloading the vb2005 express edition (vb.img around 486 mb). it took almost 20 days to downlod.now the frustrating part. I cant install it(cant run the setup.exe file).whenever i try to run it a dos prompt window opens and closes and then nothing. what should i do i dont want to download this huge file again. I believe that there is a link up on the MSDN Subscriber Website that ...Show All
SQL Server Please Help!!!
I'm running Visual Studio 2005 (VB) with SQL 2005 installed. I tried to add a SQL database and it says SQL express is not installed. And here I was thinking that SQLexpress was only for VS express. I do not want to use that old crippled handicap SQL express database... how do I use the regular SQL database Thanks. For starters, SQL Express is hardly OLD, it came out at the same time as SQL Server 2005 ...Show All
Visual Studio Express Editions How do we select sub main as startup object
hi, in VB6, we used to select submain as startup object from propertis windows. How can we do so in VB Express, here only option is shown about Forms On the Application Session uncheck "Enable Application Framework" Sorry for my english.. i'm brazilian bye ...Show All
Visual Studio Team System Build FAILED: A database error occurred (SQL error 8152) ---> String or binary data would be truncated.
Hi, I'm running Beta 3 Refresh in a single server environment. I've started moving our source code from StarTeam to TF Version Control, but have run into a problem with the build. I started out with a small sample and a simple build file and everything worked fine. Now I've checked a major part of our source code into TFVS and have set up a team build. The build have multiple solutions with multiple projects and several thousand source files. Th ...Show All
SQL Server Data Driven Subscription with no results
I have a data driven subscription that is set up to email and uses a sql statement to generate the delivery settings and report parameters for each recipient (so each person does not reveive one email per row in the result set). I'm told that this is a good work around for creating a subscription that will NOT fire an email if there are no results returned, however I can not seem to get this to work...it continues to send an email with a blank r ...Show All
Software Development for Windows Vista Count number of active transactions in COM+
I want to write a program to monitor COM+ transactions. Does anyone know how to write in VB6 to count the numbers of active transactions held in COM+ server You will need to use COM+ Events and IComTransactionEvents: http://msdn.microsoft.com/library/ url=/library/en-us/cossdk/html/f28a0ef5-1c9a-4fdc-bb10-2c381f22f5e3.asp frame=true I don't have a VB6 sample cody, sorry. But it will be similar to c ...Show All
