Search Result

Collapse
11 results in 0.0046 seconds.
Keywords
Members
Tags
visual studio 2005
  •  

  • JetBrains-dotTrace have problem to detect power toy

    I already install JetBrains to test application performance profiler for smart device, the problem is it not detect .Net Compact Framework 3.5 Power Toys that I already install on my computer.
    See more | Go to post

  • 201211
    started a topic How to delete folder and subfolder in device?

    How to delete folder and subfolder in device?

    I test this code and debug on device for the purpose of trying to delete folder:
    Code:
    using System;
    using System.IO;
    
    class Test 
    {
    	
        public static void Main() 
        {
            // Specify the directories you want to manipulate.
            string path = @"\MyDir";
            string subPath = @"\MyDir\temp";
    
            try 
            {
                // Determine
    ...
    See more | Go to post

  • 201211
    started a topic Eqatec get error when run BubbleCF!

    Eqatec get error when run BubbleCF!

    I'm want to test Windows Mobile application performance...
    after download Eqatec optimized profiler and I try tu build the sample application and it's success but when I press Run app button I got this error:


    EQATEC Profiler need a Microsoft connectivity component in order to connect to the device and deploy and run your app.

    The component, named CoreCon, is usually installed by Visual Studio or an SDK. If it is already
    ...
    See more | Go to post

  • How to make application run faster on Windows Mobile Device?

    I'm running application on Windows Mobile device.

    The device I use to test the application is Symbol Motorola MC75.

    When deploy the application on the device I see that the application loading slowly to go to main screen.

    The application using a lot line of code. Is there any way I can make the application go to main screen much faster?
    See more | Go to post

  • I want to extract a flash object from a word doc using OpenXml

    Hi,
    I want to extract a flash object from a word doc using OpenXml.I have done it other way round but it is not working as, if there are many flash objects then the processing time got hampered and henceforth i think openxml is more suitable>please someone help me in doing the same .I am coding in c#
    See more | Go to post

  • ocli5568
    started a topic C programming if statements
    in C

    C programming if statements

    I've read countless times, and in fact used it correctly, that you can use boolean logic in an if statement to test whether a string is equal to another string, although my compiler (visual studio 2005) just skips over this particular if statement.
    this is a snippet of the code:

    printf("Encrypt : file encryption program. Type h for help.");
    do
    {
    printf("\n>> ");
    fgets(init,...
    See more | Go to post

  • Help needed to create BLL class for storeprocedure which updates multiple tables

    Hi I am using these: ASP.Net 2.0 with VB.Net, Visual Studio 2005, SQL Server 2005

    I suspect, there is something missing in BLL class.

    I created the ASP.Net form also and checked whether it is working or not. When I submit after entering the data, an error comes.



    Please help me to solve this problem. Thanks

    The details below:

    I have created a store procedure...
    See more | Go to post

  • How to Synchronize 2 multiviews with menu control-Help needed

    Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005

    In a asp.net page, I have two multiview controls each has 2 views & its corresponding 2 menu items named Metric & Imperial. Individually both works fine.

    But when I click "Metric", the other "Metric" should also be switched on and vice-versa for Imperial. How to achieve that?

    The catch here is, one of the...
    See more | Go to post

  • Nested webcontrols from the same objectdatasource - Help needed

    Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005, Objectdatasourc e using DAL & BLL classes

    My objectdatasourc e can produce below output by CategoryID parameter: (stored procedure: GetProductsByCa tegoryID )

    CategoryID | CollectionID | ProductID | CategoryName | CollectionName | ProductName | ProductPhoto

    1 1 3 XYZ ...
    See more | Go to post

  • How to set & show default value in dropdownlist from databound items (not static)

    Hi I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005, Formview controls

    In a ASP.Net form I have 20 textboxes and 20 dropdownlists(d dl). All ddl(s) are databound and get the data from a single objectdatasourc e. All textboxes and ddl(s) support null values. Textboxes are for entering numbers and ddl(s) are for selecting the unit (mm, cm, in, m3, oz, qt like these.).

    I am using the below code to achieve...
    See more | Go to post

  • nzkks
    started a topic Dataset - data adapter related help please

    Dataset - data adapter related help please

    Hi, I am trying the following SQL to fetch the needed data. The query works in query analyzer in SQL Server 2005. But in data adapter in a dataset in Visual Studio 2005, I am getting the data with all other empty cells. What mistake I am doing? The expected result is only a concatenated value (~/images/logos/Somelogo.jpg)

    Code:
    SELECT (SELECT FilePath FROM dbo.FilePaths WHERE (FilePathID = dbo.Brands.BrandLogoImageFilePath)) + BrandLogoImageName
    ...
    See more | Go to post
Working...