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

Software Development Network >> H Reyes's Q&A profile

H Reyes

Member List

bergtatt
Bern McCarty
RE66
ziman
Sanjoy Bhowal
LeoXue
TFCNE
AIMDBA
BMcDowell
Raymundo Chapa94595
GeoffNin
Christoph_S
ceebee
Terrence Chan
Kalaivani Prakash
DaveSussman
Brian27
lali.b
Mark Ornelas
Hollix
Only Title

H Reyes's Q&A profile

  • Smart Device Development Change font in ListBox

    I want to have different style of font in ListBox like italic, bold and normal. How do I do that in .net CF Try looking at the MSDN docs for Listbox. The font property can be found here: http://msdn2.microsoft.com/en-us/library/system.windows.forms.listbox.font.aspx You can use this with the same code as above except with a listbox. Also if you press F1 while you are in Visual Studio a world of knowledge will appear ...Show All

  • Visual C++ possible compiler bug: C++ exception handling crashes when fibers are in use

    When a catch block inside a fiber contains a SwitchToFiber() API call, the next throw will crash in some internal, compiler generated code (near a call to IsExceptionObjectToBeDestroyed()). See test snippet below. It consistently crashes on on the marked line. If you move the SwitchToFiber() call after the catch(), it works fine. Tested with VC++7.1, VC++8.0, both debug / optimized and single-threaded / multi-theaded (/MT,/MD) compile options -- makes no difference. Regards, Andras #define _WIN32_WINNT 0x0400 #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <stdio.h> LPVOID lpFiber; LPVOID lpMainFiber; class Ex { }; void fiber_func(void *) { printf(" enter fiber_func\n"); try { printf(& ...Show All

  • Visual C++ VC++ IDE file output settings.

    In the C# and VB IDE you can set any file in your solution whether it be a text file or whatever to be copied to the output directory (either debug or release). In the VC++ IDE you cannot. How would I do this in the VC++ IDE IDE: Visual Studio 2005 Professional I guess the IDE hates me. I've tried many ways to copy my ini files to the debug/release directory but none of the macros I use are working. Could someone provide me with a custom build step setup where it will copy an ini file (or any file) from the main project directory to the debug/release directories. Thanks if you do. ...Show All

  • Visual Studio Express Editions Copying a exe file

    How would I using Microsoft Visual C++ 2005 Express Version make it when the user clicks a button that says intall it copies a single .exe file to a folder (e.g. C:/Program Files/MSN Messenger/) as I really need to do this. Please give me a code or tell me how to do it. Thanks loads! ...Show All

  • Visual Studio Express Editions Newbee needs help creating COM dll

    Hi, I want to try to create a COM dll for database transactions. I going to use it in my ASP (VBScript) project. Does anyone know where I could find a tutorial for this Thanks! You can do it in C#, although I'm not sure if the Express edition supports it. Start reading here ... ...Show All

  • Visual Studio 2008 (Pre-release) Working with events that are coming from a Win 32 window

    Hi, I have a framework in place whereby I get events from a Win 32 window, and pass it to the avalon window. I would like to know, is it possible to "convert" or work with the EventArgs that are Win32 specific in the Avalon form Thank you, Jaco O well, was hoping for an easy solution. Thank you, Jaco ...Show All

  • Windows Forms Datagrid

    Hi everyone, May i know how to read all the values in a datagrid one by one. I want to add all the values in each row in a particular column in the datagrid. Is it possible to do so A DataTable is an 'invisible' control that is part of ADO .NET 1.0 and above. Suggest you either get a book on ADO.NET or Visual Studio/Basic .NET 2002 or later....not VB6 or earlier or check the MSDN library if you have access to it. Infact of the data components are in the Data folder (not the Toolbox). Bye, ...Show All

  • Visual Studio Team System Need help to stop running a Build Type in Continuous Integration mode

    Hi, I havent been able to find anywhere on how to remove or stop Continous Integration on a Build Type. Can anyone point me to how to do this Thanks Hi Steve, No. For Continous Integration to work, you have to register the Build Type on the server. I need to know how to stop/unsubscribe that one Build Type. Thanks, Staffan ...Show All

  • Visual Studio where to get the plugin

    hello, I can't find the VSS 2005 plugin for Visual Studio (I had it before but now I can't remember how I did it before I formatted).... I have a home server with VSS on it.... I commit my changes to it... formatted last night and can't remember how I got VSS plugin for Visual studio... thanks The easiest solution is to do a repair install of VSS 2005. That should ensure that all of the MSSCCI DLLs are registered and registry values are written correctly. If you need to fix the plugin installation manually, follow the steps from these threads: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=298607&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=259526&SiteID=1 ...Show All

  • Windows Forms Fire events outside the form (KeyPress)

    Hi, I need to know how can I be able to fire an event outside of my form. We all know that there are lots of events that are fired by some action of some control or the form, such as Form1_Load, Form1_KeyPress, Button1_Click, Timer1_Tick, etc..., but to be more specific I really needed to (sort of) fire the KeyPress event outside the form. Let me simplify this: Suppose I have a form with a textbox, and I have the Form1_KeyPress event to capture the keys I press within the form, and individually transforming them to different keys, by changing the content of the e.KeyChar value while the KeyPress event is running, thus changing its output. To put it simple, the program basically transforms the pressed keys into different ones. For examp ...Show All

  • Visual C# I want to keep the focus in the same row when I pressed down arrow key in a particular cell (column).

    I am using DataGridView in a project in C# and I have a problem. I want to keep the focus in the same row when I pressed down arrow key in a particular cell (column). help me and plz give me an easy solution to do this. I've looked for a CancelSelect method or similar but can't find one... the closest thing I can come up with is maybe try putting the CurrentCell before it is changed to a variable then reset it after. It's not pretty though.   DataGridViewCell dgvc; private void dataGridView1_KeyDown( object sender, KeyEventArgs e) {     if (e.KeyData == Keys .Down)     {         ...Show All

  • Visual J# help im a first time user

    i feel really stupid in asking but im getting real frustrated... how do i compile my code do i need a seprate program or is it in the options can you tell me how goto microsoft web site and download the express version of Visual J#.NET 2005 and start developing with J#. Enjoy it!!! ...Show All

  • Windows Forms where do put the reference to the last screen of the installation

    Hi, I need to maintain the contents of the last congratualtions screen during an installation. Where do I set the path of the RTF file that I want displayed in that screen, pls Thnak you. I'm assuming you mean the ReadMe dialog that you've inserted into the dialog sequence. You need Right-Click on the dialog, show property pages, and there's a readme link for an rtf file. There is no place for an rtf file on the default Finished dialog, just text. ...Show All

  • Visual Studio How to force rebuild of Document explorer index manually

    On my Visa machine I have installed VStudio Team Suite, Team Foundation Client, and VStudio DB professional. all upgraded to SP1 (took me 4 hours to update :-) After installing Windows Mobile 5 PPC SDK, the document explorer always crashes when trying to rebuild its documentation (it gets to 768 MB memory use and than crashes in HXDS.DLL; online error report never comes up). For this program worked befor install of WM5 SDK, I would like to clear the help index and remove all WM5 files from it. But I can't find any information about how to force a complete new build of the help index or how to build an index that excludes some help files. Is there such an information or what can I do to completely remove any information Document Ex ...Show All

  • Visual J# regarding the Support for J# browser controls in Netscape and Mozillafirefox Broswers

    Hi, I made a J# broswer control from the existing Java applet. In Internet Explorer it is working fine,but in Netscape(8.1.2) and Mozilla FireFox 1.0.7 its not working.even its not displaying any error in those browsers. Any Suggestions regarding this Regards Baji Prasad.B AsianCERC Information technology Limited Bangalore India Hi Thilak, thanks for ur reply. but i have to run that j# browser control in netscape and firefox.both netscape and firefox will support acrivex controls. don't i have any other alternative to run j# browser controls in these browsers Reagrds Baji Prasad.B AsianCERC Information Technology Ltd Bangalore India. ...Show All

©2008 Software Development Network