Software Development Network Logo
  • Windows Forms
  • VS Team System
  • Visual C#
  • IE Development
  • Visual Studio
  • Smart Devicet
  • .NET Development
  • Game Technologies
  • Audio and Video
  • Windows Vista
  • Visual FoxPro
  • Visual C++
  • Microsoft ISV
  • SQL Server
  • Visual Basic

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

Sweeps78

Member List

Coleby
enric vives
pattyg
Moustafa Arafa
Sondre - MSFT Regional Director
Joreatha
Vincent Hung
Tdar
rallenh
Swapna.B.
George Homorozeanu
Bulldog.NET
lbugnion
Mr_White
Minherz
Alexander_H
OhDuck
anumala
simsod
Dan Morris
Only Title

Sweeps78's Q&A profile

  • Audio and Video Development Problem with 'content ID' while creating directory in 'persistent storage'.

    Hello Everybody.... In the java script for creating a directory (FileIO_createDirectory), do we have to specify the content id also If we don't specify, whether the directory will be created or some exception will be thrown I am giving two examples below, please tell in each case what will happen. 1. FileIO.createDirectory("file:///required/app1",callback_createDirectory); 2. FileIO.createDirectory("file:///required/11111111-1111-1111-1111-111111111111/app1",callback_createDirectory); Hello to Everybody.. I am really getting confused about who specifies the content ID and how can be there more then one Content IDs possible..... Please see if anybody know about this.... thanks in advance Azaz ...Show All

  • Customer Care Framework Create CCF Adapter

    Hi all... i wanna ask about creating an adapter for any external app. to make any action my first adapter i was created don't work well it just run the constructor ... Please if anybody have a sample code for adapter (for ex. to set "HI" to textbox) send it to me... Thanks for all... In the case of Notepad I used Spy++ to identify the class name of the control, within the process that i was intersted in. Spy++ is included with Visual Studio Matt B- MSFT ...Show All

  • Visual Studio Team System TFS for build team project which uses a solution in other team project

    If I have two team projects. TP1 and TP2. TP1 has Solution a It is used in TP2. When i build TP2 as Team build, it fails. The problem is said to be the file xxx.csproj was not found. why how can i solve this problem Please help me!! thank you What is use of TFS Continouse Integration The reason is that solution A, being in TP1, is not mapped in the workspace that's used to build TP2. There's a workaround for spanning team projects, but it's not pretty. See http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx for details. Continuous integration is used to kick off builds whenever a change is checked in. Buck ...Show All

  • Audio and Video Development Supported MNG File Editor?

    I'm looking for an MNG editor/creator. I've tried one called PNG/MNG Construction Set , but it does not create valid MNG files for the iHD spec. Anyone know of a program that will create valid MNG files Thanks in advance. I have done that, from script though. It works and is virtually the same as what an MNG would achieve. Menus look much better when they are in motion as you are navigating around them. ...Show All

  • Visual Basic VB6 to VB.Net 2005 Upgrate Error while closing the application

    Hi, We have a VB6 main application which referes some other vb6 dll/ocx projects. We have migrated the main application only using VS2005 upgrade wizard, it upgrade the vb6 application to VS2005 application, the wizard have created inteop for the referred vb6 dll/ocx projects. The upgraded application is running and while closing the application we are getting the error "unhandled exception at 0x660688 (msvbvm60.dll) in DBCenter.exe: 0xc0000005: Access violation reading location 0xfeeeffaa" 1. How to fix this applicaiton error on Close. 2. How to debug the referred vb6 dll/ocx projects from VB.Net Thanks & Regards Mano It’s a little difficult to debug from here ...Show All

  • Visual Studio Tools for Office get the selection range in excel with vsto

    Hi!! I have a simple answer, but I don’t know how to resolve it... I only need to get the selection range in a excel sheet, when I press a button in an vsto action pane... how I can to do it thanks! Chawes wrote: Can you get me started in the right direction using c# I assume you only need help with the Excel code part, not the controls or events declarations (that Visual Studio takes care of generating for you): Dim wsSheet As Excel.Worksheet = CType (Globals.ThisWorkbook.ActiveSheet, Excel.Worksheet) Dim rnData As Excel.Range = CType (wsSheet.Cells.Application.Selection, Excel.Range) Roughly, like this: //Assumes you have using declarations at ...Show All

  • Visual Studio Express Editions exe is not shown on desktop when cliked on "show desktop" icon

    Hi. I have a from with monthcalender control.I have placed the exe in the startup folder so that i get to see the current date on my desktop.The transparency level of the form is set so that only the calender is the clikable control.. rest areas of the form are made transparent.. more like glass form.The desktop items are accessible(clikable) through the transparent form However when i clik on "Show desktop" icon my form along with the control disappers( i think the form is also getting minimised with all other applications when i clik the "show desktop" icon) how can i correct this situation.Pls help Thank you this is what the show desktop icon/shortcut does - anything that is shown on the screen in t ...Show All

  • SQL Server Multiple rows into single column

    I'm working on a Reports and I need to combine data from multiple rows (with the same EventDate) into one comma separated string. This is how the data is at the moment: EmployeeID EventDate 2309 2005-10-01 00:00:00.000 2309 2005-10-01 03:44:50.000 2309 2005-10-01 08:59:00.000 2309 2005-10-01 09:29:44.000 I need it in the following format: EmpID EventDate EventTime 2309 2005-10-01 00:00:00,03:44:50,08:59:00,09:29:44 There is no definite number of EventTime per Employee for a particular EventDate. And i don't want to use Iterative Methods. Thanks & Regards Rajan Hi Rajan, If you have access to sql server magazine take a look at this article, http://www.sqlmag.com/Article/ArticleID/93907/sql_server_93907.html ...Show All

  • Windows Forms app.config file and deployment

    Hello, I have a windowsform app. I have included the database string connection in the app.config file. It works fine on the developer box, but when I try to deploy, the application cannot find the connection string. Is there something I have to do with this file when deploying. Regards Peter apon further investigation, I think I need to copy the exe.config file from the bin folder to the deployment machine bin folder. ...Show All

  • SQL Server Getting Report Server Running on Local Instance of SQL Express

    I have installed SQL 2005 Tools which installed Visual Studio 2005 including SQL Server Reporting Services Designers. I thought this would create a local instance of SQL Server 2005 but it did not. So I installed SQL Server 2005 Express so I could designate it as my local Report Server instance. How do I configure this local instance to be used for Report Server RS Configuration Manager Machine Name: "localmachinename" Instance Name: greyed out No report servers were found on the specified machine. Details: Invalid Namespace Did you install the Advanced Edition of SQL Server 2005 Express If not you wont have the Reporting Server installed. YOu can download the Advanced Services edition from here: http://www. ...Show All

  • Visual Studio Express Editions Hour Glass Running

    I created a program with input text boxes that do calculations and place the data in the output text boxes. The hour glass by the mouse curser runs continuiously. How do I turn this off or is it normal. Thanks That helped. Now the hour glass comes on when the curser is over any panels that contain text boxes or other text boxes in the form. Thanks ...Show All

  • Windows Live Developer Forums When are the values (in the reports for instance) considered as stable?

    Hi, I was wondering whether there is a delay that I have to take into consideration when I download report from the API to be sure that the values I download are stable. What I mean is: does the msn staff go through the values (clicks for instance) to adjust them (false clicks to be removed...) which can make a report downloaded at 8:00 different from the same report downloaded at 8:30 (if my account is checked during this half hour by the staff) Thanks. Speicifying the AllOrNone flag, does it mean that the full report is (immediately) available when I ask for it or do I get an empty report whether it is not ready yet ...Show All

  • Windows Forms Font ctor throws exception, how?

    I had a customer report an exception which seemed to be thrown by the Font ctor when the font was missing (my code tried to create a "Verdana" Font object and he had deleted his Verdana font). However, I can't repro the exception on my PC. When I try to create a Font with a nonexistent facename (I tried "notVerdana"), I get no exception, just a working default font. Does anyone know a test configuration (Windows version, .NET version, bad font installation ) which will make the Font ctor throw an exception GDI+ requires a TrueType font and will pick "Microsoft Sans Serif" if it cannot map the FontFamily name. Did your customer delete more fonts than just Verdana ...Show All

  • Windows Forms help needed on how to create a spinning wheel using MS VS.NET2003 in vb

    hi i need to create a spinning wheel in window form using MS VS.NET2003 in vb. i need to have a wheel which can be spin by clicking on  a spin button which is similar to the wheel of fortune but minus off the word puzzle function. hope any one can provide me with any help. You can try the below code.. Use a picturebox and a timer control.. the below code actually drawas a control (clock like) which keeps on rotating the hand. Use can stop the timer control by using timer1.enabled = false Private angle As Single = 0 Private Sub PictureBox1_Paint( ByVal sender As Object , ByVal e As System.Windows.Forms.PaintEventArgs) Handles PictureBox1.Paint e.Graphics.T ...Show All

  • Visual C++ TextOut() and LPCWSTR

    in win32 project i have a code: char buffer[80]; static int wm_paint_count=0; . . . case WM_PAINT: hdc = BeginPaint(hWnd, &ps); SetTextColor(hdc, RGB(0,0,255)); SetBkColor(hdc, RGB(0,0,0)); SetBkMode(hdc, OPAQUE); sprintf(buffer, "WM_PAINT called %d times. " , ++wm_paint_count); TextOut(hdc, 0,0, (LPCWSTR)buffer, strlen(buffer)); EndPaint(hWnd, &ps); break ; When i run this program there is no normal text... I see hieroglyphs, not letters and digits... What i must to do that TextOut work correctly you should use ( LPCSTR ) in lieu of ( LPCWSTR ). because LPCWSTR uses multi byte per char, while LPCSTR use 1 byte per char. ...Show All

©2008 Software Development Network