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

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

RichardB2

Member List

KitWest
Just Joe
Splinter Cell
ronin_blade_84
mdgraves
Glg
shanecav
Edmund Leung
Richard Otter
Yoshifumi INOUE
divs
ruggerz
Alexander Prokofyev
BYU
ooKmonkey
NocturnalOne
ColinD
Michele_T
Jimbrowsky
Bosmonster
Only Title

RichardB2's Q&A profile

  • Visual C# Custom Web Control Problems (should be easy?)

    I've created the following Master Page, Default.aspx using the master page and then a custom control that sits on my default.aspx page. Custom controls (header.ascx) has a simple <asp:image> and <asp:label> I'm trying to just have the <asp:Image tag" ImagUrl update from a method in the controls class backing file haers.ascx.cs file. For the ascx file I have this for my ImageUrl="<%=GetImageUrl() %>" and I've tried with a # also. In the backing file (cs) I have public string GetImageUrl() that simply returns a string to the path of my graphic I want to display in the image file. When I run ...Show All

  • Windows Forms App.config problem on windows 2003 server and xp

    Hi all Im wondering if anyone has come across this problem we have a client that is useing a piece of software on a windows 2003 server. the software is installed on this server and a shortcut is then placed to the software on the users desktop boxes which can be windows 2000 or xp. When the user clicks that shortcut the programme runs from&n ...Show All

  • Windows Forms all tool bar in report view are missing. Why?

    I use a form, tab control and add report view into tab page to view crystal report. If tab control only one tab page, all tool bar(print, export...) in report view is appeared, but if I add another tab page, all tool bar are missing. Why I got it back. Add code: myreportview.displaytoobar = true ...Show All

  • Visual C++ Runtime Library error messageWinword.exe

    When I open some Word files, an error message pops up saying: "Buffer overrun detected! Program:...am Files\Microsoft office\Office11\Winword.exe A Buffer overrun has been detected which has corrupted the program’s internal state. The program cannot safely continue execution and must now be terminated. " There is no error report window when the program shut down. There is no time to save the file. I have tried to copy the file, change name, etc.Didn’t work... Would, please, someone HELP ME!!!!!!!! Those word docs may contain viruses Your Word installation may be corrupt Th ...Show All

  • Visual Studio How to filter records

    Hi, I have retrived some record from database using ODBC connection and Writing condition in Record selection formula editor. Now i want to show the output in different section based on the condition which i am having different for each section. Is it possible to filter like as above u can insert multiple section & in that depend upon condition u can suppress section / Display Section by giving formula in it e.g. Right click on Section -- click on selection expert -- click on forumla & write condition to show / not to show this may help u to solve your problem Regards ...Show All

  • Visual C++ Version 6??

    My son is teaching himself game programming in C++. The books he is using all work with C++ version 6. Can we still get C++ version 6, or does this matter Any assistance will be gratefully received! Alternatively, you might use the downloadable Express version (as per the links above), and searching online for some "Teach Yourslef"-type tutorials, downloading them, and doing it that way (as opposed to buying / using a book). Personally, apart from mandatory university books from a long time ago, I've never bought a computing book, and whilst I've occasionally used an odd one from work, I've done m ...Show All

  • Architecture biztalk as a workflow

    I have started doing research on Biztalk 2006 for its BPM/workflow use. I need to know the answers to the following at the earliest.It is not possible without help from all of you.please contribute with your answers to as many questions as possible.You have to say only yes or no in most cases 1.Is it able to use .net classes created using VS.net as activities inside workflow. 2. Can we invoke workflow created in it being called from .net assembly 3. Are the workflows created in biztalk available as a webservice 4. Does it have logging support and reporting features for workflows. 5. Is transaction and entire rollback supp ...Show All

  • Windows Forms Datagrid and Errorhandling - best practice ?

    Hi: I have a form with one datagrid and few textboxes - all bound to a dataview, modify and add operations allowed. My question is - what is the best way to do error handling. Some common validating tasks are : unique value fields, required fields (cannot be blank). I can think of following options. (1) Use RowChanging event or columnchanging event of datatable. This ...Show All

  • Visual FoxPro Philadelphia VFP User Group--February 8

    Philadelphia VFP User Group Date: Wednesday, February 8, 2006 Time: 7 PM Topic: Our Very First Open Mike Night Come with a question, a tip, or a brief description or demo of an application you’re working on. Learn from and share with your colleagues. This month’s drawings will again include a premier membership to the Universal Thread Anyone interested is also invited to meet for dinner in the mall's food court at 6 PM. Location: The Church on the Mall, Plymouth Meeting, PA Directions: http://www.shopplymouthmeetingmall.com/pages/aboutus/directions/index.jsp The Church on the Mall is located next to the foo ...Show All

  • Windows Forms Datagrid headertext

    How can I change the header text in a datagrid created by the dataform wizard I could change them when I create the datagrid manually with the SQLDataAdapter using the 'Collection', just not when I use the wizard.   ! ! ! TIA Confused ...Show All

  • .NET Development Disable Default Functions

    Hi Is it possible to disable default action of IE when pressing Functions Keys I want to implement my own functions in my web application when a function key is pressed. I am able to do that, but the problem is , the default action is also executed along with it. For example when pressing F5, as soon as my function gets executed, the page gets refreshed. so, is it possible for me to disable default actions of IE Thanking You The following code snippet does what you need. Please read through the whole thing carefully paying careful attention to the comments in the function and before the Body. Hope this h ...Show All

  • .NET Development Graphics class too slow and Drawing too

    Ive upgraded an app from VB 6.0 to .NET 2005 Express, my problem is that in the pass i used the line, circle and print methos over a picture box to show a big graphic. Now ive changed old methods for drawrectangle, drawline, drawstring etc.. over the paint event. The final results are the same but the speed of the .NET versiuon is awesome SLOW like a turttle, when i click in the scroolbars to see other part of the picturebox the paint event activate and its too slow. Can i draw in the picture without writing code in his paint event Thank you in advance Yes.  use the pictureboxes creategraphics method to be able to draw outside of ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. newbie needs help with direct programming

    I need some help with direct i am new too directx programming and i am kinda having a hard time learning it becuase there is really no tutorials that explain what the code does like for instance below i have a code from the august directx sdk that say the below code should be a starting point for all direct x programs, but they don't really explain how, or why within the code at all, all i know know is that it creates a window and that is it. So was wondering if someone could please explain the how's, and why for me it would really be very appreciated. Code: //------------------------------------------------------------------------------ ...Show All

  • Windows Forms ComboBox allways showing first entry of List

    Unfortunately I was not able to find a solution for this problem in this forum, so I created a new thread. I have a Winforms application where a combobox is bound to a DataView and the SelectedValue to another DataView. The initial value is NOT null and has a valid value whish is available in the "List DataView". This is the code generated by the form: this .comboBox2.DataBindings.Add( new System.Windows.Forms. Binding ( "SelectedValue" , this .adminModule, "IndicatorCell.CellType_ID" , true )); this .comboBox2.DataSource = this .adminModule; this .comboBox2.DisplayMember = "CellType.Name&quo ...Show All

  • .NET Development OnDeserialize, OnDeserialized and SoapFormatter

    The following MSDN article: http://msdn.microsoft.com/msdnmag/issues/04/10/AdvancedSerialization/ seems to imply that the SoapFormatter will not make use of methods marked OnDeserialize, OnDeserialized, OnSerialize or OnSerialized and the BinaryFormatter will. The documentation at msdn2.microsoft.com doesn't seem to indicate this will be the case. Can someone confirm that these events will be handled in the same fashion by both the binary and soap formatters Thanks, Ray Thanks, that explains a lot. The good news is that removing the soap formatter will help create a more coherent serialization story for ...Show All

©2008 Software Development Network