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

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

Qmar

Member List

James_W
gunslinger
Justin Daw
Tomas
g0nzo
Vegethalia
BlaineX
murali-indian
M.Balajee
RedAlarm
wri
yaaaar
Stein
rfsmason
DaveGoliath
John Hoge
mkrayirath
mahenrana
sourind
Mohamed Fares
Only Title

Qmar's Q&A profile

  • Visual Studio Open From Source Control problem

    When I do this with the MSSCCI provider I am developing I get this error ... "The source control bindings for this project do not match the bindings reported by your source control provider. This solution, or part of it, may have been forked or branched. To update the projects source control bindings use the Change Source Control on the Source Control menu." If I click OK, and let VS reload, everything is fine.  But I can't f ...Show All

  • Smart Device Development connection string error

    [code]      Dim rdaOleDBConnectString As String = "Data   Source=WINWIN;Initial Catalog=HOME; " & _             "User Id=<username>;Password = <password>" [/code]   Error Message = A required property is not specified. [ Property name = SubscriberConnectionString ]   can anyone tell me what is the error by the way what is DATA source and Initial ...Show All

  • Visual Basic ctrl.additem conversion?

    I am trying to convert a VB6 program to compact framework. In VB6 you could pass a control to a routine and use the AddItem method. The routine in question will either receive a combobox or a listbox. Is there a way to do this in VB.NET Thanks! In VB.Net its items.add method to add items to the listbox or combobox Example Public Class Form1 Public Sub ButtonClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handle ...Show All

  • Visual Studio Direct Printing to LPT Port - Please Help

    Hi,   This a request for some seriously urgent help please...   I have an application that needs to print 2 crystal reports directly to 2 printers attached to a PC. The one report goes to LPT1 and the other to LPT2. The Print needs to be direct ie: the user is not presented with a preview or a print dialog box. The pc is standalone and not connected to any network.   Printing a crystal ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectSound issue: any help appreciated

    I realize this question is going fairly ambiguous, however the nature of the problem is somewhat similar. I'm developing the sound engine for a project, and the sound engine initially worked fine within the project. I took a break from the project, and when I came back the audio no longer played. Currently, when PlaySegmentEx is invoked, S_OK is returned... however absolutley no audio is audible. I am currently able to seperate the engine into i ...Show All

  • Visual C++ Hided classes

    Hello. In this moment i'm developing a little framework with DirectX, which is formed by a series of class which have got public and private members. Now if i compile the lib and use it into my project, the compiler is able to see public and private members, while i'd like to hide private members. Is there a way mabye with precompiled headers Other things Thank you i've tryied it and it works very nice. I've understand how to do but my lit ...Show All

  • Windows Forms VerificationException?? why??

    Why am I getting this exception   LoadEvent Exception: System.Security.VerificationException: Operation could destabilize the runtime.    at Rebif.RandomMove(Int32 movingSpeed)    at Rebif.LoadEvent(Object sender, LoadEventArgs e)- this is the code void RandomMove(int movingSpeed) {   int&nb ...Show All

  • Visual Studio Tools for Office Error loading the requested managed object: Version 2.0 is not a compatible version.

    Hi there, I have been developing an Excel 2003 (Version 11) Smart Tag DLL in Visual Studio .NET 2005 for a few months. Everything was working fine until early this week when I did a get latest on my source code. Now everytime I go to execute Excel my smart tag DLL does not load. I have checked and tried everything I can think of, registry paths etc. I even created a brand new skeleton smart tag DLL to test the problem and that also does no ...Show All

  • Visual Basic Hex function and Byte type declaration problem

    I have a program that is supposed to format data into 4 hex bytes and sent thru the serial port. The declaration section contains the following: Dim Addr, MsData, LsData, CkSum as Byte Dim Cmd1, Cmd2, Cmd3, Cmd4 as Byte Data is input to the Addr, MsData and LsData bytes and ChkSum is computed as (MsData and LSData are parsed from a single text box input (0 to 4095 range): MsData = Int(InputData / 64) LsData = InputData Mod ...Show All

  • SQL Server How do you set up a trusted SQL Account?

    I am trying to get my Clasic ASP web App to see my SQL Server.  I have moved to a new PC that is now XP vs. Win2k.  I also now have SQL2005 VS. SQL 2K.  I am getting the following error: Login failed for user '1200MAIN\IUSR_1200MAIN'. The user is not associated with a trusted SQL Server connection I have set up an account in SQL but it doesn't seem to be working correctly.  Any help would be appriciated. Thanks, Doug ...Show All

  • Visual Studio Obtaining ITypeResolutionService (designer with custom controls)

    Hi, I am creating my own Windows Forms designer which serializes controls into XML file. My problem is that when user adds custom control to the XML document, then I need to instantiate that control when going into design mode so that I can add it to the designer. In the designer I need to somehow get the control (type) from the name of the control. I can not use Type.GetType() since I the assembly containing the control is not loaded and ...Show All

  • Smart Device Development Compiling error C1190 while building solution for Visual C++.net

    Hi, all, I am using Visual studio 2005 to make a Visual c++ project. I was trying to make a simple UDP socket and threading program. The device manager i am using is wm 5.0 for Smartphone, and wm 5.0 Smartphone emulator. Here is what I have in the header file: #using <mscorlib.dll> using namespace System; using namespace System::Threading; using namespace System::Data; using namespace System::Net; using ...Show All

  • Visual Studio Generate many files from one template?

    I have a DSL now taking shape, including generating code that executes properly, and I must say I am pleased with how quickly it has come together. Now I have a secondary goal to fill: producing static documentation from the diagram. I'd like to produce a set of HTML files (one for each instance of the primary classes in the DSL). I don't see how I can do that with the current structure, which allows me to generate exactly one file from each tem ...Show All

  • Visual Studio Team System Is it still the plan to rename h.exe to tf.exe?

    Just wondering because it just makes more sense and is easier to explain to people.  tf.exe = team foundation whereas h.exe = hatteras, huh   :-) ...Show All

  • Visual FoxPro pulling data from one field and making a new column out of it

    Hi all!!! I have two fields, work_id and sp_id. All sp_id's are related to the work_id's ie. work_id sp_id 1 000 3 000 3 111 5 111 9 000 9 111 i need the data to be listed by the work_id, then in another colum have it state whether it is one sp_id, the other sp_id or both sp_id work_id sp_id 1 000 3 both 5 111 9 both any insight life is short ...Show All

©2008 Software Development Network

powered by phorum