zaman's Q&A profile
.NET Development Handle property in textbox
In .Net Framework, there is a handle property in textbox control. How do I implement this handle value in vb.net of .net compact Is there a trick Thanks ! that checkbox was gray out. However, I was able to uncheck it. But I could not see handle property, so I went to tools -> options -> text editor again, I saw the checkbox is checked and gray out again. ...Show All
Visual C++ Non standart shape of a form
How can i create a form with a shape of a circle or other nonstandart shape (with mask or w/o it). And not only a form - Buttons and another controls too. Alexxey wrote: How can i create a form with a shape of a circle or other nonstandart shape (with mask or w/o it). And not only a form - Buttons and another controls too. See http://www.codeproject.com/dialog/SimpleIrregular.asp ...Show All
Microsoft ISV Community Center Forums Excel memory issues
Hello everyone, I have been involved in the development in a graphical user interface which is used to sort large amounts of data, (thousands of rows, 30 columns). After sorting the data according to required ranges on column data, the columns can be plotted with any column against any other column. The number of plots can reach the hundreds and are displayed in a half-sqaure fashion. Anyway, I originally needed only 10,000 or so rows of ...Show All
Smart Device Development How to Mirgating Embbed VC++ ver 3/4 Project to VS2005?
Hi, I like to mirgate few of our Mobile Solutions developed for Windows CE/Pocket PC using embbeded VC++ 3 or 4 Projects source files into VS 2005 for further development. How to go about Please advise, thank you in advance and have a nice day, cheers! Best Regards Abel/Singapore We have a patch for Beta2 that includes an upgrade wizard which will be part of our RTM. The patch can be downloaded from: http://blogs.msdn.com/ ...Show All
Windows Forms Terrarium Status -- Contest, Framework 1.1
Can anyone provide an update on the status of the Terrarium regarding the contest for the Pocket PCs and the new version for the 1.1 version of the Framework I am also interested in the contest I was quite excited to fi ...Show All
Visual Studio Express Editions Intellectual Question??
Hi There Below Is a Is a Generated VB Simple Program. - A Windows Form with a Rich Text Editor Control loaded with the Text - "Hello World Without A Printer"....... < Global .Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protec ...Show All
Smart Device Development GPRS on Smartphones with C#
Hi everybody I am trying to open a socket over GPRS on a smartphone with the System.Net.Sockets.TcpClient class. But this results in an error. I read something about a ConnectionManager in OpenNETCF but could not find out, whether in .NETCF2 this is still necessary, nor how to exactly use the class from my C# code in order to open a GPRS connection. Can somebody provide or point me to a valid code snippet about how to open a socket on a ...Show All
Windows Forms Drawing see-thru shadows
Can anyone tell me how I can paint a see-thru shadow, for instance a little low and to the right of a rectangle - in VS.NET 2005 C# Thanks for your help, Mikael The issue is 2 part. You can have a basic shadow, and then you can have one of those soft shadow, those that look real. Now the issue is whether you are using GDI+ or whether you want to create it using controls. By using GDI+ you can create both, but the softshadow wont be a ...Show All
SQL Server SQL Agent Job Creation: SQLAgentAdmin
We are using SQL Accounts to access our JUNE CTP Standard build of SQL2005. (We are cross domains that don't trust each other, and will never will as we are migrating to ActiveX). We setup a new account: dbo_<dbname> gave it DBO access to the database that it is running on. We need to create some jobs (that are scripted from the original server) to run in SQL Agent. Per the documentation: for sp_add_job We granted this account: dbo_& ...Show All
SQL Server how to synchronize between sql mobile 2005 & sql 2000?
Hi, I need to synchronize a sql mobile database & sql 2000 database. Someone knows how can I export a SQL 2000 db to SQL mobile 2005 (.sdf) Cesar! Please see topic " Managing Connectivity (SQL Server Mobile) " at http://msdn2.microsoft.com/en-us/library/ms171801(en-US,SQL.90).aspx . ...Show All
Visual Basic Form.Designer.VB Code from controls that were deleted
I am new to VB, so please bear with the terminology. I have found that when I delete a control in a form, the control is still being inialized via the formname.designer.vb. The problem is that if I have a control named "NewToolStripButton", then decide to delete it because it isn't what I want in the design. Then later decide to place the textbox back in and name it "NewToolStripButton" again, it won't let me. I have to us ...Show All
.NET Development How to monitor files in different folders using the FileSystemWatcher?
Hi This is what i came up with but it doesn't monitor these folders simultaneously Did you wire the events And you resert the Filepath every time in the loop. For each root directory you need a dedicated FileSystemWatcher object. ...Show All
SQL Server CreateSPs Sample Application Causes Exception.
When I use the CreateSPs sample app on a sample database (Person), with a sample table (Contact), the following exception occurred. ============================================= Add object to collection failed for StoredProcedureParameterCollection of StoredProcedure 'SmoDemo.uspContactSelect'. (Microsoft.SqlServer.Smo) ---------------------------------------- For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft SQL S ...Show All
SQL Server What exactly can sp_executesql parametrize?
I am attempting to create dynamic SQL with sp_executesql. However, it seems that parameters can't be created arbitrarily in the query string. In particular, the name of the table apparently can't be parametrized, or I am doing something wrong. I use SQL Server 2000 with the latest service pack. The table task has a few columns of which TaskID is Primary Key and INT. This works fine: DECLARE @pot nvarchar(200) SET @pot = 1 DECLARE ...Show All
.NET Development SocketStream Comunication is not working in the release mode
Hi people, I wrote a Server-Application using TcpClient and TcpListener then I use a GetSteam to make a StreamWriter and StreamReader, so my comunication between Client and Server works, but only in Debugkonfiguration not in Releasekonfiguration. In the Release the Server accepts the Client i.e. the Socket is created but I can not send messages by the StreamWriter or StreamReader, when ever I Flush the message. Is any thing I can do to ...Show All
