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

Software Development Network >> BhanuKiran.K's Q&A profile

BhanuKiran.K

Member List

hazz
MBrophy
pd_tch
Bob Pokorny
Els001
Kyong Kwak
gherold
hye_heena
JeradM
Stephen S.
swan_sg
andrewdobson1
Tony Maynard-Smith
Mamatha
magicalclick
Yassi
Pooja Katiyar
Andreas Haug
Aidan Ryan
George Clingerman
Only Title

BhanuKiran.K's Q&A profile

  • Visual Studio Express Editions Printing Assistance needed.

    Hello, I wrote a little application that accepts a studentID in Textbox 1 and returns courses taken in Textbox2. I need to print a carrige return in between the two boxes, because when I send it to the printer textbox2 prints on top of textbox1. I have the VB step by step book which was helpful, but left it at my mom's house. Please assist me. Here is my code for my print component: Private Sub PrintDocument1_PrintPage( ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage 'Prints Textbox1 and Textbox2 e.Graphics.DrawString(TextBox1.Text, TextBox1.Font, Brushes.Black, New System.Drawing.RectangleF(e.MarginBounds.Top, e.MarginBounds.Left, e. ...Show All

  • Visual Basic Convert C# to VB.net

    can anyone point me in a direction on how to convert a project that is written in C# to VB.net Hi, As pointed out, there are a few differences between C# and VB.net. There are a few web pages that will attempt to do the conversion for you. Here is one: http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx ...Show All

  • Windows Forms IE .net toolbar (C# Zolnikov's Toolband and .net kbbar) on IE 7: toolbar unmovable!

    hi, I'm developping a C# IE toolbar, which work well with IE 6, but I noticed a problem with IE 7 beta 2: the toolbar cannot be moved! It's acting as if the "lock the toolbars" were checked. The problem occurs with both the .net kbbar ( http://support.microsoft.com/default.aspx scid=kb;en-us;821793 ) and Pavel Zolnikov's toolband sample ( http://www.codeproject.com/csharp/dotnetbandobjects.asp ). But with ATL/MFC or WTL toolbar samples, there is no problem, as there's none for toolbars like the Google one. Do you have any idea how to make such a toolbar act as in IE 6 Thank you very much for your help! Thibaud I almost forgot. You must change dwModeFlags from type DBIM to DBIMF and dwMask ...Show All

  • Visual C# ...

    Sorry, I meant the task bar, in my program it says "Currently Opened File - Program", where "Currently Opened File" is the file you are viewing with the Program, at the bottom it says somthing like "Currently open...", but I just want it to say somthing like "Program" ~DtD ...Show All

  • SQL Server Cannot get CREATE LOGIN from a Windows group to work

    I have created a database fronted by an ASP.Net application. It's all nice and simple, and I only need a very simple level of security (and even that is only as a protection against accidents rather than maliciousness). My intention is that users connect using Windows impersonation (<identity="true">), with the database creator having full access and the public group (I'm talking SQL groups here) having specific premissions granted on specific tables. If I set <identity="false"> on my XP box the application connects to the database as [MACHINE\ASPNET]. This is easy to set up access for - I simply do a CREATE LOGIN [MACHINE\ASPNET] FROM WINDOWS and then within the actual database do a CREATE USER [MACHINE\AS ...Show All

  • Visual C++ Disabling message processing on a CAXWindow

    Hello, In my 3d environment im rendering a Flash activex object to a texture. I'm also injecting custom mouse coordinates through caxwindow->sendmessagetodescendants. All works ok except that something is still injecting mousecoordinates as well and throwing off Flash on some situations. I tried different window messages like WM_CANCELMODE. Also tried enablewindow(0). All after my custom injection. But to no avail. I'm very much a rookie with MFC/ATL so please bear with me. Any help would be greatly appreciated! I'm afraid the question is outside the scope of this forum. The C++ General forum deals with the VC++ 2005 IDE, libraries, setup, debugger, samples and documentation -- but not the use of all l ...Show All

  • SQL Server Announcing the Analysis Services Stored Procedure Project

    A few months ago, a few community-spririted Analysis Services guys (including me) got together to create some example Analysis Services stored procedures. I'm happy to announce that beta 1 of our project is now available to download here: http://www.codeplex.com/Wiki/View.aspx ProjectName=ASStoredProcedures The idea was to create a set of useful extensions to MDX to help solve common problems and at the same time provide some example source code to help people writing their own stored procedures. Please take a look and tell us what you think! Just so I understand: You are saying that the following MDX script will make the server calculate [measures].[summation] once in the scope iif statement: Create Member [Measures].[Summat ...Show All

  • Visual C# Unable to open FORM2

    Ok, I have a Form1.cs and a Form2.cs Form1.cs is my main form. HOW do I make Form2.cs open I don't want to create a NEW form, I already have one that I've created and that is apart of my project, how do I make that second form open Thanks, Todd Ok, I just figured it out... I have TWO forms: Form1.cs Form2.cs I want to load the second form from a button click on the FIRST form. Because of the default naming, I was getting confused. Although the filenames are stll "Form1.cs" and "Form2.cs", the variable name for Form1 is "frmMain" and for Form2 is "frmSpecialTeamsEntry". This is what I difined them under the Solution Explorer. In order for me to ...Show All

  • SQL Server Synchronizing SSIS Packages Calls

    I have several SSIS Packages which are called by few different applications. I need to make packages Mutually Exclusive, so that If one is running; calls to any other Package should be put on wait till the running one has finished its execution. What are the best ways to do this I would sincerely appreciate inputs in this. Phil Brammer wrote: As far as waiting or sleeping, why not have the application select against the control table before even kicking off the SSIS package My packages are scheduled by applications. Although scheduled times don't collide, but we don't know the time one package would take. May be a package execute lasts longer than expected and the scheduled time of another reaches while prior one is amid ...Show All

  • Architecture How do files and file-media types get recognised?

    Hello there, This is somewhat a fundamental Windows architectural question but I cant seam to find ANY information about it on the Internet. I have begun messing around with Codec/DMO development (DirectX Media Object). My question is this: How do applications in Windows find out how to use a certain file type and file Media Type. I specifically want to know how the internal mechanisms in e.g. Windows Media Player or Winamp or any other player negotiates with Windows to find out what kind of media-type I’m trying to play. It’s tricky because if say we have an XVID file which normally have an .AVI extension – I can rename the file “filename.wdsfo324r312”, and then force Windows Media Player to play it – and it STILL knows ...Show All

  • Smart Device Development Problem getting connected in mobile5

    I have an ordering program that sends the order over the phone line. We use a bluetooth modem to connect and a dell axim to take the order. The application uses opennetcf to open a dial up connection to the modem. It worked fine in windows mobile version 4.2 but it does not work in version 5 now when i try to send an order, an error message pops up saying it can not connect. Any suggs. would be helpful thanks, ...Show All

  • Software Development for Windows Vista how to know a input pin's have get end of stream?

    Use which interface function to know a input pin's have get end of stream When the upstream filter reaches the end of the stream, it calls IPin::EndOfStream on the input pin. When IPin::EndOfStream is called on the renderer, the renderer sends an EC_COMPLETE event to the Filter Graph Manager. By default, the Filter Graph Manager sends exactly one EC_COMPLETE event to the application, after all the streams are done. However, you can override this behavior, and make the Filter Graph Manager send all of the EC_COMPLETE events from the filters directly to your application. I'm not sure if this answers your question ---------------------------------------------------------------------------- Mike Wasson, DirectShow SDK Documen ...Show All

  • Visual Basic What is Sub New() for ?

    Hello, What is Sub New() for I haven't found anything about it on the documentation. Thank you. Hello, If your class contains objects of other classes, you should call destructors of those objects in your class's terminate() method. If you have allocated memory in the constructor, you should deallocate it here. For most purposes you do not need to explicity allocate memory, so this does come across that often. You should also make sure that do not leave any dangling pointers or references. For most of VB related stuff, this does not become a problem because it does not come across often. Hope this helps. Thanks. ...Show All

  • Software Development for Windows Vista i get errors while installing with a DVD

    dont know what the problem is but when i try installing vista i get error at the first setup phase (setup could not copy the files to your local machine error : [80070017]. i tried burning at 3 speeds, 4x, 2x, 1x. i still get the error. i tried use the DVD at friends house and got same error. i got a SONY DVD+-RW DW-D56A. i tried using nero, alcohol 120% and cheetah burner. nothing seems to be working so i guess i am just gonne wait for your ideas and suggestions. Thnx, It worked great for me. Was using a Lite-On 16X an could'nt get passed 47% on copying files, so I changed to my Panasonic DVD drive and it worked great. Thnx again ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DBP Contest

    if i enter the warp up i can not enter the main compo AFAIK you can have multiple entry per event but you can win only 1 time per event: so if you insert 3 game for the warmup and 2 for the main event you can win only 1 time for the warmup and another 1 time for the main event. ...Show All

©2008 Software Development Network