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

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

simha

Member List

tfrazier
Ojemzy
GlennG
gjbilik
A_Martin
havoc27
dmee
tom_k
Sherry Heinly
Bibek
Thom Little
tobbjo
Nowandever29
Michal Malecki - MSFT
R.A. Williamson
Gavin RTE
tribal
Hastarin
Frederic Bellier
Pedro J. Molina
Only Title

simha's Q&A profile

  • Windows Forms Accessing a listview like control in another application using C#

    Hi I have a program that needs to capture data in another applications listview like control and then display this in my own program. I have managed to get the window handle and I realise that im probably going to have to use the windows API however i do not know what funtions i need to use or how to get the data from the control. I have used Spy++ and have found the control is on the fith level. Can anyone give me any pointers or link me to a gud tutorial Rgds, Chris What your trying to do sounds a little funky to say the least, but your best bet is probably something like this: 1. Grab the handle to the app's main wind ...Show All

  • Visual Basic problem with running vb.net exe

    I created vb.net application and it is perfectly running from my computer On the other computer i installed framework 2.0, but the application doesn't run. I use 2005 express edition. Can i make installation package How can i solve the problem. All computers have windows XP. Please answer to alexg@bdrgroup.com To make a package, publish your program.  The default settings will create a setup file that installs the needed frameworks. To do this, click Project from menu bar, choose <project name> Properties... at the bottom. Go to the publish section. If you click on the Prerequisites butto ...Show All

  • Visual C++ Error: LNK2019

    Hi I am using MS VC++ .Net (2003) and MS DirectX 9.0 SDK (December 2004). I am getting the following error :- GDPass error LNK2019: unresolved external symbol "public: void __thiscall bullet::gunshot(void)" ( gunshot@bullet@@QAEXXZ ) referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" ( WndProc@@YGJPAUHWND__@@IIJ@Z ) "gunshot()" is a function which is declared in a header file, as a public function of a class. Its definition is in the same source file as the function call. I cant seem to understand the reason behind this error. Please help me. fixed tha ...Show All

  • Windows Forms TaskBar ContextMenu

    hi ppl,, i have my main window with FormtBorderstyle ste to None... ok,,, and my app shows in the taskbar.. thats ok ,, i want it to be in taskbar.. but when i right click on the taskbar item of my window ,,i dont get any ContextMenu,, i think this is because i have no border in my form.. so i was wondering how can i set a ContextMenu for when the user right click the taskbar item it shows up mig16 sorry for my english hehe not my primary language :P You're partially correct. You need the ControlBox property set to true if you want a default context menu in the task bar. When your form does not have a borde ...Show All

  • .NET Development too many different in VS 2005

    Hi, there I try the VS 2005 B2. It seems too many diff with 2003. Who can give me an advice for howto using this 2005 and I will appreciate a lot for your kindly help. Here I have 2 questions about ASP.NET page design. 1) the page layout supposed has two (flow and grid). But I only got one (not fond changing to grid). 2) the component ID no way to change, it alway pop up a error message ("Property value is not valid." and its detail is "Object reference not set to an instance of an object.") Is there something wrong in my VS2005 Cause I don't think it cannot be changed in new version. Thanks a million. -flyeagle ...Show All

  • SQL Server remote queries (linked servers) wait or timeout during a DBReindex of any table/index

    SQL2000 SP4 - build 2039 and also tested with a newly applied build 2162 It looks like when a SQLMaint optimization job OR a DBCC DBReindex is executed on ServerA, remote queries (at least using linked servers) to ServerA do not work.  They wait until the DBReindex is complete or until the connection (if connection has a specified timeout) times them out. Why can I not execute a remote query during an index rebuild   The query being run in the remote connection is very simple and does not read a table being 'reindexed'.  IE, I can run the same query locally during the reindex and it works. My int ...Show All

  • Visual Studio 2008 (Pre-release) Designer not showing up

    When I create a new WinFX Windows Application and open up the Window1.xaml file, it goes directly to the xml editor with the xaml file loaded (eventhough the WinFX Designer is the default).  So when i click the Design button at the bottom of VS2005, a blank page comes up and i can't do anything within it... should i seem something in the toolbox that i can drag over   Something doesn't seem to be correct. I uninstalled the Nov CTP of WinFX, Windows SDK, and winfx extentions prior to installation of the Dec CTP of WinFX, Windows SDK, and Orcas.  What am i missing Also, I'm seeing the same error as this poster is seeing:&n ...Show All

  • .NET Development Help, stuck in Visual C++ .NET

    I get these 3 errors, but I don't see anything wrong: c:\Documents and Settings\Raymond\My Documents\Visual Studio Projects\WirePro\WireProDlg.cpp(14): error C2146: syntax error : missing ';' before identifier 'MyCalculations' c:\Documents and Settings\Raymond\My Documents\Visual Studio Projects\WirePro\WireProDlg.cpp(254): error C2228: left of '.TotalWireLength' must have class/struct/union type c:\Documents and Settings\Raymond\My Documents\Visual Studio Projects\WirePro\WireProDlg.cpp(14): error C2501: 'MyCalculations' : missing storage-class or type specifiers Here is the source code: WireProDlg.cpp // WireProDlg.cpp : ...Show All

  • Visual Studio Express Editions How create sub handling button field click

    Hi, I created field of buttons:   Public Class Edit_Field     Public FieldBTN(80) As Button     Public Sub New()       Dim n As Integer       For n = 0 To 80         FieldBTN(n) = New Button       Next     End Sub   End Class   Public EditField As New Edit_Field And now I need to assign some function to handle all this buttons click events Can u help ...Show All

  • .NET Development Finalizer thread priority (exploit) ?

    Due to a design mistake, I have run into an infinite loop within the finalizer thread. As a consequence the VS interface was almost freezed (I was not able to click on Debug All for example). The Windows Task Manager (running with the "Above Normal" priority) was also almost freezed too. Therefore I have checked the finalizer thread priority, and I have found out that the finalizer thread priority is set to Highest . Since a .Net application can simply get control of the finalizer thread through a disposable object, it looks like it can increase is thread priority beyond the process base priority. Such behavior pretty much look like an "exp ...Show All

  • Visual Studio Express Editions plotting graphs

    I'm not able to use afxdisp.h as it gives lots of errors with windows standard.. & thus cant use COleSafeArray for creating array to plot graphs. & not able to use mschart can someone please help me out.. how to plot XY grahps.. using simple form application in vc++ thanks & regards -- vishal Are you using VC++ express edition If so you cannot use VC++ Express with COleSafeArray, since that is part of MFC. And MFC is not available in C++ Express. Unless you can find some way of emulating COleSafeArray, you'll have to buy the standard edition or higher. ...Show All

  • .NET Development Major shortcomings -will vs2005 fix them?

    I coded Dim a As Boolean = Me .ActiveCheckBox.CheckState and get the warning, implicit conversion from syste.windows.forms.checkstate to boolean. I have lots of such warnings.  You'd think vs would allow you to get more information on how to solve it.  I have many such warnings and can't submit a million questions to this forum on solving each one. In addition, I can't copy the warning Another irritant is the well known need to click alt+enter A bigger problem is my attempt to inherit and add features to a binding navigator. Let me quote from my submission to microsoft Please refer to microsoft technical forums http:// ...Show All

  • .NET Development Unmanaged host App catching events from managed

    I want to host a managed assembly (decrypted from resources) on a C++ application. The first step is done and works. but I have a problem, if a missing assembly is not found when I execute the dynamic loaded assembly the application don't start and no "_com_error" is thrown. I saw a bunch of methods exposed by the interface _AppDomain: add_UnhandledException remove_UnhandledException ... add_AssemblyResolve remove_AssemblyResolve ... How to handle those events from the C++ using COM interop to access .NET TIA, ramon I solved the problem :) Under custom  AppDomainManager I need to override and ...Show All

  • Visual Studio Express Editions Using and saving Properties.Settings.Default.XXX

    I have been using Properties.Settings.Default.XXX to load and save user config settings (scope=user). Now, I want to set scope=application, and store general settings such as database server. I would like the user to be able to create this file, if it is not present using a dialog in my app, but it seems as though the settings are read-only if I set scope to application. If this is the case, what is the best way to store application settings which: (1) need to be stored in a text file in the app folder that is easily readable and editable. (2) Can be read and saved from the app. (3) Can be parsed easily by the app to ensure that all required ...Show All

  • Visual Studio Could not Connect Oracle from dot Net

    Hi When I am trying to connect to Oracle and while opening the connection from c# of .Net  I am having an error as "Oracle error occurred, but error message could not be retrieved from Oracle". I am using OledbAdapter. ConnectionString is "Provider=MSDAORA.1;UserID=spa;password=spa;server=oradb"  Please help me.                                                  Siddhartha Hello Siddhartha, W ...Show All

©2008 Software Development Network