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

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

Calibra

Member List

*Lysander*
Theo van der Stap
BillyDvd
Stefan Kratzert
Paulustrious
Stephen Yuan
Finzzownt
Andy Lichey
Lea41263
Harris Sayed
GeneYM
Yiu-Fai
abdu
Cockgle
The.B
Karthik G Kashyap
DNAGCAT
TOGA_FLX
late_nighter
Paola B.
Only Title

Calibra's Q&A profile

  • Smart Device Development Dll can't work on real device!

    I built a Dll that can work correctly on SP2003 SE emulator, but when I deploy it to real device(dopod 585), the phone doesn't load the Dll. I noticed that the function calling sequence is : ProcessInit ThreadInit ProcessUninit ThreadUninit It seems to return immediately,  other exported functions doesn't work at all. I signed the Dll using "Smartphone 2003 Priviliged Test Signing Authority".  So what's wrong Please tell me how to hand ...Show All

  • Visual Studio Team System Move PInvokes to native methods Class

    Hi Guys I'm getting the above warning in FXCop (1.35), any examples on what I need to do to correct. Thanks FX Cop reports the following CriticalWarning, Certainty 95, for MovePInvokesToNativeMethodsClass { Target : GetKeyState(System.Int32):System.Int32 (IntrospectionTargetMethodBase) Resolution : "Because it is a DllImport method, FrmLogin.GetKeyState( Int32):Int32 should be defined in a class named NativeMethods, SafeNative ...Show All

  • Visual Studio Team System Team Foundation Server not available on MSDN?

    I've been away from Team Foundation for several weeks and I am now ready to get back and test it with the current CTP. I had too many problems with Beta 3 VSS conversion. However, I do not see it in my MSDN downloads anymore. I see Korean, Japanese, and Traditional Chinese but not English. Is this not available anymore Universal. I'm in the process of buying volume licenses for my group because my Universal will ...Show All

  • Windows Forms get IWin32Window of form executed some code without having the instance of the form

    Hi! I created a generic dialog box to show some messages. To make the process of calling and displaying it more simple I don't want to explicitly provide the owner of the dialog but I want the dialog to determine it. I think that this is done by default when using the MessageBox of .NET framework, when you call an overload which does not require the owner. So I want to simulate this behaviour. Apparenlty the owner of each dialog shown would b ...Show All

  • Visual Studio Team System Jump to local for which a problem is created

    Hi, In the source below I add a problem for a local that's named using Hungarian notation. When I double-clicking the corresponding warning in VS, VS jumps to the method containing the local. Can I provide information (source context or something) to let VS jump to the local itself private void CheckName( Local local) { string prefix = GetLowerPrefix(local.Name.Name); if (! string .IsNullOrEmpty(prefix)) ...Show All

  • Visual Studio Express Editions Opening a Help File from a C# Application

    I'm using C# Express B2, and I am very new to programming. I'm trying to have a help file (.chm) that I created open when the "Contents" option on the "Help" menu is clicked. I have added the help control to the project and set its namespace property to the location of the file. Now I'm stuck; I can't find the exact steps/code I need to make the menu item click actually open the file. How do I tell my application, "When the user clicks the "Cont ...Show All

  • Visual Studio Simulating App.config behaviour

    I would like to be able to have App.myconfig files copies to the output directory like AssemblyName.myconfig, like it happens with App.config files. How can I do that without creating the targets from scratch Ovatsus, Just add the following just before the </Project> tag:   <Target Name="AfterBuild"              Inputs="@(MyFilesToCopy)" ...Show All

  • Visual C++ Loading JPEG files

    Hi, Can somebody tell me how to load JPEG files at runtime. I can load BMP files. But I don't know whether the same technique will work for JPEG files too. Is the structure of BMP and JPEG the same Along with this please help me with how to load Animated GIF files and simple GIF files. Thanks Look at IPicture http://msdn.microsoft.com/library/default.asp url=/library/en-us/com/html/42e3cd0e-2413-494a-8be8-2952089e02d2.asp http://msdn.micr ...Show All

  • Windows Forms DataGridView GetFirstRow() problems

    Hi all I'm using the GetFirstRow(DataGridViewElementStates::Displayed) function to work out which the first row displayed on the list at the current time. There are two problems with this though. First is that the docs say that it is meant to be for internal use of the framework rather than being used by plebs like myself. The second problem is that if the DataGridView isn't actually visible, the function returns -1. Not surprising I gu ...Show All

  • .NET Development Dll loading during p/invoke

    Hi, Do you have a reference to an article which explains how ddls are loaded in .net I'm particulary interested in finding out how a dll and its dependents are loaded during a pinvoke call. Thanks ! Bart The following article may be helpful: http://msdn.net/msdnmag/issues/1000/metadata/ Hope that helps, Stephen Fisher ...Show All

  • Visual Basic a puntch of questions about ATL component works in VB.NET

    i build a simple ATL component, when i inject it into vb.net, i got a lot of problems. actually, it's working, but it really looks strange comparing with other .net com object. 1st, in .net, we have enum data, like Microsoft.VisualBasic.DataFormat, and constants like Microsoft.VisualBasic.Constants. how can i make one like this in my project 2nd, we can see .net classes' methodes in the Object Browser, but when i click on my component, it' ...Show All

  • SQL Server Adding Subreport Total to Main Report Total

    Hi, can anyone help I have created a Report using Visual studio-the report displays a subreport within it. On the Subjective Report I have 12 values for each month of the year. For the first month the value is =sum(Fields! Month_1.Value) , and I have named this text box ’ SubRepM1 ’ The name of the subreport is ‘ subreport1 '. On my Main Report, again I have 12 values for each month of the year. For the firs ...Show All

  • .NET Development Failed to initialize huge arrays

    I have to initialize a huge constant array of structures(60000~100000), used as a lookup table , but it failed with System.InvalidProgramException when the items reach 18400. and if I change the item type from struct to class, the threshold is 35000 . It seems that there a size limition  when initialize constant in CLR. Is there any configurable parameters can be used to increase this limition in C# compiler or .NET framework. Or I'm missin ...Show All

  • Visual Studio Team System Microsoft Partner Program License Benefits FAQ

    The Partner team has provided me with the following FAQ, which I'd like to share with all of you in the hopes that it answers many of your questions. Thanks, Ajay 12/8/05 - I've updated the FAQ with a new version that I received from the partner team. This information will be making its way to the partner Web site as well. Eligible partners are scheduled to have access to Team Edition for Software Developers on 12/16. In the meantime, the Tea ...Show All

  • Visual Studio Express Editions How to change order of controls?

    Hi, I have a form with a couple of textboxes on it (81 to be exactly). Now i have a textfile that is used to fill the textboxes, but it doesn't fill the textboxes in the right order. Like it doens't paste the first character of the textfile into my first textbox, but in the 79th textbox, and the 2nd character in the 71th textbox. Here is the code I'm using: (sorry for the single color) Private Sub NewGame_Click... dim sr as new IO.StreamReade ...Show All

©2008 Software Development Network

powered by phorum