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

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

BaskarBS

Member List

Dpowes
Wells
sroughley
MikkoL
Mark Lines-Davies
Julesy
Talsiter
Lost in VB space
stupots
Eugene Mayevski
PK2000
fdirosa
Melt16
Fyyre
Martin Szugat
PinkNation
Hristo Ivanov
Work2
red_ice
Eric Geil
Only Title

BaskarBS's Q&A profile

  • Visual FoxPro How to using Microsoft Office Chart 10

    Hi, Please help me ... How to using olecontrol microsoft office chart 10 in visual foxpro. How to define data type, data series and others. Madces ...   Akhmad wrote: Please help me ... How to using olecontrol microsoft office chart 10 in visual foxpro. How to define data type, data series and others. Ted Roche has written a paper on using Chart at http://www.tedroche.com/Present/2003/ADX304.html - hopefully that will help. Stuart ...Show All

  • Smart Device Development Which SDKs to build VS2005 mobile apps?

    We've migrated all of our eVC apps into VS2005. Now I'm setting up a nightly build system without VS installed. I need to replicate all of the libraries and headers that VS gives me, but using SDKS. So far, I've installed Windows Server 2003 Platform SDK and .NET 2.0 SDK. Which SDK do I need in order to build our Windows CE projects This would be the stuff that appears under the SmartDevices directory in the VS2005 tree.  There are no public SDK's for the headers and libs that are found under the SmartDevices devices directory. They are based off the original PocketPC2003 and Smartphone 2003 SDK' ...Show All

  • Visual Studio 2008 (Pre-release) WinFX For Visual Studio RTM

    I have readed about the Visual Studio 2005 RTM is planned to be released today on msdn, is planned to be released also a recompiled version of WinFX runtimes and SDK for RTM soon Sebastian We're working to get a WinFX build that works on the RTM of Whidbey out as soon as possible. Still don't have a date for you. Thanx, Arik Cohen Program Manager - Windows Presentation Foundation ...Show All

  • .NET Development Customizing System.Configuration.SettingsProvider Class.

    Please help me out in How to write a custom SettingsProvider class I am asking this question as we could not able to get any links explaining it in better way. If you can provide any samples that will be helpful and also please provide us a solution how to set this custom SettingsProvider to the application, so that application reads the settings from the custom SettingsProvider rather than default LocalFileSettingsProvider Thanks VDeevi. Hi VDeevi, Take a look at the following links and see if they help. RegistrySettingsProvider Sample http://msdn2.microsoft.com/en-us/library/ms181001.aspx Client Settings ...Show All

  • .NET Development could not load type "_Default"

    Hi everybody :) I'm doing a web app for some university coursework, its the first time I've used ASP.NET C# and I'm loving it but when I put the files on the remote server I get the error on this page. http://www.apixelmind.com/email/ Someone told that I need to copy a project or something and do it that way, I'm using the Visual Studio 2005 Beta 2 version and I can't find this function anywhere.  If anyone could help with that or give me another fix then I would be very grateful. Thank you for your time. Granville p.s. this is my code but this still gives me the same error using System; using System.Data; using System. ...Show All

  • Windows Forms how can i reset form's controls

    Hi i'm doing an application that have a form i use it for imput data in a database, i like that after event buttun_click the form return as it was before the interaction of customer. Now i close and re-open the form but is possible that no exists another method to do this Sorry for my english but i don't have opportunity to write in this language. I try to explain my problem with more clearly: I have a form with texbox, combobox ecc... i like that after an event the form return as it was when it was opened sorry i use vb.2005 ...Show All

  • .NET Development Unhandled error soap:server unble to progress request file or assembly name some.dll, or one of its dependencies, was not found

    Hi, I am developing web application with OWC10 and Web serice and OLAP AS. I had developed the reports and working in my local pc fine. but when I installed in the server I am getting below error as a popup. Unhandled error soap:server unble to progress request file or assembly name <some>.dll, or one of its dependencies, was not found dll name is always changing. I developed using microsoft samples as like this http://msdn.microsoft.com/msdnmag/issues/03/10/OLAP/ I had done all the grantings and necessary configuration aslo. Please advice what could be the reason.. it's very urgent. Thanks Jag ...Show All

  • Visual Studio Team System Web site Unit Test: Object reference not set ... error

    I tried to setup unit testing for an existing web site by: 1. Create a new websit by pointing to an existing site. 2. Create a new test project 3. Create a new UnitTestLogon.cs page (code attached below) 4. Inside the test manager and run UnitTestLogon.cs The test can be executed but get Object Reference not set to an object error when loginBox.Text = "UserName"; being hitted. Any help will be appreciated. Thanks. using System; using System.Web.UI; using System.Web.UI.WebControls; using Microsoft.VisualStudio.QualityTools.UnitTesting.Framework; using Microsoft.VisualStudio.QualityTools.UnitTesting.Web; using System ...Show All

  • SQL Server freeze rows

    Hi, would it be possible to freeze the header rows of a table when viewing the reports   when viewing reports, i can't see the header rows when scroll down to the bottom of the page. thanks Yes, this is supported in RS 2005. E.g. on the table properties dialog in report designer, select "header should remain visible while scrolling". -- Robert ...Show All

  • Visual Studio Team System Building MSI in Team Build... (once more)

    Heya. I've just installed VS2005 on our TFS in order to build an msi when I do a team build. I added the following to our build script: < Target Name = " AfterCompile " > < Exec Command = " &quot; $(VSINSTALLDIR)\Common7\IDE\devenv &quot; &quot; @(SolutionToBuild) &quot; /build &quot; @(ConfigurationToBuild) &quot; /Project &quot; DDSetup\DDSetup.vdproj &quot; " WorkingDirectory = " $(SolutionDir) " /> </ Target > When msbuild tries to run it, it comes up with this cryptic error message: C:\DailyBuilds\CompanySolution\CompanySolution Da ...Show All

  • Visual Studio Different behavior between .sln and .sln.proj file

    Hi I just discovered an interresting issue. I have created my own targets file that are called from my project file called Testproject.proj. I have changed the import line in the proj to look like this  <Import Project="$(SolutionDir)..\MyCustomTask.targets" /> The interresting thing is that when I run my Msbuild command on the solution(Testsolution.sln) that contain the proj file it does not resolve SolutionDir correctly. But when I run MSBuild on the generated  Testsolution.sln.proj SolutionDir does resolve correctly. Here is the output with the command: MSBuild Testsolution.sln Microsoft (R) Build Engine Version 2.0.5 ...Show All

  • Visual Studio Express Editions Launch IE and input data

    I want to launch a few websites in IE automatically and fill up user ids and passwords. I know how to launch by using Process.Start( "IExplore.exe" , www.google.com ) Now, can I go a step further and input those user ids and passwords automatically Thanks, Antonio Please see: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=166883&SiteID=1 Author: Paul Domag ...Show All

  • Software Development for Windows Vista Components registry issue on Building 5344.winmain.060316-1340 (free build)

    We found a issue when to registry components by regsvr32.exe on Windows Vista Beta2 Building 5344.winmain.060316-1340 (free build), pop-up a dialog box with following message, The module "DllRegisterServer" was loaded but the call to C:\Users\xxx_5344_FreeBuild\Desktop\test.ocx failed with error code 0x80040200. Any comments will be welcome, thanks in advance! BTW, there is no the issue on previous builds and 5344 (debug build). On the POST... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=152896&SiteID=1 u'll say the solution a this one. Salu2, LV WRZ ...Show All

  • Visual Basic add new toolbar in IE.

    Is it possible to add new toolbar in IE. Clicking on this button(in toolbar) should cause the following action: 1.  Current highlighted email (either in HOTMAIL/YAHOO) to be sent back to the chaitanya.t@idsil.com as an attachment in the form in which it was received – with no modifications. 2. Current highlighted message to be moved to junk folder   Chaitanya Tyagi Hi, Take a look at the following article to help you get started: http://www.codeproject.com/csharp/dotnetbandobjects.asp Regards, Vikram ...Show All

  • Smart Device Development Remove CeRunAppAtEvent registrations

    I'm having an awful time trying to get event triggered registrations to remove. It just plain isn't working. At this point I have a device with 2 or 3 registrations for the same event and same program. here is the line of code I'm using for the (attempted) unregistration: CeRunAppAtEvent(path, NOTIFICATION_EVENT_NONE) Here is all of the code, taken from the web: Option Explicit On Module RunAppOnActiveSync Const NOTIFICATION_EVENT_NONE = 0 Const NOTIFICATION_EVENT_TIME_CHANGE = 1 Const NOTIFICATION_EVENT_SYNC_END = 2 Const NOTIFICATION_EVENT_DEVICE_CHANGE = 7 Const NOTIFICATION_EVENT_RS232_DETECTED = 9 Const NOTIFICATION_EVENT_RE ...Show All

©2008 Software Development Network