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

Software Development Network >> pramod Bavchikar's Q&A profile

pramod Bavchikar

Member List

LapDragon
codeboy
Killewale
Prashant Utekar
bwship
jender624
Kailai
Adam Toth
McGordon
Saptagiri Tangudu
Groundhog
Sam Roth
Chicho Mendelevio
Hubert_K
matteo raumer
Raven Jake
Amit Gautam
Mel MacMahon
jking
Jon Loose
Only Title

pramod Bavchikar's Q&A profile

  • Visual Studio Express Editions visual basic express or visual studio professiona? which one?

    I'm a developer who has downloaded vb express and sql server express for my home computer. I wanted to know if I should break down and buy visual studio 2005 professional or should I just stick with the express version of vb. My funds are very limited and my skills as a windows developer are still emerging. I'm not yet a great windows developer. I will use vb/sql express for personal projects and learning and possible small business applications.Bottom line.. will the express version do for me instead of professional version Although I haven't used the class designer, it would be nice to use it if I need to and express has no class desi ...Show All

  • Windows Forms Failed to create component 'AxHost'. How to remove reference???

    I'm using VS2005 Beta2 with a VB windows-application project. Within the project I would like to use a VB6-OCX. The first time I place an UserControl (that is provided by the ocx) on a form allthing works fine. Then, when I recompile the ocx for some reason I have no chance to use the the ocx anymore in my project. If I start a new VB project I can use the newer ocx without problems. Just the old project is not able to use that newer ocx. Whatever I do. I guess the recompiled ocx itself is not the problem. I have compiled it  in VB6 with project compability, but I also tried it with no version compability. The following error message ...Show All

  • Visual Basic Byte code

    I have the following problem(Project) define a subset of c++ or java or c# or x or any combination of them  justify that a subset is complete  list goals and objectives for your selection  descripe its syntax & semantics  implement the above  define AM & simulate AM on RM infact i have never programmed such things, if any body can help 1- what do we mean by complete subset 2- how to programm the abstract machine(Like java virtual machine)     (input(ByteCode"no matter how we get it")--->MyProgram--->result of  executing byte code), i dont know how the byte code seems or works, a ...Show All

  • Windows Forms replacing "session" in web application

    session is used in web application to store information across diff webpage.. but is there any other way of replacing it into window application form thanks and regards. erm... sorry i am new in programming.. so can be more detailed so that i know what u all saying  if can pls provide steps on how to do it... thanks.. ...Show All

  • Visual Basic EventLogs in Vb.net

    I have one exception message and i want to write this exception message into logfile and as well as to maintain the event log also. Public Shared Function ShowExceptionInformation(ByVal exMessage As Exception) As DialogResult Dim errorMsg As String = exMessage.Message --->functionality Required Return MessageBox.Show(errorMsg, "Application Error", MessageBoxButtons.OK, MessageBoxIcon.Stop) End Function you may use My.Application.Log in VS2005. for more information http://msdn2.microsoft.com/en-us/library/xbw77c0x.aspx ...Show All

  • Windows Forms Set properties of controls in a parent form

    Hi, I have an SDI interface which I am trying to do the following with... I have a user control which has a text box and a Close button on it. From my main form, when I click a LinkLabel, I show the user control (addNewCustomer) and programmatically set its parent to a panel (pnlMain) which is on my main form. While the user control is s ...Show All

  • .NET Development console output

    I am making my first steps in C#. I am used to another object oriented language (VDbase plus) but not .NET. I designed a form under Windows Applications. There is a button on it. I want to print a short message to the console. I thought this function will do it on click. It does not print anything. The statement Console.Writeline ("hello") if placed in Main() body does not give any output either. I did set the Project->AppProperties->General->Output Type to "Console Application" and when I click on the shortcut to the released .exe file the windows form I designed as well as the command prompt window (Console) appear together but I ...Show All

  • SQL Server HTML String Rendering in a Report

    We have a "Comment" field that is saved as a HTML string to the DB. This field needs to be pulled into a report as rendered HTML. I know this has been hashed out before, but has anybody found a good solution in the past couple of months We are thinking about storing two versions of the Comment in the DB: one with HTML, one as simple text. Has anybody found this an acceptable solution I know it flies in the face of good DB design, but it seems the quickest, easiest solution... Any word if this will be fixed in the next major release of SSRS Can we expect this release any time soon Thanks for looking, Smith ...Show All

  • SQL Server SQL Server Express fails to install

    I have tried several times to install SSEE and SSEE with Advanced Services. Each time it fails early in the installation. I am running XP SP2 with 1GB memory. There was no previous install of SSEE. The error reads, "SQL Server Setup unexpectedly fialed. For more information, review the Setup summary log file...". The log file follows: Microsoft SQL Server 2005 Setup beginning at Thu May 04 20:58:25 2006 Process ID : 2000 c:\a9b2b8f496f31ae4f8a6\setup.exe Version: 2005.90.2047.0 Running: LoadResourcesAction at: 2006/4/4 20:58:24 Complete: LoadResourcesAction at: 2006/4/4 20:58:24, returned true Running: ParseBo ...Show All

  • Smart Device Development "the new connection uses a data provider that is not supported"

    When attempting to estbalish any form of data connection in my mobile device project I get - "the new connection uses a data provider that is not supported" That's in designers, right (there's no such message in NETCF runtime). Which data base you're trying to connect to NETCF only supports SQL Mobile and SQL Server 2000/2003; you'd need 3rd party provider for other DBs. ...Show All

  • SQL Server How to optimize data import with huge volumes and joins across data sources not all SQL Server based?

    I need to periodically import a (HUGE) table of data from an external data source (not SQL Server) into SQL Server, with the following scenarios: Some of the records in the external data source may not exist in SQL. Some of the records in the external data source may have a different value at different imports, but this records are identified univocally by the same primary key in the external datasource and in SQL Server. Some of the records in the external data source may be the same in SQL. Due to the massive volume of the import, I would like to import only the records which are different from what I have in SQL Server (cases 1 and 2 ...Show All

  • Visual J# Any good Add-Ins for VS 2005/J#?

    Hi; In the java world I use IntelliJ and in the C# world I use Visual Studio wit ReSharper & nunitaddin. Is there anything like this for VS 2005/J# ReSharper flat-out does not work with J# (they officially don't support it and most of it's features are turned off in J#). And nunitaddin does not understand J# (for a main()) or junit. And Visual Studio doesn't come close to having the features found in ReSharper & nunitaddin. Anythinf out there I feel like I'm back in the dark ages of IDEs. thanks - dave Hi Dave, If you drop me a line through my blog (http://weblogs.asp.net/nunitaddin/contact.aspx), I'll see what I can do about a ...Show All

  • Visual C++ c1083 fatal error cannot find include file

    Hi all; i am using VC++ .NET 2003, can any body help me why i am getting such type of error when i am including header file through relative path. i don't have fair knowledge of VC++ .NET, i am sure i am missing something in project setting. actually i included each path in 'aditional include path' option in project setting but still getting error. it will better i will explain my problem with example: Following error i am getting Cannot open include file: 'ABC/abc.h': No such file or directory where abc.h is in \1\include\ABC folder. i included \1\include\ABC in properties->C/C++->General->Additional include Dir ...Show All

  • SQL Server Pagination does not work after Table Visiblity false.?? Help : Urgent ? Please

    Hi, You know I was trying to create new report and found that works fine with Pagining- URL Access. But I want to hide report when there is not data return. In that case my pagining does not work. For hiding my table when no data return i do following steps:- Table -> Properties-> Visiblity Tag-> Expression -> IIF(count(Fields!FormName.Value)=0,True,False) Which hide my table when no data return, but paginition also does not work. Please Help me. What shall i proceed with these things..  Waiting for Response. Thanks Labhesh S Bangalore   HTML renderer and Preview  (which are soft page break renderers) ...Show All

  • Visual Studio Installation hangs

    I have tried installing VC express on my machine and the installation hangs during startup(loading installation components),  with the suite integration toolkit. the report gives the module name as vsscenario.dll. It is a system thing as it has installed Ok on another machine. I have uninstalled all instances of .net and dont have any versions of Visual studio installed. The machine is a 650Mhz pentium 3 with 384 Meg Ram, running XP with service pack2  and should be able to run the program. I am also unable to install from the net as it does the same thing. i have same proplem i try to replace ...Show All

©2008 Software Development Network