Software Development Network Logo
  • VS Express Editions
  • Architecture
  • Visual J#
  • Smart Device
  • SQL Server
  • Windows Vista
  • Visual FoxPro
  • Game Technologies
  • Visual C++
  • Windows Live
  • Visual Studio
  • Visual Basic
  • VS Team System
  • .NET Development
  • Visual C#

Software Development Network >> Cryptik's Q&A profile

Cryptik

Member List

Martin Naplava
fakie2fakie
Dynamic_array
Binoy R B
Omer Colakoglu
Bonsaicoder
KapilD
jbowers
Vinod59
Victor Havin
Mike Droney MSFT
MetallicDream
hyperhat
MarkIsMobile
Gus Jones
Keeron Modi
dreyx2000
Tony H
RUAskingMe
Jason Manfield
Only Title

Cryptik's Q&A profile

  • Microsoft ISV Community Center Forums Code erroring out.

    Ok here is the code that is breaking: If Range("useSP").Value = "Y" Then startpoint1 = 1 startpoint2 = 1 Else startpoint1 = 144 startpoint2 = 943 End If 'Inputing formulas and making needed properity changes For x = 0 To 142 With Sheets("Pyramid Evolution").Range(Range("SalaryPointPE").Cells(startpoint1 + x, 1).Value) .Formula = Range("SalaryPointPE").Cells(startpoint1 + x, 2).Value .Interior.Color = Range("SalaryPointPE").Cells(startpoint1 + x, 3).Value .Locked = Range("SalaryPointPE").Cells(startpoint1 + x, 4).Value End ...Show All

  • Windows Forms Connect to SQL Server 2000 through an ASP.NET Web Application

    Hi! I am going to connect to "SQL Server 2000" through an "ASP.NET Web Application". My development environment is "Visual Studio .NET 2003". In my "Toolbox" -> "Data", I drag a "SqlConnection" and drop on the page. It would automatically be named "SqlConnection1". In its "Properties" -> "ConnectionString" -> &quo ...Show All

  • .NET Development how to read properties from a config.ini file

    hi i wan't to read from a config file .eg: config("Connectionstring") i know how to load a xmldoc...eg:  xmldocument.load("C:\config.xml") but how to retrieve the values in the nodes regards Remco For handling INI files there is a good artikel on The Code Project: http://www.codeproject.com/csharp/kratinihandler.asp INI's are not XML. When you want to read .NET Config Files (XML) for you own application (App.config) just use: string value = ConfigurationSettings.AppSettings["ConnectionString"];   When it's not a App.config file but a other config file, just use the Configur ...Show All

  • Visual C++ Need help with SendDlgItemMessage(...CB_FINDSTRINGEXACT..)

    I'm getting a "Unspecified Error" when my code got to the SendDlgItemMessage to retrieve the index that is a matched to the string that I sent. Can someone see how I coded this incorrectly Also, the index value is return through lResult. How do I get the index from lResult variable It's defined as IRESULT which is a long pointer. Thanks. PWSTR SR= bstrtSearchResult; //This is the content of syamrk-ComputerReference token = wcstok(SR, seps1); for ( int i = 0; i<2; i++) token = wcstok(NULL, seps1); //Find the 3rd forward slash token = wcstok(NULL, seps2); //Find the 1st comma and we got the symar ...Show All

  • Windows Forms Extending DataGrid

    Hello, I have followed microsoft's Walkthrough: Creating Your Own Collection Class  to create my own Collection object.  I created the following classes: Receipt, ReceiptItemCollection, ReceiptItem. 1. I have bound a datagrid to my ReceiptItemCollection. 2. I am having trouble customizing the appearance of the datagrid. ( using this example ) (basically nothing happens..datagrid is automatically creating columns) I am supposed to specify a MappingName for the DataGridTableStyle and DataGridtextBoxColumn objects.  This mappingName property is of type String.  So i can't tell it to use the first column in the coll ...Show All

  • Windows Forms A mysterious exception in a form with a TabControl...

    Hi to all. I have an application (written in C# 2003) that contains a form with a TabControl, that contains three tab pages. Until I has on my PC the installation of .NET Framework rel. 1.1 only, no problem occurred me. When I installed two months ago SQL Server 2005 Standard Edition and its requirements (also .NET Framework rel. 2.0) I started to verify an unmanaged exception during the form opening. " Exception thrown: System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, Int ...Show All

  • Visual C++ Transfer CString between classes

    Hi, I have a MDI application and from the menu I can open a dialog with a edit control and a OK button. When I push the OK button the text in the edit control shall be stored in a variable in my CDocument class. But when the dialog has been closed, the variable that should store the CString is empty. What have I do wrong In the dialog class I have this code: void CMyDlg::OnBnClickedOk() {        CString EditCtrlText;        m_EditCtrl.GetWindowTextA(EditCtrlText);        CMyDoc m_CallFunc;        m_CallFunc.StoreCS ...Show All

  • Visual Studio Express Editions plotting graphs

    I'm not able to use afxdisp.h as it gives lots of errors with windows standard.. & thus cant use COleSafeArray for creating array to plot graphs. & not able to use mschart can someone please help me out.. how to plot XY grahps.. using simple form application in vc++ thanks & regards -- vishal Are you using VC++ express edition If so you cannot use VC++ Express with COleSafeArray, since that is part of MFC. And MFC is not available in C++ Express. Unless you can find some way of emulating COleSafeArray, you'll have to buy the standard edition or higher. ...Show All

  • Visual Studio VC++ error while compiling

    Hi When i compile any file in VC++ 2005 express, I get the following error: c1xx : fatal error C1083: Cannot open compiler intermediate file: 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_CL_6fd3eb94ex': Permission denied I cant figure out what to do here Also, trying to uninstall this beta express edition(to install the release version), it virtually hangs the PC and does not uninstall the VC# and VC++ expresses.  I am using the uninstall tool provided by Microsoft. Please help as all my work is hung due to this problem. Thanks Hi: I assume the path mentioned in the message above is what your TMP enviro ...Show All

  • Visual Studio 2008 (Pre-release) How to pass parameters to Web Browser Application?

    Hi, Is it possible to to pass parameters to web browser application Something like: http://localhost/Test.wba ClientId=12345 Thanks   Yes it is possible. Within the web browser application, you can use System.Deployment.Application.ApplicationDeployment.CurrentDeployment.ActivationUri to get to the Uri and pull the request parameters from it. Regards, Ashish Shetty Program Manager, Windows Presentation Foundation http://nerddawg.blogspot.com   ...Show All

  • Windows Forms DataGrid

    How to make the header of the gird as fixed While scrolling the header also moving along with. ...Show All

  • Visual Basic Saving and Recalling items in a list box

    I am working with visual basic 2005 express edition, and I have a form with a list box on, how would I save items in a list box when the form closes and recall them when the form opens. Thanks Well you have several options. The best one would be to save your list box items into a simple XML file. It should have a structure like this: <items> <item> <value>XYZ</value> <text>dada</text> </item> </items> Then when you close the form you simply write the XML file (Xml namespace) and when you load your form you read the XML and get all the items and add ...Show All

  • SQL Server column names of the table

    Hi guys, Is there any function that can the column names of the table I know about the sp_help but I want I'm going to call this from my .net application Thanks How about using the INFORMATION_SCHEMA.COLUMNS view -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ wrote in message news:2ff402f1-91fb-4795-aee4-bc05d3efcffa@discussions.microsoft.com... > Hi guys, > > Is there any function that can the column names of the table I know > about the sp_help but I want I'm going to call this from m ...Show All

  • Visual Studio Checkout / Checkin using Label ...

    Hi .. I am using SourceSafe Version 6.0 (build 8163) I have a script that I am using to get files using a LABEL and then do the build.  Part of the script will checkout the version.h (using the LABEL) and then update the build version information and then checkin the version.h.  When I use the LABEL to do the checkout I get the following error message: Version.h is pinned to an older version. Unpin this file or perform a rollback before attempting to check it out. Using SourceSafe - It does not seem that Version.h is pinned.  I have attempted to add the UNPIN command before I do the checkout and it returns this error m ...Show All

  • Visual C# Need help with a example how to use a find or exists predicate in a generic list

    Hi, I am getting familiar with predicates and how to use them In what I am doing at the moment I have some many collections where I need to use find,exists predicate.Obviously I need to check at run time whether an item is in the  collection or find an item that user specifies in a textbox etc... How was wondering how I can implement this in a generic list. I have found an example on msdn but the string to find it's always hardcoded. can you help List< string > l = new List< string >(); l.Add("Red"); l.Add("Green"); l.Add("Blue"); l.Add("Purple"); bool colorExists=l.Exists( delegate ( string s) { return s == "Red ...Show All

©2008 Software Development Network