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

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

reO

Member List

Allan Kor
hansondan
DoubleM
Joel Holder
Jim Shan
egyptian_bean
Michael Tsai
Florim
Felipe Levin
JRCJames
Bdenison
Big Bearded Guy
DianaChia
glennl
etropic
Adil Saleem
Doug Holland
Stuck
Ariff
MarceloTallis
Only Title

reO's Q&A profile

  • SQL Server RAPI fails on CeMountDBVol (WinMobile 5)

    My PC app uses RAPI to install files to a CEDB database on Windows Mobile devices. Works for PPC 2002, 2003 devices, ActiveSync v3.8 and 4.1 On Windows Mobile 5.0 devices with AS 4.1, RAPI fails on CeMountDBVol with an ERROR_INVALID_PARAMETER. What needs to be done to correct this I have read about RAPI Security policy, but this case doesn't seem to apply. I am loading RAPI DLL dynamically. ex: bResult = (*pCeMountDBVol)(pDBguid, // guid of mount     DBVolumeFullName, // full path and name of database volume     OPEN_ALWAYS)); // flags  I didn't think that there were secur ...Show All

  • Visual C# Conole.WriteLine does not work.

    I have been posting pieces of this code in regards to another problem. Now when I try to execute this routine, I get an error message. During debug, however, I cannot seem to notice any error messages but there is nothing in the Console. I've made sure it is a "console application" not "windows app." Why is it that there is no output to the cmd prompt at all Another question concerns the debugger behavior. It needs a FOCUS to respond to F11 to execute commands. If I place the cursor at the console the debug stops in its tracks. Sort of weird. Are these two problems related It is a code I copied from an MSDN website with some small correc ...Show All

  • Windows Forms Reading text file, bottom up

    I have tab delimited text file which gets populated on daily basis via automated process. New entry is written at the bottom. I need to create a utility which makes a copy of this file with 10 most recent entries.  When I read line using StreamReader object it starts from the top, so looping though lines and keeping track of the line is  ...Show All

  • Visual Studio Team System TFS needs version 11.0 of Excel

    In trying to use the "Add work items with Microsoft Excel" feature I get a message that my machine needs to have Excel 11.0 installed to proceed.  I can't find any evidence anywhere that Excel 11.0 even exists - where does one obtain this That's what I have installed - is there a specific file or registry entry Team Explorer is looking for when it generates its message ...Show All

  • Visual Studio Crystal reports dynamic images help plz

    Hi. I'm new to Crystal reports. I'm using Crystal reports in Visual Studio .NET 2003 and MS SQL 2000. I need to create a main report with several subreports that are linked by 2 parameters. lets say parameter a and parameter b. Depending on parameter a, a picture's path is being gained with a stored procedure and then stored as blob in a table. The identity of this blob is then being given back to .net and passed back to the main report's stored procedure which also contains the picture in his select. My problem is that when I try to drag and drop the blob field on the report I'm being asked for a parameter value for the 3 parameters of ...Show All

  • SQL Server SP1 failure - incorrect platform

    When I try to run the x86 version of SP1 on my development desktop (for tools only), I get an 'Incorrect Platform' error: Setup cannot update x86 products on this computer To proceed, run the Service Pack Setup program for the x86 platform. The filename I downloaded is SQLServer2005SP1-KB913090-x86-ENU.exe and it successfully installed on my Wk2003 server (dual PIII). My desktop is a single P4 2.8Ghz running WinXP Pro. brian smith This may be a stupid question, but did you install the tools from the same retail SQL Server disk that you installed on the server I seen many posts from people who have the original CTP version or a Trial v ...Show All

  • Windows Forms Overlaping

    Hi everyone, I am working on Vb.net and I want to make a simple Msgbox to pop up when two images over lap each other can u please tell me if you know thanx, Simon Ok here is the best I can Explain it!( I am using VB.net) I have a button and TWO picture on a form which are inline to make the pictures move I use this code: Public Class Form1 Dim mov As Integer Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PictureBox1.BackColor = Color.Aqua PictureBox2.BackColor = Color.Aqua mov = mov + 5 ...Show All

  • Windows Forms How do you put a Bitmap on the Clipboard using win32 API from a C# program?

    How do you put a Bitmap on the Clipboard using win32 API from a C# program public partial class Form1 : Form { public Form1() { InitializeComponent(); Bitmap bitmap = new Bitmap(50,50, this.CreateGraphics()); using (Graphics g = Graphics.FromImage(bitmap)) { g.Clear(Color.White); g.FillRectangle(Brushes.Yellow, 10, 10, 30, 30); } MyClipboard.PutOnClipboard(this.Handle, bitmap); } } public class MyClipboard { [ DllImport ( "user32.dll" )] static extern bool OpenClipboard( IntPtr hWndNewOwner); [ DllImport ( "user32.d ...Show All

  • .NET Development need to implement email sending facility

    hi all how to implement email sending facility in C#.net.using asp.net .plz help thnks in advance pubs Hi pubs, Take a look at the following URL: http://aspalliance.com/679 Regards, Vikram ...Show All

  • Visual C# Books on C# language needed.

    Hi We have bought the following books from Microsoft press: Visual C# 2005 Step by step Visual C# 2005 The language (Core reference) The step by step was easy to read, with good examples, although seems to be aimed more towards beginners. Not our level. The language, was hard to read, difficult english, with "not that good examples"(trying to be polite). Its seems to be more on the right level for us though. So my question is, is there a book that you would recommend, that would be equivalent to "The language" in depth and level. But more following Microsoft standards and conventions, like step by step ...Show All

  • Windows Forms Hide the properties of a parent class ?

    Hi, I've got a class which inherit from TreeNode. In this derived class, I provide a few properties to show in a propertygrid. But it also displays the properties of TreeNode. And I'd like to avoid that. Is it possible And if so, how (any link to tutorial, documentation or help is welcomed ^^) Give a new implementation of the propery by using the new keyword and then say [Browsable(false)] ...Show All

  • Visual Studio Tools for Office Word 2003 with VSTO 2003 stops working when .Net Framework Beta 2 is installed

    Hi, I have an article/howto publication solution for my web site working with Word 2003 and VSTO 2003. Some authors complains that the solution doesn't work anymore. It seams that those one have installed the .net framework beta 2 on there machines. Anyone experienced that too Any work around Best Regards, --- Laurent Kempe - lkempe@netcourrier.com Tech Head Brothers - http://www.TechHeadBrothers.com Blog - http://weblogs.asp.net/lkempe [Microsoft ASP.NET MVP] Word 97 still works just fine. ...Show All

  • Visual Basic Delaying code.

    Hi guys. Quick question here. I'm looking to put a delay inside a For/Next loop to make the computer wait a designated amount of time before continuing. Rather than use a timer control, I want to keep it purely within code. I remember the good old days where you could just go DELAY 1000 and be done with it, but alas, it seems that those days are no more. If anyone could help me out it would be much appreciated. A.) there are women here too. Everyone is not a guy. B.) I've liked some of your answers. C. System.Threading.Threads.Sleep(intervalInMilliseconds) D.) I would recommend that you back up and think about your a ...Show All

  • Software Development for Windows Vista Deriving from WhileActivity

    Hi, I would like to construct Activity similar to while and it would be really easy if I could just derive from WhileActivity, which is not possible, because it is sealed. Is there a good reason for that Second question, is there some way to see source code of WhileAtivity, so I do not have to spend hours on implementing something, which is very similar to it It would be great to have source code of it so I could make small changes of code and have it done in few minutes instead of hours spending on studying how to make my own Activity + I could learn from source code how it works. Thank you, Peter ...Show All

  • Visual Studio 2008 (Pre-release) Global RoutedCommand

    How can I have a global RoutedCommand By global I mean that no matter which Page it's Executed from, it will be recieved in all pages. Hi Jared, This may be a bit of a glib response, but have you tried using the CommandManager.RegisterClassCommandBinding method to acheive what you are looking for You could presumably use it to register a binding for your Page class, and then fire off an static event in your Page class that each instance could handle. I haven't tried it out, but it might be worth investigating... Cheers, John ...Show All

©2008 Software Development Network