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

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

Hariom

Member List

Vincent D. - Nolmë Informatique
Alphonseyz
joehammond
Szasz Bence
PhilPorreca
Sillychuckie
kritchai vanchainavin
Luis Sá
farang
awperli
nsinha
JustLearninC#
John H.
Guy Pilk
Darius R
dowens - msft
www.ilkon.com
ShaneMelbourneAus
GaryGary
KPMA-JKO
Only Title

Hariom's Q&A profile

  • Visual FoxPro use the reccount

    hello all  I use "set filter to" and want to know how much record is match the filter condition. I use the "reccount()"  but it return the result is not I want. it is all the record count This is how it works for me. Finally . Select * From Customers Where State = "NJ" Into Cursor NJ_Customers NOFILTER Then a second query can be taken, otherwise the runtime does not recognize NJ ...Show All

  • SQL Server SQL Server 2005 frustration

    Hi. I'm relatively new to the SQL Server 2005 thing.  Ive just downloaded the 180 day trial of SQK server 2005 (not the express edition), but I cant get to the management console or view any of the database bits like in SQL Server 2000. I've upgraded from SQL 2005 Express.  Is this anything to do with it Can you please help me, as I'd like to be able to follow the tutorials in the SQL server 2005 Books online Ta, Matt Matt ...Show All

  • Windows Forms Printing DatagridView

    Hi, I'd like to print only certain columns of a DataGridView. How would something like this be done I couldn't find any code examples. Thanks There isn't any built in printing support, so there are two options: 1) Use the standard printing system provided by Windows Forms and manually print out the information that you want. Check out the documentation for PrintPage and PrintDocument 2) Use the DataGridVi ...Show All

  • Visual C# Access Web Form member from it’s hosted windows user control

    Hi. I have a web app that uses a IE hosted windows user control. I would like that, somehow, lounch an external event from that hosted control that I could catch in my web form’s code behind or set a web form’s member value. Does anybody know how to do that I would appreciate any suggestions! Thanks in advance! First off you need to define your interface. This is a simple interface declaring the events you wi ...Show All

  • .NET Development Strange Behavior On File:/// link in Web Page - New Issue

    I have written an HTML page that is emailed to end-users. The HTML page has a table in it with a row that conains a hyperlink. The hyperlink is pointed at a file on their server. The HTML file worked for me on my machine until recently. We have been debugging this and it appears that Windows XP, Outlook or IE (Long version: 6.029.2180.xpsp_sp2_gdr.050301-1519) is conspiring to do the following: - If you save the HTML file from the email to your ...Show All

  • SQL Server Instalation SQL 2005

    Dear All, i tried to install SQL 2005 Corp Edition on XP Proff. but it can'nt install properly,there is something missing requirements. and there is a message "http://go.microsoft.com/fwlink/ linkid=50380", i tried to click the following links, but i dont know which one has to be downloaded. Any Idea..... By "Corp Edition" I assume you mean "Enterprise Edition". According to the OS Requirements Table ( ...Show All

  • Software Development for Windows Vista Build 5303 symbols

    Does anyone know where to get build 5303 symbols Alternatively, which build is well supported by the symbol server Thanks, Gary Symbols for the current CTP build (December CTP - build 5270) have apparently been uploaded to the public symbol server. At least for everything my own debugging came into contact with. The builds after that have not been on the public server, and I'm assuming the next time the pub ...Show All

  • Visual Studio Report Viewers

    Hi, I was wondering if there is any difference beteween the Active X viewer control and the .Net viewer control that ships with Crystal 11 Release 2. Also, is there a way to bind a binary stream to the report document object without actually saving the report to the disk. I read reports stored in a DB and want to display them without storing them on the file system. Thanks, -Suri ...Show All

  • SQL Server MHTML not exporting all data?

    (This refers to ssrs 2000) I'm trying to export a Report to an MHTML file, but for some reason the top level list is not having its info exported at all, Pdf works fine however. Report should look like this: Begin list 1 -list 1 details -Begin list 2 --list 2 details --Begin list 3 ---list 3 details --End list 3 -End list 2 End list 1 list 1 details not being exported when save as MHTML. Any idea why this would be happening only f ...Show All

  • Visual Studio Team System How to: Add Data Binding to a Web Test

    According to this walkthrough: http://msdn2.microsoft.com/library/ms182546(en-us,vs.80).aspx I should be able take values from a Table Column and use them as values for QueryString Parameters. In my case, I want to use them as Form Post Parameters instead of QueryString but either way, I get the same result: First, When I add the Data Source, the thing says something like 'Invalid Object' when I try to run the test, My data Source is Adve ...Show All

  • Visual Basic Images in a combobox?

    I have seen this is a few programs. There were comboboxes that contained images as well as text, with the image preceeding the text. Any idea if this can be done in vb.net Don't think the default ComboBox can achieve this, so you probably have to code a custom control. I found this in codeproject.com: http://www.codeproject.com/cs/miscctrl/ImageComboBoxControl.asp ...Show All

  • Windows Forms How to run a function from a MDIi Child in a MDI Parent

    Hello all, I have one problem, I want to execute a function I have in my MDI Parent from a MDI Child that is owned by the MDI Parent, and I just cand find a way to do it. If you coi~uld help me, I would apreciate. Thanks in& ...Show All

  • Visual C++ C in Visual Studio

    Hi,  I am a bit of a newbie and I am wondering, if I want to program in C with either Visual Studio 2003 or 2005, can I just open up a new C++ project   Or if not is there some add-in I can use to allow me to develop C programs using Visual Studio   I've tried searching on the web but it always comes back with C++ or C# with visual studio.  If I can't do it in Visual studio (other than using it like a text editor) is there a ...Show All

  • Visual C++ Why isn't this call working properly?

    I'm building a project for myself really; however, this problem is sticking me in the side. Can anyone tell me why this particular problem isn't working #include "pl_en_stats.h" // in *.cpp file for icPlayerInformation_Data struct usage. // in *.h file for Class definition. class LoadGameData { private: char PlayerInformation; icPlayerInformation_Data* pl_statistics; public: LoadGameData(); bool load_SaveData_Open(); ...Show All

  • Windows Forms Deployment related problems Plz help. quite urgent

    Dear all, Our company has done a project for a client , I have my project and MSSQL data with me. My database consists of 10 tables and some data in them. I want all of them should load in Clients SQL server when I run a file or I don't know. I want all the tables with same name and database name and schema How can i get rid of this problem . Plz help Regards, Anil Dhiman I've found it pretty handy to put a littl ...Show All

©2008 Software Development Network

powered by phorum