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

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

recai

Member List

AnnieW
00dave
sharpblade
MCastellana
murphymom
CoverPpl
Larry Cleeton
Radim Hampel
Chilenazoo!
Fremen
Tomster42
SteveTr
Shy Cohen - MSFT
Ben Post
acgentry
Luigi_C
ScottEDyer
WilliamW6488
slolife
pbjorge12
Only Title

recai's Q&A profile

  • Windows Forms PropertyGrid Guru needed for Custom Editor Problem.

    If my custom drop down editor(which is basically a multiline text box) is removed from view because the user pressed escape, then I need to know so the propertygrid can ignore any changes made.  My 'fantasy vb code for the EditValue function would be. MyCtrl.edSvc = edSvc: MyCtrl.Value = value edSvc.DropDownControl(MyCtrl) if dropdrown was removed with escape key then &nb ...Show All

  • Visual Basic Refresh the Winows OS from within Visual Basic

    I've made some program in Visual Basic 2005 that works with changing files and folders. After I've finished it, the main problem is to refresh the Windows OS. I mean the same thing as when we press F5. Than everything refreshes and if we have made changes, they are immediately shown. Could someone help me with this matter A possible solution or maybe an idea how to do that   Thanks,  After I've finished it, the main problem is to refresh the Windows OS. Erm... no. The OS equivalent to F5 is rebooting. There is no program after which when it's run that should necessitate rebooting. More specifically, wh ...Show All

  • .NET Development How to refrence any avalible version of a assembly?

    Hi, we have a problem in our company and we can’t solve it. We have an application that uses the Oracle Data Provider (ODP). But when you move the application to another computer that has a different version of ODP (newer version) installed the application doesn’t work, because it is trying to reference a assembly with a specific version and that does not exists... I was going trough the MSDN and some books, and discover that you can manually redirect assembly with: <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly&g ...Show All

  • Visual Studio Tools for Office Argument 'Prompt' cannot be converted to type 'String'

    Hi, I'm writing an application to change the queries in some Excel pivot tables (like 300). I exctract the query, modify it and then replace it in the pivot table. When I do the replacement I've got the error: Argument 'Prompt' cannot be converted to type 'String' Here is the code I'm trying to run: Try objPivot.EnableRefresh = False stQuery = objPivot.CommandText.ToString() objPivot.CommandText = QueryReplacement(stQuery) Catch er As System.Exception MsgBox(er) End Try Any ideas Arturo Thanks, I will post my question in there. Arturo ...Show All

  • Software Development for Windows Vista Override tooltip text

    Hi. How can I override the text shown by the tooltip of an activity Thanks in advance. You need to set Description property of the custom activity. Tooltip text will be in format: <ActivityType> (Name: <ActivityName>) <Description> ...Show All

  • Visual C++ Floating point stack overflow

    My application works fine in VS2003, but in VS2005, it is producing an overflow of the floating point stack.  This seems like it must be a code generation error in the new compiler.  Has anyone else experienced this problem In the particular case I am looking at, I step through the instruction FLDZ in the disassembly window.  Instead of getting a zero in ST(0), I get 1#IND, and the SF and C1 bits are set in the x87 FPU Status Word.  The first time through this code it works OK, but this second time through, the FPU tags register shows that the stack is full before the FLDZ instruction. We have made a total rede ...Show All

  • Visual Studio Express Editions SDK for WinXP x64

    Good day, I have AMD64 processor with winXPPro x64 and tried to download the x86 SDK but it wouldn't install (I thought it would install into the x86 folder). I then downloaded the AMD64 SDK and installed from the web...well, I thought I had...but when I went into the "Program Files\Microsoft SDK" folder (after getting a success message) I discovered that none of the sub-directories (include, bin, etc) had installed there. I found them one level up in the Program Files directory. My Question's: 1. Will the AMD64 SDK work with VC++ express to learn how to make win32 apps (I am starting with the Petzold book, ...Show All

  • Visual Studio Help Integration Wizard does not generate title nodes

    Hi, I'm trying for some time now to create a MSI installer to deploy a Help2 File. For this I'm using the Help Integration Wizard - which seems to work all right. But when I've installed the .MSI and start dexplore I can't find my Help at all(but a filter I configured in Step 3 of the wizard shows up). When I take a look with Namespace.exe(contained in VS SDK) I can see the Namespace created by the installer, but unlike all other, this Namespace does not contain a titles Node - which seems to me to be the problem. Can anyone point me to how this could happen or how to convince the Wizard to properly register my helpfile I've tried s ...Show All

  • .NET Development Refreshing Rows in DataGrid

    How to Clear or refresh the Rows in the DataGrid I am having the data filled in my Datagrid and whenever I tried to fill some other data into that Datagrid, the older rows are not getting clear. How to Clear them Can anyone help me I have tried the Code below and still unsuccessfull DataGrid1.DataSource = nothing; DataGrid1.DataBind();   Is it possible for you to tell us more detail about what you are trying to do and how did u trigger to update the data grid (e.g. by button click). It seems to me that you are trying to update the data grid without post back to the server. (which of cour ...Show All

  • Windows Forms Event source in event handler delegate?

    Please help me determine the source of the event that triggered it. In a Windows Forms application, webbowser control, HTMLElement's onclick event is handled by a delegate event handler that has been attached to it by the application. The event handler has the usual parms, source As object and e As System.EventArgs but source is Nothing and e is empty. I know I am missing something but I cannot find what that is, although I have searched MSDN thoroughly. Can you help me TIA. You might try examining the StackTrace at that point (SystemEnvironment.StackTrace) to get an idea of what is triggering it and h ...Show All

  • Windows Forms Sizable multiple list boxes

    I saw a program which had three list boxes side by side and they were sizable.  How did they do that.  The list boxes have a common side and when you drag the bar one box will get smaller and the adjacent one will get larger.  The one one the other end stays the same.  Can we do this in VB.NET. I have looked ever ...Show All

  • Visual Studio Tools for Office Charts in VSTO Word

    What is the best way to dynamically create charts in VSTO Word solution. I tried using OWC, but I had to wrap it in UserControl before I could add it to document. Anybody knows as way to add it to the Word document from code behind without wrapping it in UserControl. Or should I use Excell itself Well, you basically have two Office automation choices. Both involve creating an embedded OLE object in the document. You can create an Excel graph object, or an MS Graph object. The first would require Excel to be installed on the machine. The second should be available (assuming MS Graph was installed) even if Ex ...Show All

  • Smart Device Development Serial communication over IR port of HP iPaq gives IOException error

    Hi, I'm trying to send data over the built-in IR port of my HP iPaq 2495 by treating it as a serial port.  I am able to open the port, however I get an IOException error when I try to write data to the port. <code> dim serialtest as new system.io.ports.serialport() dim serialcode(3) as byte serialcode(0) = &H55 serialcode(1) = &HFF serialcode(2) = &H0 serialtest.portname = "COM3" serialtest.open() messagebox.show("Port Opened") serialtest.write(serialcode, 0, 3) messagebox.show("Data written") serialtest.close() </code> Debugging shows that the p ...Show All

  • Visual Studio 2008 (Pre-release) custom togglebutton

    Hi, I need to draw a check mark in the left side of toggle button when the status of togglebutton is pressed. I was trying to do it using either DataTemplate or ControlTemplate using a path (for drawing checkmark) and textbox but I can not figure out how to hide the checkmark when the button is not pressed using property trigger. Any suggestions or sample code will be great. thanks/chong Use a trigger to set the visibility of the path. For example if the checkmark has x:Name="Checkmark" and the checkmark is hidden, make it visible when the button is pressed: <Trigger Property="Is ...Show All

  • Visual C# C# generic

    Hi, Can somebody tell me a good reference material to learn generic Here's a few: 1. http://www.google.com/search hl=en&q=C%23+Generics 2. http://msdn2.microsoft.com/en-us/library/512aeb7t.aspx 3. http://msdn.microsoft.com/vcsharp/2005/overview/language/generics/ 4. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/csharp_generics.asp ...Show All

©2008 Software Development Network