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

Software Development Network >> Sagar-1's Q&A profile

Sagar-1

Member List

FtLeeJerry
cg_greg
jwellsntr
Cert123
ChrisHanMSFT
Elisabeth
terbs
kmdavisjr
Molon Labe
Tardomatic
gtimofte
thermowolf
totalidea
ReNeLaDy
Nilay
Adnane Aqartit
?封
jpdev4
Paulus Lau
Alexiski
Only Title

Sagar-1's Q&A profile

  • Windows Forms Trendlines and Forecasting

    Does anyone know how to get trendlines and forecasting to work in Crystal Reports.net I called bussinesobjects, but they want 200 bucks to answer that question.  Thanks! ...Show All

  • Windows Forms detecting OS events

    Hi guys, I want to write a program calculate the time that various exe programs are used in a computer. For example is a user opens MSWord then my program should be automatically started. And it should also get a notification when the user clos ...Show All

  • SQL Server Looping through an excel spreadsheet

    Being new to SSIS I wish to loop through a series of excel spreadsheets and within each workbook loop through each sheet. I am aware of the For Each container but how can the each sheet in the workbook be referenced Steve Thanks Jamie, my problem is for each spreadsheet I loop through how do I reference each sheet / tab within the spreadsheets returned by the For EachLoop. Thanks Steve ...Show All

  • .NET Development Get a value from an SQL database into a Session Variable

    Hi, I'm using the 2005 beta. I have an SQLDateSource that get a table returning 1 row with 2 cols. What do I need to do to store a value into a sessions variable. IE Table Username ,   BranchID Patmca    ,   1 Session("BranchID") = Any help Thanks Paddy Session("BranchID") = MyDataTable.Rows[0]["BranchID"]; If you have a DataSource then it would be MyDataSourc ...Show All

  • Visual Studio Displaying Mutiple Reports

    Hi, I would like a sample of the coding required to display mutiple reports on one form. I have created four reports, have one form with the crystal reports viewer on it. The main report is linked to it, but I do not want to create a form and CRviewer for each report. Please show we the code needed to release a report and attach another. Most are using the same database... Just do CRviewer.ReportSource=< ...Show All

  • SQL Server Problem with non-standard dimension

      I am very new to Analysis Services and have a problem that I don't have any idea on the direction to go or where to look for the answer. I have included a very simple example of the tables to hopefully explain what I am trying to do. I have a WIP billing table that is used as my Fact Table. I am using the Adjustment column for my measure. I have three dimensions "Region by Employee", "Region by Client", "Service Code". The different reg ...Show All

  • Visual C++ how do i compare each character in a string with something

    Hello. Please help me. How would I compare a character in a string with something. For example, I have the following string. "Hello, world!" And then I'd check if each character is == to ",". If it's right, I want to replace "," with "\n". How would I do this Thanks. Hi! C#: string.Replace(",", "\r\n") C++ .NET: I think the ...Show All

  • Visual Studio BUG?? Workthrough: Creating a Tools Options Page (C#) does not work

    I tried the workthrough: Creating a Tools Options Page (C#) (ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vsintegration/html/9f4e210c-4b47-4daa-91fa-1c301c4587f9.htm) but it does not work. The category ("My Category") and option pages ("My Custom Page" and "My Grid Page") are displayed correctly in the left side tree view, however if you click on it, the message "An error occurred loading this property page" displayed on the right side. ...Show All

  • SQL Server problem with drilldown-roolup concerning percentage (non additiv measure)

    Hello everybody,   I have problem with percent measure in reporting service. the measure GoodPct  is calculated members and equal to: nb good product / nb all products produced. I want to display this measures as follow -(-)------------------------------semestre1-------------------------|-------------------------------semestre2-------------------------| (-)month1| month2|month3|month4| mont5|mont6 | month7| mont ...Show All

  • .NET Development returning name value collections

    What is the most current recommendation for the datatype to return in a asp.net (WCF) webservice for a name value collection I remember seeing that IDictionary (hashtable) was not recommended...so, what is the most current thought (for .Net v2) Thanks.   are you using Generic Collection or Non generic collection I think you can use Dictionary Generic collection without any problems. And i ...Show All

  • Windows Forms WinForm - Title Bar

    Hi, I wanted the form to remain sizable but didnt want the title bar.... so i made form.text as an empty string and controlbox to false inorder to remove the titlebar.... but the problem now is, when i minimize the application to the task bar,& ...Show All

  • Visual C# tcp/IP

    I am lookig for some one that knows how to do multithreding with tcp socket. I have some code below however i am not sure if it is right. If some could tell me if i am on the right track or have some better code please let me know I am useing thread pool is that right. class TCPIO { private TcpListener client; int port = 0; TCPIO() { client = new TcpListener(port); client.Start(); while (true) { // start while ...Show All

  • Visual Basic how to print a rich text box

    HELP! How do you print rich text boxes Look at the PrintDocument class in Visual basic. Here is a scaled down, generic example (this is assuming VS2005 and all controls referenced below are added, and does not account for paging or line counting): Private Sub Button3_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click If PrintDialog1.ShowDialog = Windows.Forms.DialogResult.OK ...Show All

  • Visual Studio Express Editions Debug problem - Source code/original difference...

    Any change to my source results in the following (abbreviated) message in debug mode at the breakpoints when moused over: "The breakpoint will not be hit. Source code is different from the original version. To allow breakpoint to be hit when sourcecode is different right click, choose 'Location' and turn on 'Allow.....'. To allow for all BP's disable the option 'Require source to exactly match...' under Tools>Options>Debugging>General" ...Show All

  • Visual Studio Express Editions About Combobox

    Hi friends. I'm newest user for Visual Studio 2005 VB, i couldn't find right way, I need some information. Sorry My English is not so good. I can explain so; I have one combobox, i connected that to my db(Access) There is so much Column, When i select somthing in Combobox i wish textbox show what a that row compoist for other column. ----------------------------------------------------------------------- | Sno      ...Show All

©2008 Software Development Network

powered by phorum