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

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

Redburga

Member List

Andreas Masur
Admiralman
InnerJG
GeyikBaba
Pankaj ssg
Nathan Anderson
Dev_Moud
perfect13
Tobias Schreiner
IraFel
Sebastian Rojas
Mohit6032
Bruce HK
phunkie
AntonioP
Asem Masri
Rajeeshun
DBornack
amol_16
Anil_J
Only Title

Redburga's Q&A profile

  • Windows Forms Popup Blocker?

    Hi! I'm looking for a code sample that would prevent popups from appearing. I am building a web application and some websites regularly have popups and to prevent people from using 3rd party software for their popup blocker, I would like to include some in my own application. PLEASE HELP! Thank you. Generally, www.asp.net is the place to ask questions about web apps. However, I don't think that is what you mean, otherwise you'd have control over popups within the app. You mean you're hosting the browser in your app If so, the web browser control has a new window event, which I reckon would get fired when a p ...Show All

  • Software Development for Windows Vista Workflow Persistence & Event Arguments

    I'm developing a State Machine workflow that passes parameters through events. The Workflow will have to persist its state in a SQL database. My understanding is that the persistence services will persist the current state of the Workflow (e.g. which state the Workflow is in). The workflow is rather useless without also persisting the parameters passed in the event arguments. Will the Workflow Persistence Services automatically persist the values passed in the event arguments or will I have to manually persist these parameters in the database Thank you in advance, -- Sean The parameters that you passed in ...Show All

  • SQL Server Getting error in SQL Server Destination

    Hi    I have two different database say, DB1 and DB2 one in server A and another one in Server B. Simply select all rows from DB1.Table1 in OLEDB Source and map it to another table in DB2.Table2 using OLEDB Destination.  Works fine. But if I select destination as SQL Server Destination, I am getting the following error: [Insert contact information for facility into ARBilling database [202]] Error: An OLE DB error has occurred. Error code: 0x80040E14  An OLE DB record is available.  Source: "Microsoft OLE DB Provider for SQL Server"  Hresult: 0x80040E14  Description: "Could not bulk load ...Show All

  • Smart Device Development Free tool

    Hi, i'm searching a free tool to develop .net application for Mobile Device (Windows Mobile 200-2005). Anyone can suggest me the best The microsoft Visual Studio 2005 is too expensive for me. Exists another tool Visual Studio 2005 Express is wanderful but it don't generate code for mobile. sigh. Any suggest Thx for support. For free tools, you can download Embedded Visual C++ 4.0 here: http://www.microsoft.com/downloads/details.aspx FamilyID=1dacdb3d-50d1-41b2-a107-fa75ae960856&DisplayLang=en That should allow you to develop anything in native code that you want. If you want .Net, then I thin ...Show All

  • Visual Studio MS Project Add-ins

    Hello! I'm developing add-ins for MS Project. I can easily work with menubars and toolbars. However, I need to change some of the context menus (right click on a task, for example). I search on how to do this, but didn't find an answer. It is possible to change the context menus If yes, how can I do it Thanks ! To customize the context menus, go to Tools -> Customize, and select Context Menus in Toolbars. Notice that several new Context Menus items have appeared on the main toolbar. Switch to the Commands Tab and follow the instructions there. Hope that helps, Yun ...Show All

  • Visual Basic populate form from selected combobox record

    i'm sure it is easy, but I cannot get text boxes to be populated from a selected record from a combo box.  I can make a combo box and get it to pull up records from the Access table, and can even get it to populate a data grid.  What i want to do is pick Fred's name from the customer table in the combox box (or which ever on is selected) and to get other fields of that record to populate textboxes on the form as: address, city.... i don't want to populate a listbox or datagrid with the selected rec...can you point me  in the right direction to accomplish this task ....thanks in advance. If y ...Show All

  • Visual C# Changing the Default Unhandled Exception Dialog

    Hi Everyone, Is it possible for me to customize the default dialog that pops up when .NET encounters an unhandled exception Thank you. I spoke too soon..Your answer seems partially right -- probably I am missing something obvious since I'm new to .NET. The approach you described allowed me to add a new UnhandledExcepionEventHandler that responds to uncaught exceptions but I was unable to un-hook the default handler that displays the dialog window. So, basically, there were two handlers in place. Because AppDomain.CurrentDomain.UnhandledException is an event, I am only able to add handlers to it ...Show All

  • Windows Forms how do you put data from multiple tables into one datagrid

    hello everyone, i would like to be able to display in one datagrid columns from multiple data tables within one dataset. normally i would just do a JOIN in the SQL statement to combine data from multiple tables from SQL Server into one  .NET data table, but i'm using some special ODBC driver for Quickbooks accounting software (which isn't even close to ...Show All

  • Smart Device Development Using hardware buttons

    Hi, i want my application to do a certain job when the user presses the up or down hardware buttons, or any other hardware button as general case, can anybody help Thanks There is the HardwareButton component in the CF v2. If you're targeting V1 SDF includes similar functionality: http://www.opennetcf.org/sdf ...Show All

  • Software Development for Windows Vista Xaml-only workflows and customization

    I've got a question or two about the long-term plans for Xaml-only (markup-only, xoml) workflows. It seems that if you want to allow some level of end-user customization of workflows, you'll want to implement them in Xaml-only rather than using the code-only workflows. Then you can distribute a set of Xaml files with your app and load them at runtime to execute the workflows. You can even host the workflow designer and give your users a way to make changes to the Xaml in a controlled way. All of that sounds great. However, with the current way (January CTP) Xaml-only workflows are implemented, this doesn't really seem realistic. The main pro ...Show All

  • Visual C++ FormatMessage problem

    I am a beginer in VC++ and windows programming. Now I have to API of FormatMessage. see http://msdn.microsoft.com/library/default.asp url=/library/en-us/debug/base/formatmessage.asp . My problem is: the return value of FormatMessage is ok. but the String value in LPTSTR lpBuffer is wrong. Here is the piece of the code : HMODULE handle = LoadLibrary(filePath);//Here filePath is a DLL file absolute path if (handle==NULL){ return "can not load dll" ; } PVOID lpMsgBuf; DWORD dwFlag=FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_HMODULE | FORMAT_MESSAGE_IGNORE_INSERTS; int result = FormatMessage(d ...Show All

  • Visual Studio Express Editions Setting page size in code HELP PLEASE

    Hi, Can anyone help with this please I am trying to set the paper size for the print page method in code, however, It fails to change I have tried many properties and ways of setting it but it fails Basically I have a app that saves the page size to a xml file as an interger value that represents the paper size. Eg 8 = A3. I cannot seem to change the default value of the PoPrintPage_Printpage method from the value of 9 (A4) Private Sub PoPrintDoc_PrintPage( ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles poprintdoc.PrintPage '\\ Setup paper size Wi ...Show All

  • Microsoft ISV Community Center Forums Excel Workbook corrupting

    Hi, I'm having a problem with an excel vba project. I have 2 computers, both of which have windows XP pro and office 2003 (same service packs etc...). These computers are both connected to a Microsoft file server and have read/write permissions etc... I create an excel workbook, add a vba project and do some coding on computer1; I open the same excel spreadsheet on computer2 and its corrupted. Excel restores the file and all the data that is on the excel spreadsheet remains intact, but the vba project is gone. This only happens when I have a vba project. I've tried changing the excel extension to '.xlb'; it worked at first, but the spreadshe ...Show All

  • Visual Basic VB2005 & VB.NET 2003 BUG: Enumeration Comparison to Integer with Option Strict On does not evaluate correctly

    Hopefully I am posting this in the correct place.  If not, please help me get there. Basically I want to report a bug with the VB2005 (and VB.NET 2003) compiler. Here is the behavior:  In VB2005 (and VB.NET 2003), Enumeration comparison to Integer with Option Strict On never implicitly converts the enumeration to the integer, and also does not show up as an error in the pre-compiler or the compiler. Thus it will incorrectly evaluate to false, even if it is true. I am part of a team where I work, and we have a very large solution that we recently converted to VB2005 (after turning on Option Strict).  We came across ...Show All

  • Visual C++ MS C++ 2005 express database mismatch error when compiling

    Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Concepts: Building a C/C++ Program   Fatal Error C1902 program database manager mismatch; please check your installation A program database file (.pdb) was created usin ...Show All

©2008 Software Development Network