Software Development Network Logo
  • Architecture
  • VS Team System
  • Visual FoxPro
  • Visual Basic
  • Visual C++
  • Visual C#
  • Visual J#
  • Microsoft ISV
  • Windows Vista
  • SQL Server
  • .NET Development
  • Visual Studio
  • Smart Device
  • Windows Live
  • Windows Forms

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

gabigpa

Member List

M. Buragohain
Nirupama
Hannah
Notre
jacky1019
Lion4ever
IrvineLewis
Tore
Paul Seymour
MAMMOTH_MK
K-DUB C
Ehab H.GEDDAWY
BSohante
NT
retkow
Amazon Mother
jose mondaka
ydurt
complete_blue
Shishir21370
Only Title

gabigpa's Q&A profile

  • Visual Studio Team System Method fails in unit testing with System.Resources.MissingManifestResourceException

    I have a method I am testing that provides localized strings and wanted to provide a unit test to take it through its paces. I already have the method working and wired to a UI, but also wanted to write a unit test for the method so that others would know that it works and to provide a code example. What is strange is that the method works as expected when I run it in the UI, but the unit test throws a System.Resources.MissingManifestResourceExc ...Show All

  • Visual Basic custom enumerator, com interop, and vb6 client

    Context: I have a legacy VB6 application that uses DAO and Jet. The owner of the company does not want to change any of the DAO code as we move into VB.Net, so I've been working on a set of VB wrappers to present an interface that looks just like DAO. The advantage to this is that we can subsequently replace the underlying DAO code in the wrappers with ADO.Net to use SQL Server in the future. The design: I have a set of abstract classes ...Show All

  • Visual Basic Pie chart example

    Hi I am new to Visual Basic, is there a way to create a P ie charts with four variables (20%, 30%,10%,20%,20%) Thanks, MK can you me show me an example of using Excel. Thanks, mk ...Show All

  • SQL Server book

    Can you recommend a book on Integration services in sql server 2005 Thanks >Any idea what the differences are Yeh, the code works against RTM. :-) BTW, when discussing books, don't forget "The Microsoft Data Warehouse Toolkit" by Joy Mundy , Warren Thornthwaite , Ralph Kimball . " It covers SSIS very effectively in the context of solving business and data warehouse problems. Do ...Show All

  • Software Development for Windows Vista Create new condition rule from the designer

    Hello, I am hosting the WF designer (beta 2) as shown in the WorkflowDesignerControl sample. The only difference is that I don't use the property grid for setting activity properties. When I select the IfElseBranchActivity and I try to run the RunConditionDialog for creating the condition rule, I do as following: public RuleExpressionCondition NewCondition(Activity activity, string coditionName) { RuleExpressionCondition condition = new ...Show All

  • Visual C# Searching a csv file

    Hi, I am trying to search a csv file until it hits a null value. The csv file is set up in such a way that I can search line by line until the first cell is blank (MB/Code). At the moment I just want to find this null cell and get the program to return the value, and then I can find the Res-Code and do some further calculations. Below is an example of the file I am searching. MB/Code Description Res-Code D desc1 ...Show All

  • Visual C# Break points not responding.

    Morning all, can some one point me in the right direction as to why my break points work only after I have done a complete rebuild of my solution. I am using VS2005 c#. Plus when they do finally work pressing the step into button (F11) do not go to the method.   Wayne   This may help:  MemberShip newMembership = new MemberShip();  membershipId = newMembership.CreateMember(); I am placing a breakpoint o ...Show All

  • Smart Device Development Follow up flag

    A feature that is missing when syncing with Exchange server on Windows Mobile devices is the ability to mark an email "For followup". I want to make a context menu dll that makes this possible in the messaging application. The plugin is working and I can set the "Read" flag with M SGFLAG_READ but I can't find the "Follow up flag". Does anyone know how to do this Best regards Oystein ...Show All

  • Visual C++ rand() not being random!!!

    OK An other problem which I really need assistance with I'm using srand to generate random numbers out of a range BUT i always get the same sequence of numbers!! But I notice the problem come from rand() i tried to create a new project with only this : #include <ctime> #include <iostream> using namespace std; void main() { srand(time(NULL)); cout << rand() << endl; cin.get(); cin.ignore(); } ...Show All

  • Visual Studio Command routing question

    Hi, I'm writing a package and I'd like to intercept some commands that are executed from menus created by another package.  I understand from some VS architecture discussion that commands are normally routed to the package that defines the command and that not every command is routed to every package.  It's stated that it is possible to override this behaviour with a priority command target so that my package can override other package ...Show All

  • Visual Studio Express Editions SQL EXPRESS too sloooow...

    Could someone please help. I used to have a very smooth running SQL EXPRESS server. After I installed Beta 2, the server got very very slow with massive resource consumption. It can now take in and around 30 seconds just to login with massive use of the hard drive. Does anyone else have this problem I am using SQL EXPRESS version: 9.00.1116 Thank you, Hi, Thats correct and SQL Server Express does support all of those. In fact ...Show All

  • Smart Device Development Problem with HTTPWebRequest on Pocket PC 2003 SE Emulator

    Hello all, I'm trying to create a simple application that does a HTTP request/response on a button click. Here's the entire code which I got from a reference book: using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using System.Net; namespace emulator2 { public partial class ...Show All

  • Visual Studio Team System Adding data bindings from a webtestplugin

    I'm trying to add data bindings to a webtest using a webtestplugin and it doesn't seem to be working. Any thoughts Daryl, This behavior is due to the fact that we only load data sources at the start of a test run (the whole run, not per test iteration). You can only call those methods from within InitializeDataBinding since that method only gets called once per web test at the start of a run. Normally, you'd ...Show All

  • SQL Server URL rending vs embedded reports

    Hello, We have an intranet app which is created by a group of developers. The app has buttons to invoke reports. They don't want to embed rdl files into Web app but want to render reports using the url and passing the required parameters. Since none of the people in our team is expert in Reporting Services I would appreciate some advice on the following: 1. Is the url rendering easier than using embedded reports when it comes to deploying ...Show All

  • Visual Studio Express Editions How to use "For Each" with a dictionary

    I've just started playing with dictionaries.  I have been able to iterate through a list using the "For Each" construct, but I have not been able to do it with a library.  Any suggestions would be appreciated. For Each x As myObj In listContact    '...code to process each x Next Dim dictContact As New Dictionary(Of Int32, MyObj)    '...Add lots of Keys and MyObjs to dictContact, then For Each x As MyObj in di ...Show All

©2008 Software Development Network

powered by phorum