SASMJS's Q&A profile
Visual C++ resolving link error
I'm using visual studio .net 2005 prof., I trying to call Matlap R2006 from MFC app., I get these errors : 1- error LNK2019: unresolved external symbol _engOpen referenced in function "public: int __thiscall CFlow::StartSimulation(void)" ( StartSimulation@CFlow@@QAEHXZ) Flow.obj 2- fatal error LNK1120: 1 unresolved externals . and i have added the neseccery header files "engine.h" in the flow class header file. - the code that returns this er ...Show All
Windows Forms ascii codes
I know this is a simple question but for the life of me, the light's not coming on this morning.... How do I return the printable equivalent of an ascii code For example, the decimal representation of ascii code 65 is the capital "A". I'm creating a spreadsheet like form where I want to dynamically return "A", "B", "C", etc. I would like to do something like this: for(int ctr = 65; ctr <= 90; ctr++) // print the alphabet { // The ...Show All
SQL Server join problem
Hi All I am tring to get some data from the customer table and linking it to a view select ca.account_status, cs.code from customer as ca inner join v_customer_status as cs on ca.account_status = cs.description The reference between the tables is the account_status and the description The error I am getting back is: Server: Msg 446, Level 16, State 9, Line 1 Cannot resolve collation conflict for equal to operation. Not sure ...Show All
.NET Development SSH/SFTP Communications in C#
I'm looking to get started implementing a SFTP handler in my application (.net 2.0) and so far I'm just not finding what I'm looking for. Seems like all the SSH/SFTP code and libraries out there are for the Linux crowd. Can anyone point me in the right direction Am I going to be making calls to a command-line SSH app, or is this something that's going to be doable with reasonable effort i tried with the Sharp SSH componet . it works to ...Show All
Visual Studio 2008 (Pre-release) Working with a Canvas in Cider Designer
When working with canvasses in the Cider Designer, I can't select it to move it around, and I can't seem to drop anything on it, I have to add with XAML, and if add the items in that way, the items themselves are not moveable or sizeable. Is there a bug fix for this Thank you, Jaco There is currently no support for interacting with container controls other than the Grid. Much of the work we have done i ...Show All
Visual Studio Team System Changing the logged in user
Hi, I am using team foundation server for workgoups. The server is windows 2003 in a workgroup, we are not using active directories. The initial login to TFS was with the admin account to set up the users. I added all the users but cannot get a login screen. TFS always logs me in as admin. If I change the admin password on the server it gave me a login screen, but when I reset the admin password back to the original, TFS stopped asking fo ...Show All
Visual Studio 2008 (Pre-release) How to use negociateServiceCredential="false" ?
Hi, This question is related to a previous post that didn't get any answer yet (certainly because of timezone ). In wsHttpBinding I'm trying to use a message security without any negociation (I want to avoid any SPNego, TLSNego and BinaryExchange stuff). My STS will handle the messages from the HttpHandler level so I don't have any framework for this. Everything will have to be written from scratch. How is it possible to use negociateSe ...Show All
Visual Basic SIP Dialer (RTC)
I have some problem to register the SIP dialer in SIP Server. Is anyone did successfully sip soft phone using RTC I am going to give me code here please download it and let me know what is more configuration need to be register. dialer.rar Thank You waiting reply please Abdul Lateef ...Show All
Visual Basic Update and RowState
I have some personnel data in a SQL database. I’m trying to use VB.Net 2003 to set up a front end for it. As a start, I created a form with just key value, name, SSN, and payroll number. I set up a data adapter which retrieves one employee’s record at a time. Using my SSN as a test field, I was able to fill the dataset, make changes to the SSN field, and use the data adapter’s Update method to save those changes ...Show All
Windows Forms Questions on ToolStrip controls
Hi, I have 2 questions regarding ToolStrip controls in .NET 2.0 1. I want to have a drop down menu on a ToolStrip which also enable Checked/Unchecked state. Both ToolStripSplitButton and ToolStripDropDownButton do not have Checked property. Is there any other control in the framework which supports this feature or I have to create my own custom ToolStripItem 2. I write the following code to persist the whole ToolStrip/MenuStrip layout ...Show All
Smart Device Development ODBC
Hello everyone and happy Easter, i'd like to write some data in any database using ODBC, is this possible on windows mobile 2003 and how till now i've tried to get the ODBC drivers from my pocket pc but i keep having null objects as results. here is the code, it's actually 3 c# files that u add to a project and a form that has a button called button1 and a multiline textbox called textBox1, when you click on the button the drivers' list s ...Show All
.NET Development WebUserControls not shown
Hello, when I'm building a WebControlLibrary with a basic WebCustomControl and a basic CompositeControl the IDE (VS2005) displays only the WebCustomContol in the toolbox. Does someone know why my IDE doesn't show the CompositeControls Thank you, Roman Examples: public class SimpleCompositeControl : CompositeControl -> not displayed public class SimpleCompositeControl2 : SimpleCompositeControl -> not displ ...Show All
Visual C# How discover 'intrinsic' attributes?
Hi! I can't find a method to discover 'intrinsic' attributes - the built-in attributes such as Serializable, Obsolete, etc. There is a method to getCustomAttributes, but I haven't found one for the builtins. They have to have APIs to access them, otherwise the tools won't be able to discover them. Can anyone steer me in the right direction Examples Jess C# Online.NET http://wiki.csharp-online.net/ E ...Show All
Visual Studio Team System Installing Build Server?
For testing purposes only... would I be able to install the Build Server on top of the single-server deployment machine Or does this have to ba completely separate install I already have the single-server deployment and Visual Studio RC1 (with Team Explorer as well) installed on a single machine (so far so good). Thanks, ~slee You can certainly install Build server on top of your single server machine. ...Show All
SQL Server Cluster nodes
Hi All, I've heard in a presentation that the number of supported nodes in a cluster on 64bit system is going to be limited to 4. Can you confirm that What about the number of instances These are the informations that I have: 25 in a cluster (a drive letter is required per cluster group) 50 in a standalone server with Enterprise Edition 16 on the other Edition Can you confirm as well Thanks for your response. Jerome ...Show All
