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

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

Gurjeet

Member List

tim.rachel
MovieFan
Martin Odhelius
Lucky2000
atlasnetguy
Wayne Sepega
WholesaleElectric
SaloS
mannequin011
toni_gom
Mark Arend
Brian Love -- MSFT
vickrish
Arjan Pot
Juggernaut.
Gino Matthew
barontufsap
whulfy
lkinney
acousticStrike
Only Title

Gurjeet's Q&A profile

  • Visual Basic Passing Parameters ? and LIKE with Table Adapter

    The following examples DO work in Query Builder (dataset designer) but DO NOT work in Preview Data for the tableadapter or at runtime using "FillBy". There seems to be an issue when using , wildcards and LIKE together: SELECT     ID, ClientName, AR_ID, ContactList, AssignedSalesRep, LastTicketDate, AddressList, PhoneList, State, City FROM         ConXitClients WHERE    ...Show All

  • Windows Forms I Need Help With A Very Strange Problem!

    Hi, I am getting a very strange error in the following block of code, which is used to populate a ComboBox on Form1. 1 For iCnt = 0 To ds2.Tables(0).Rows.Count - 1 2  dr = ds2.Tables(0).Rows(iCnt) 3  Me.cbxWBS.Items.Add(dr("WBS") & "  -&nbs ...Show All

  • .NET Development first e/r or classes

    Can I make my E/R and then generate my classes Do you know a tool that generates this for me Hi, for design classes I would recommend you UML. You can use the clase diagram file type to design your classes and generate code out of them in visual studio 2005. Just add a new Classdiagram to an solution and start modeling! You also can use Poseidon for UML, DIA(no code generation), Viso etc. for modeling. ...Show All

  • Visual Studio How to logon to a database programmatically. vs2005

    I have a web report (without a datasource) with two different subreports. The subreports are each based on a different stored procedure. When I run the report I always have to logon to the database, although I set the connectionInfo programmatically. The code is from the cr tutorialsamples. Is it because I use a stored procedure instead of tables (the sample uses: CrystalDecisions.CrystalReports.Engine. Table) Regards, Goos. <code> ...Show All

  • Visual C++ changing "licensed to" information

    im trying to create a setup and deployment project to create an install for my app it creates the msi/exe files fine BUT: when i run them i get this error: "the folder path 'julius/ryan abella' contains an invalid character this is the licensed to information that can be found in help-> about microsoft visual studio in the top right. how can i c ...Show All

  • Windows Forms question about tree control

    I have a tree control this tree control has a image list,  if you didn't assign an image to the nodes,  vb.net automatically assign the first image to those nodes which have no image. if I dont want any images for some nodes, how can  ...Show All

  • SQL Server Disable the "All" option in a parameter

    Does anyone know how to disable the option "All" in a parameter which is in a 2005 reporting Services Report based on a 2005 AS Cube Thanks in advance, Pieter Yes that is correct, but it does not give me the solution for my problem. From Microsoft I got this information: "The <Select All> option in the parameter drop down is only a UI item. This will be removed with the SP1 re ...Show All

  • Visual Studio Team System TS for Database Professionals

    Hi, Does anyone know if the new TS for Database Professionals will be able to generate change scripts for live replicated databases in SQL Server 2005 In SQL 2000 I have to remove the replication, apply my change scripts and then setup replication again. It would be very useful if the database could be upgraded while replication is still running and have the database change replicated to the remote systems. Thanks in advance, Aaron ...Show All

  • SQL Server AS2005 September CTP Errors when Processing Cube

    I have a cube which was originally created in the June 2005 CTP. I have made no changes.  I am just attempting to process it in the AS2005 September CTP. I get random messages like this: Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_PolicyFact, Column: PolicyDimKey, Value: 3135. Errors in the OLAP storage engine: The record was skipped because the attribute key was not found. Attribute: Policy Number of Di ...Show All

  • .NET Development threading and debugging?

    Hi there. Sorry for posting a daft Q, my apologies. I was wondering if it is at all possible in VS.NET 2005/.NET 2.0 to still step through the debugger when a thread has been started I would like to see what is actually happening in that thread. Or is it best to not implement threading until I have made sure that a method is meant to do what it should do, then implement a threading on that thread Another Q I have is this: when you do a "thread. ...Show All

  • Visual Studio Tools for Office InfoPath 2003 Tools for Visual Studio 2003

    I am a regestered partner, Action Pack subscriber, and part-time developer. I own a copy of Visual Studio Professional 2005 but I do not have a MSDN subscription. I need to create a Visual Studio project to add an enhancement to an InfoPath 2003 form. As I understand it, I need to install the InfoPath 2003 Tools for Visual Studio 2003. How can get the needed tool. The InfoPath tools for the previous version of Visual Studio were available ...Show All

  • Visual Studio Team System Behavior of Test and *.vsmdi

    I have one question of behavior of run test. My sulotion name is Test.sin and it created Test.vsmdi and Test.testconfig in sulotion. When I run test, the TFS sometime will check-out Test.sin and added new Test1.vsmdi file into my sulotion. I dnown't understand this behavior. I want to continue to work with old file, I do not want that TFS creates new vsmdi file. How to prevent new vsmdi file creation Thank you for your reply I don't kno ...Show All

  • Visual C++ socket programming-receive() function

    Hi, When executed the following,The receive() is returning 18 bytes of data(p=18). But the buf variable is having only 14 characters. SO, i am getting assertion error at i=14 .Can anybody help Here m_connectsocket is an object for class derived from CSocket. void CSockMFCDlg::onreceive() { char buf[256]; Sleep(5000); int p=m_connectsocket.Receive(buf,256); if(p==SOCKET_ERROR) MessageBox("Error in receive",NULL,MB_OK); else { ...Show All

  • Windows Forms Convert a SDI form to a MDI form?

    Is it possible to convert a SDI form that I created to a MDI form.  There's a bunch of code and form setup time that I'd rather not loose ... if possble. If I can convert frmMain to a MDI form, I can set the MDIchild switch& ...Show All

  • Windows Forms Encrypting password field in SQL table.

    Hi all!!! :) I'm using VC++ 2005, created a CLR Windows Forms project. Connecting to a sql express database using SqlClient namespace. SqlConnection, SqlCommand etc. How can I encrypt a field of text, which contains a user password Thanks! You should use one of the HashAlgorithm (SHA1 is most common) derived class to store password's hash value so there is no way for anybody to gain access to the original pas ...Show All

©2008 Software Development Network

powered by phorum