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

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

Georearl

Member List

Dave Wilson - MSFT
MikeJohnson
LeeDan
Robert Paton
Kimber6337
TIrthma
bryanandrews
imyousuf
avarghese
xulei
archdukefranz
gmctech
Jordan Jossifov
speeddensity
mrbenz
Dave Marsh
VBNET_Fanatico
Pikechan
Daniel Schlößer
an2ny79
Only Title

Georearl's Q&A profile

  • Visual Studio Express Editions Express .img [Image] files cannot be burned to disk with Nero as stated !

    The webpage where you download Visual Express Beta 2 image files states that you can use Nero Ultra Edition 6 to burn these .img files to disk. This is incorrect. When I attempted to open any of these .img files Nero responded with an error message stating that the file format was incorrect. I haven't bothered downloading and trying Roxio as I really don't want to have to purchase two cd rom writing programs. Has anybody else come across this problem and what workarounds are there Note: these files open correctly in IsoBuster so there is no file corruption. Have ...Show All

  • Visual C++ MS FlexGrid : How to merge 4-cells to a single cell?

    Hi All, I am using MS FlexGrid with VC++ 6.0(MFC). I want to know how to merge these four cells a a a a to this single cell in the FlexGrid. a TIA, Regards, Jahfer V P http://www.google.ca/groups hl=en&lr=&threadm=8l1mtb%243h4%241%40ipgw.ifrinternational.co.uk&rnum=1&prev=/groups%3Fas_q%3Dmerge%2520msflexgrid%26safe%3Dimages%26lr%3D%26hl%3 Den Brian ...Show All

  • Visual Studio SourceSafe Integration without SourceSafe CD

    Hi, I have a desktop with Visual Studio 2003 that needs to connect to our SourceSafe Server, but I don't have the SourceSafe CD to install the integration files. Is there a place on the Visual Studio 2003 discs that the files are located Or, can I copy the required files from a desktop that alreday has the integration installed to the one that does not Can I download an "Integration Setup" anywhere Thanks, FD Hi Dave, It seems that your VS2003 version doesn't include a VSS 6.0d CD (it should be a separate CD, only with VSS on it). Since you say you have a VSS 6.0a, it seems to me you didn't have VSS coming ...Show All

  • Software Development for Windows Vista Root Namespace for VB Project

    It seems that I am required to have a Root Namespace specified in the project options for my Workflow Assembly. If I do not have a root namespace specified I receive the following error: option 'rootnamespace' requires ':<string>' I have currently only tried this in VB.NET and not C#, so I don't know if this happens in both languages. Is this some sort of a bug I like to expicitly declare my namespace for each class and remove the root namespace. This used to be a bug in beta1, but should have been fixed in the latest beta2 release. Shelly ...Show All

  • Visual Basic Close code window causes screen "earthquake"

    I'm having a very annyoing and frequent problem with the VS2005 IDE when I close a child window. When I close the window, the whole IDE screen starts shaking in convulsions. It's like VS can't figure out what to do when the window closes, so everthing jumps around -- toolbars, etc. Finally, it will stop. Once it's stopped, the caption bar for the main IDE will be completely missing. The menu bar will be at the very top of the screen (I'm working maximized). Once I close the open window, everything gets back into shape and the caption bar reappears. We work in both C# and VB.Net, and at this time I'm not sure if the behavior described is l ...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

  • Software Development for Windows Vista Multiple workflow/more complex examples.

    Hi, I gone through the labs, examples etc for WWF and whilst they all demonstrate different aspects of WWF, they are all rather simplistic, implementing only a single workflow. What happens where there is more than one For example, in ASP.NET there can only be one instance of the workflow engine per app domain. On page1.aspx, I need to execute some workflow and take action based on the result so I add an event handler, eg: workflowRuntime.WorkflowCompleted += new EventHandler < WorkflowCompletedEventArgs >(WorkflowRuntime_Workflow1Completed); Another page, page2.aspx also executes workflow, so again it seems I have to h ...Show All

  • Software Development for Windows Vista DTCGetTransactionManagerEx error

    Hi everybody, during several tests with MSDTC I've received the following couple of errors calling DTCGetTransactionManagerEx API, MSDTC was unable to read its configuration A connection with the transaction manager was lost Can someone suggest me a way to better understand and solve these problems Thank in advance for help FabrizioC Hi Fabrizio, Can you explain what is your configuration (how is your app setup, what OS you are using etc) When do you get the error How often - all the time Cheers! ...Show All

  • Windows Forms N-Tier vs. my old code library advice

    I am developing a new windows app based on an old Access DB I have written and I could really use some advice.  In previous ASP.NET apps, I have developed a code library that allows me to easily populate a form from a database, as well as run inserts & updates based on form data.   The good news: this utility allows me to a ...Show All

  • Visual Basic How do I make A COMBO BOX READ ONLY IN VB

    I want users to be able to select from the  values in the combo box, but to to edit or write new item in the combo itself. I m using VB in Visual Studio.2003 Any ideas since I went over all the properties and still my combo can edit new items. Thanks a lot folks In VB 2005, you could set the Combo property of DropDownStyle to DropDownList.  Now the user can only choose things within the list ...Show All

  • .NET Development How to programmatically release logical port ?

    Hi All I am developing an application host (Remoting listener) from C# v1.1 for windows clients. I am using logical port ( say 9000 ) for my server to listen for the client’s request, I need to release/close the logical port when ever I restart my listener, so, how can I programatically release/close any logical port used by my application Thanks! Regards, Karthikeyan I'm afraid I'm going to have to ask in what way you are using this port (ie how you are initializing it) as that will tell me how best to free it. Given that you are using remoting... if y ...Show All

  • Windows Forms New whitepapers for building DataGridView custom cells and columns

    Hi all, We just posted two new whitepapers about building custom cells and columns for the DataGridView control: Building a custom RadioButton cell and column for the DataGridView control ( Source and Sample Code ) Building a custom NumericUpDown cell and column for the DataGridView control ( Source and Sample Code ) The docs, source code and sample code are under http://www.windowsforms.net/WhidbeyFeatures/default.aspx PageID=2&ItemID=13&Cat=Controls&tabindex=5 Enjoy! -Regis Microsoft Windows Forms team This post is provided "as-is" Hi Regis, Plea ...Show All

  • .NET Development SQL Select statement syntax error

    Hello, Can anyone help. I am trying to build a dataview rowfilter to select a restricted range of products to present in a datagrid. The .net debugger keeps throwing an exception at my statement, I have tested it in an Access database so I know the statement is working, however the sql for .net does not appear to use the same rules. Here is the code Private Sub LoadCustproducts() 'If its not all products it must be a restricted range If CustRangeCode <> "99999999" Then 'Filter the Range Table view for this Product Range Try rangeView.RowFilter = "RangeNum = " & "'&quo ...Show All

  • Windows Forms Set Property via string (possible bug)

    Ok I have done up a bunch of code, but in my code I would aways have the size and location set directly I only needed to set other properies via string. I recently ran into this problem. Ok I pop a button on the page (winforms) and then to change the size of the form via button press with this code. Dim Sz As New Size Sz.GetType.GetPrope ...Show All

  • Visual C# issues w/ standarizing client side/server side includes...

    I have been searching for a way to standardized my include files in C# -- both server side and client side. ---------Client Side Issues----------- Adding a javascript file with a few reusable functions is easy.  However, when adding it into a VS .NET project causes me issues.  The complier attempts to compile it -- and naturally it FAILS.  It doesn't know what the word 'function' means (among many other terms).  So i'm stuck with either removing the file from the project, but leaving it within the project file structure.  I don't like this approach because it causes isses with updating and source safe.  I could ...Show All

©2008 Software Development Network