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

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

SandeepLohani

Member List

Gurmeet
JFoushee
lax4u
YoJ
John Aschenbrenner
James. L.
Rashar
Di Wu
Dootuz
LouArnold
SCRunner
ABS123
Roto
M Parker
Rotemt
Anton Walker
winprock
5letters
BonnieB
Tranceport34
Only Title

SandeepLohani's Q&A profile

  • Windows Forms Marquee Progress Bar

    I have a form that executes a very long process synchroniously. I would like to add an animated marquee progress bar that animates while the process is executing, how do I do it Nothing special you'd have to do. Just make a ProgressBar visible that has the Style property set to Marquee. As long as your form is pumping messages, it will move. ...Show All

  • SQL Server Why SELECT AVG(column) From Table is not working in Jet database?

    Hello, XPSP2 VB 2005 Express Jet/Access database One of the Forms of these application display a Jet database table. Why querries Min, Max, Avg do not work Thanks, To Matt with regards, You .....you .....got a gift!      <this is for you (in unison with De Niro (from the movie "Analyse this")) Brilliant! The diamond has many facets, so are the solutions to the same problem. ------------------------------------------------------------------------------------ Someone else gave me the revelation of the mysteries of iteration. The sole problem: the Min's result is always ''0" - no matter what. For Each r As DataRow In Table.Rows        ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Texture access

    Is there a possiblity ( with HLSL ) to access a texture by pixel coordinates instead of coordinates between 0.0 - 1.0 Thanks, Alexander. ...Show All

  • Visual Studio Instalation of SP1 for VS2005 products hangs up a computer totaly

    Hi, A year ago I have installed VS2005 for SA. Everything have worked ok so far. Now I tried to apply SP1 to my VS2005. The update took about 4 hours and finally, when it claimed that 21 seconds left to finish, the computer hanged up totally. I tried to repeat the process once again but it ended up exactly the same way. So I decided to install VWD Express, but to my supprise it hanged up again during VWD Express instalation. I tried to install other Express products too but the results were always exactly the same - total computer hang up during instalation process. Other programs install/unistall perfectly. Computer is scanned against viruses. It is behind a firewall. Anyone has *any* idea to "shoot in the dark" - what's going ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Help please: GraphicsDevice in a form

    I'm new to C# and Windows coding, and I'm working through some books, but I wanted to jump ahead a bit and do something interesting, have a SplitContainer panel do something using the XNA graphics engine, even just clearing to cornflower blue or something like that. I looked around to see how to do something like this, and found a few partial examples, so I tried to piece together something that would work. I tried, and I keep getting a DeviceNotSupportedException when I tried to create a new graphicsDevice. I can do the XNA tutorials, so I have to believe my graphics adapter is capable of this, but I'm doing something wrong. Thanks in advance. Here is what I have: using System; using System.Collections.Generic; using System.ComponentModel ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How do you pronounce XNA?

    Is it X-N-A or is it Xee-na Just as it seems to fit somehow, the forum name should be "Game Technol o gies: XNA Build" ;) ...Show All

  • SQL Server Can't preview report after convert to 2005 with <CodeModule> [rsErrorLoadingCodeModule]

    I have a .rdl file which I opened in visual studio 2005. I answered Yes to the prompt Microsoft Report Designer. . . Do you want to convert this file [Yes] Then I saved the file. The issue is when I am in Visual Studio and click on the Preview tab, I get the following error: [rsErrorLoadingCodeModule] Error while loading code module: ‘x.ReportDefinitionsHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’. Details: Could not load file or assembly 'AdvancedMD.Report.ReportDefinitionsHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. There was a <CodeModule> which existed prior to the conversion and the preview worked fine. I trie ...Show All

  • Visual Studio Team System Traffic to the teamsystem server after a build

    Hi. I have a little question, I would like a little advise on - maybe someone have tried something similar. Our sourcecode is split up in a Mainline, DK and BD branches - one(Mainline) we release from, and one for each of our offices in Bangladesh and Denmark. Right now the builds for all three branches run in Denmark, but I have a request that the people in Bangladesh use a local build server, so they dont have to collect builds from Denmark. But I'm a bit concerned how much traffic is sent to the teamsystem after a build with alot of unittests with codecoverage enabled. I know that the testresults are put in the output directory, which will be in BD, but how much other information are transmitted to the teamsystem after a build - just a ...Show All

  • Smart Device Development concepts similar to RMS technology in .NET CF?

    Hello , I have just come to terms with Mobile Application in NET . I would like to know is there any concepts similar to RMS technology(J2ME) in .NET CF Thanks in Advance Karthik Kart_lin wrote: Hello , I have just come to terms with Mobile Application in NET . I would like to know is there any concepts similar to RMS technology(J2ME) in .NET CF Thanks in Advance Karthik does RMS store just key-value pair data or objects, or is it a relational object store I don't believe there's a relational object store for NETCF. you do have the options of XML serialization and sql server mobile relational DB ... maybe if you could explain RMS a little (I haven't ...Show All

  • Visual Basic Windows Service Timer won't fire

    I've been working on a windows service since last week, and the one problem that I can't seem to solve is getting my timer to fire. The service is supposed to scan a particular folder and deal with the files in it appropriately. The scan works perfectly, but at the end of it, it's supposed to start the timer so that it "sleeps" for five minutes before running the scan again. I say sleep even though it ends the sub and just waits for the timer tick event. I've tried using the timer in a couple of different ways thus far, from using timer.Start() and timer.Stop() in the scan sub, and enabling and disabling it (starting the timer in the OnStart() event). I've run the debugger on the process, so I've watched it run through the entire ...Show All

  • SQL Server Copy database Wizard error: "Class not registered"

    Hello, I use Management Studio (SQL 2005) on my desktop wich contain also Enterprise Manager (SQL 2000). The SQL Server 2005 is on a server in our network. When I try to use the function "copy database wizard" to transfer a database SQL 2000 to SQL 2005, the wizard stop with this error: "Class not registered Program Location:    at Microsoft.SqlServer.Dts.Runtime.Application.SaveToSqlServerAs(Package package, IDTSEvents events, String packagePath, String serverName, String serverUserName, String serverPassword)    at Microsoft.SqlServer.Management.CopyDatabaseWizard.PackageCreator.SavePackage()" Someone can help I am having the same problem with using CopyDatabase wizard in ...Show All

  • .NET Development Writing a hex value to a stream

    Hello Everyone, I am trying to hex value to a stream. What is the easiest way of doing it I tried the following and a lot more but some reason I can not get it to work BinaryWriter bw = new BinaryWriter(fs); bw.Write("\uc080"); I want the c080 to appear exactly i.e it should be 0xc0 0x80. But the value seems to be getting converted to the dec value. So what would be the best way of doing this Thanks in advance Or this, if you don't want to risk encoding problems: FileStream fs = new FileStream(@"c:\temp\test.bin", FileMode.Create); fs.Write(BitConverter.GetBytes(0xC080), 0, 2); fs.Close(); Beware that output is little-endian so 0x80 appears first in the file... ...Show All

  • Visual Studio Visual Basic Debugger Crash

    I have just recently installed Visual Studio 2005 and in my GUI Design class we have opted to use Visual Basic. The problem I am having is that whenever I try to use the debugger by setting a breakpoint, everything goes well until I actually reach the breakpoint. When my program reaches the breakpoint, everything freezes up. I am unable to force quit the program or Visual Studio, or alt-tab to any other applications. The only thing I am ever able to do is bring up the task manager with ctrl-alt-del, but I am unable to kill processes or anything from the window, as it too freezes when I click on the window with the mouse. This is on a fresh install of Visual Studio 2005 on a fresh install of Windows XP Professional SP2. I have all the updat ...Show All

  • Visual Studio Express Editions Embedding an EXE in a C# Application

    Hi, I was wondering if it is possible to embed an EXE into a C# application If it is possible can enybody tell me how to do it. Cameron I believe you should embed it into the resources http://msdn2.microsoft.com/en-us/library/7k989cfy.aspx http://www.c-sharpcorner.com/winforms/CreatingNUsingResourcesCB.asp http://support.microsoft.com/kb/319292/en-us spid=3041&sid=220 I hope these will help you ...Show All

  • Visual Studio Team System Iterations disappeared from all combos

    We have 5 iterations defined in one project and it is possible to view them but all combos on paramters are empty. We are unable to view any report that depands on iteration parameter. How can I fix it Marcin Did you edit any of the reports The query used to populate the Iteration parameter is: WITH MEMBER [Measures].[ParameterCaption] AS '[Iteration].[Parent_ID].CURRENTMEMBER.MEMBER_CAPTION' MEMBER [Measures].[ParameterValue] AS '[Iteration].[Parent_ID].CURRENTMEMBER.UNIQUENAME' MEMBER [Measures].[ParameterLevel] AS '[Iteration].[Parent_ID].CURRENTMEMBER.LEVEL.ORDINAL' SELECT { [Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel] } ON COLUMNS , [Itera ...Show All

©2008 Software Development Network