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

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

Parmesh A

Member List

molecula
pothik
BusyDay
ClaudeA
ppl1
ButlerDJ
kaizenn
Terry Jeanes
Jetto
Hinesdev
Nathan Stott
Dhirendra
... no and then!!
neoonwheels
ccyt
Froggyman3210
Spenceee
jhaxter
hamidjr
Mish87879
Only Title

Parmesh A's Q&A profile

  • Windows Forms grid, dataset, datarow

    Simple question (I think), but I'm struggling with this. I'm passing a dataset and a datarow to a new form by reference. The new form uses the dataset to populate a datagrid. I want to be able to select a row in the grid, and fill the  ...Show All

  • Visual C# How to change the font color...

    Greetings for all: My question is how I can change the font color of a ListViewGroup, for example set it RED. Thanks every body. Hope this might help ListViewGroup lvg = new ListViewGroup (); lvg.ListView.ForeColor = Color .Blue; ...Show All

  • SQL Server Custom task database connection

    I'm developing a custom error task for SSIS. I've got a couple of existing OLE DB connections that exist in the Connection Manager. I want a drop down to be displayed in the Custom Task dialogue properties where the user can select one of the databases from the Connection manager. 2 questions: 1. How can i get the list of OLE DB databases in the properties dialogue 2. Does anyone have a code sample on accessing a database like that within the c ...Show All

  • SQL Server 0xC0010001 with Parameterized OLEDB Source

    I am trying to call a stored procedure as part of my OLEDBSource.  It takes two parameters.  @StartDate datetime and @EndDate datetime. I define the SQLCommand in the OLE DB Source as: sps_MyFoo , I then click the parameters button and fill in: @StartDate      User::ChangesSince @EndDate         System::StartTime I have confirmed both of these variables have va ...Show All

  • Visual Basic WMI,IPAddress,SubnetMask setting!

    I am trying to set my ip, subnetmask, standard-gateway (and dns-server) with an application that I created using Visual Basic 2005 Express.   The code that I previously used works fine with VBScript, but VB 2005 does for example not accept strIPAddress = Array("192.168.1.141"). I have tried different ways to assign the array, no luck so far.   The error I get is "Check the ErrorCode property of the exception to dete ...Show All

  • Software Development for Windows Vista baseclasses don't be builded in VC2005,why?please help me

    error description: ..\DXSDK\Samples\C++\DirectShow\BaseClasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Is there any new version dxsdk can solution the problem Must Rewrite these codes to solution the problem thinks for answer. Take a look at http://blogs.msdn.com/mikewasson/archive/2005/05/23/421116.aspx . ...Show All

  • Visual Basic String Formatting

    How do you format strings in VB.Net i.e. In VB6: Format("A1B1C1", "!@@@@") = "B1C1" In .Net: It seems in .Net you can only format numeric data. e.g. String.Format("{0:###0.00}", SomeValue) But I want to format a string text :-) I did read MSDN and it showed me how to format numeric data, but not an alphanumeric string such as in my VB6 example.. For ...Show All

  • Smart Device Development Deploying a Visual Basic/Studio program on a PocketPC 2002 emulator or device

    The device has been synchronized with the PC. My Ballistics program has been working fine on the emulator. I deploy it now to the actual device. The message: "----deploy started: Project: Ballistics, configuration: Release Pocket PC---deploying to Pocket PC Device using TCP Connect Transport Connected to Pocket PC Device (Pocket PC) runing on ARMV4T. Copying files from 'C:\Documents and settings\arthur pejsa\My Documents\Visual Studi ...Show All

  • Windows Forms Adding a Custom Property to a TabPage

    I need to add a custom property to each TabPage that is created in a TabControl (whether the TabPage is created by the designer at design time or programatically at run time) . I am getting pretty familiar with custom designers--which I suspect ...Show All

  • Windows Live Developer Forums footer is underfined error

    We have a company site that we want to utilize v3 of the map control. The is made from master pages. We are getting footer is undefined error. This error appears to be related to masterpage setup. The control works ok in a non-master page setup. It appears a number of individuals have this problem. Is there a solution thx dave We have tried and this does not solve our problem. We are using master pages which may complica ...Show All

  • Visual Basic Unicode question

    After I have compiled my application are there ANY possible ways that UNICODE can affect the running of the application in any way at all For example (run on these systems characters typed and entered into fields will they be 4 byte characters ) If there is any possibility of any problems at all then how do I know when this is happening and how do I resolve the problems Michael J. Dyrnaes I keep asking you ... HOW do I know wh ...Show All

  • Visual Studio Express Editions .exe file to change screen resolution settings

    Can VB Express Edition be used to develop an .exe file that, when run, will change screen resolution from one setting to another (e.g. 1024x768 to 1280X720) If so, what template would/should be used and where might I find more information on how to do it Any feedback would be appreciated. Thank you The code I provided works in Visual Basic, not Vicual C++ (this is a VB forum). To make it work, open VB, make a new EXE project, ...Show All

  • Visual C# C# 2003 code optimization?

    I have written a Newton Fractal generator.  In computing the Newton Iteration I included a switch to determine the order of the equation.  See code snippet below: public Complex evaluate(Complex x, int order) {    switch (order)   {    case 0:          return (((((((A*x+B)*x+C)*x+D)*x+E)*x+F)*x+G)*x+H)*x+I;    case 1:       ...Show All

  • Visual Studio Express Editions VB E E 2005 and MySQL

    Can i use VB express edition to manipulate data in a remote mysql dataabase Absolutely: http://dev.mysql.com/tech-resources/articles/dotnet/ ...Show All

  • Visual C++ increment in C++

    #include<iostream.h> void main(){  int a=5;  cout<<++a<<a;  cout<<"\n";  cout<<a;  cout<<"\n"; } the above code generates the following output: 65 6 but as per me the output should be as follows: 66 6 why does the incement doen't show up the second time I think that the simple answer is complexity. This is really a language level diagnostic but t ...Show All

©2008 Software Development Network

powered by phorum