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

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

WaltXS

Member List

Vedat ARAL
rsknowles
r_amarnath
Sadegh
Stijnp
salvodif
Alias
MickRivers.
Kris Nod
achopp
bkaye
Stefan Buchman
Ben Is Lost
Marcelo Glauco
FavorFlave
Boris Sevo
RobDolin
aarrgghh
Antoon Vansina
KevinOB
Only Title

WaltXS's Q&A profile

  • Visual Studio Express Editions Dataset Question

    Hi, I created a form and setup a Split Container - the left pane being a Tree View (with some top level nodes being topics: Memory, Operating System, Hard Drives, etc). The right pane contains a listbox. Is it possible to use a dataset (with no DB connection) to hold all my information in memory Then I'd like to be able to query the dataset to fill the listbox with the info I need when a user click on a node in the left pane. I've trie ...Show All

  • Windows Forms Specify ConnectString at Installation Time

    I want to write a C# program which needs talk to an Access database. I plan to add this program to Windows Task Schedule so the program can run periodically and automatically. Since this program needs to run automatically, it cannot take user input at run time. I also do not know where is the database file until the program is distributed to individual users. That is to say, I do not know the ConnectString until installation time. How can I solv ...Show All

  • Smart Device Development Storage program

    I've created an application for compact framework 2.0 and sql mobile. When the device need a cold boot i lose all my files. My device can't use an storage card but the device has built in storage cards when i put my program on a built in storage card an the device needs a cold boot, all files are there but i can't run my application because compact framework and sql mobile are missing... how do i solve this problem thanks ...Show All

  • Windows Forms selecting an item from a datagrid to show in a combo box

    hi, I've got two forms. In one form I've got a datagrid and in the other I've got all the controlls  for user to edit . When the user clicks on the datagrid(Form1) the relevent record data shows up in the second form. The problem  ...Show All

  • Visual Basic Async event or callback from the c++ dll to the vb.net application

    Hello I have an vb.net application that need to perform async tcp/ip  communication with some boards. For this communication I have an c++ win32 dll . here is the question : when my dll  asynchronically receives some data he must immediately notifies about this and send it to the main vb.net project , how do I do it Actually I want to create and set an event in my dll for this purpose but I don't know how to catch this ev ...Show All

  • Software Development for Windows Vista Overlapping UI bug

    I've got a problem with a set of UI widgets that no longer work properly in Vista. I've got a ComboBox control...a pulldown arrow on the right and a region to display the setting on the left. Overlapping the left of this control is an Edit into which the user can type. Our software uses the combination of the ComboBox with an Edit on top of it for a very specific purpose. A ComboBox alone will not do the job. In Vista, I see that w ...Show All

  • SQL Server Deploy error

    Worked yesterday now I can't deploy. Details: =================================== A connection could not be made to the report server http://bireports/Reports . (Microsoft Semantic Model Designer) =================================== The attempt to connect to the report server failed.  Check your connection information and that the report server is a compatible version. (Microsoft.ReportingServices.SemanticQueryDesign) ---- ...Show All

  • Windows Forms Any shortcut to passing a form as an argument?

    Any shortcut to passing a form as an argument I was hoping that vs 2005 would ease the problem of passing a form as an argument over vs 2003.  Looks like not.  It is very cumbersome to overload a procedure for each form, so much so that there's no reason to do it. sub XXX(frm as New Form1) Sub XXX(frm as New Form2)   etc. It's easier to repeat the code within the form.  Is there a workaround dennist ...Show All

  • Windows Forms Is there any way to change the coordinate origin of a form away from the top left?

    I am tinkering with designer hosting, and would like to change the coordinate origin of the form to the lower left, so that controls dropped onto the surface of the designer will reflect the changes in their coordinates. Is it possible to set the origin via code for my instance of the root designer I was attempting to subvert the designer into a cartesian coordinate system, where if the origin of the root d ...Show All

  • SQL Server Text Qualifier {"} Not Working

    I have installed Standard SQL 2005. I have a problem to import text file in db because of text qualifier {"} not working. Does anyone have the same problem Is it a problem in my installation Thanks for ant comments. Jian Try running the following line first: SET QUOTED_IDENTIFIER OFF Have a look at the following for details: http://msdn2.microsoft.com/en-US/library/ms174393(SQL.90).aspx ...Show All

  • Visual Studio Express Editions My very first F5

    I just recently installed VB Express. Every time I press F5 (etc) to run a Windows Application project, the image of the form flashes on the screen and then I am immediately returned to design. Any ideas as to what I might be doing wrong hi, are you sure its windows application project because what do that is the console application not windows application, anyway try to use ctrl+f5 hope this helps ...Show All

  • Windows Forms windows form parking window

    Hello People. I have this problem, one time my application show me this error: WindowsFormParkingWindow I can’t reproduce the situation,that is what i need to now what it is WindowsFormParkingWindow or what its function in .NET. Thanks!. Hi! WinForms use internally parking window. I think it's used to hold controls that was closed/removed/etc, i.e. that not inside any parent control. ...Show All

  • Visual C++ Basic ifstream problem

    Hi, one of my C++ aplication I use an ifstream to read a file. I used to open it like this : ifstream myfile("C:\\Documents and Settings\\devj4\\Desktop\\CH_12\\ColorLinks.ini"); And read a line like this: myfile >> line; And that worked fine. But now I want to use a string variable that contains the path an file name so I have a variable like this : string Path = "C:\\Documents and Settings\\devj4\\Desktop\\CH_12\\ColorL ...Show All

  • SQL Server cmdexec subsystem failure

    have a scheduled job that has been running fine for 2 years, but this week I keep getting the following error: 0x469A75B7998F8142A910FA7E9983CCDF has caused an exception in the CmdExec subsystem and has been terminated. the enterprise manager shows that the job failed, but the app still shows up in task manager. the .cmd file has a single step in it that calls the .exe file and does an "if errorlevel = 1" option that displays an erro ...Show All

  • Visual Basic late binding error

    Can someone take a look at my code below and see why it gives me this error It works fine when I turn off the Option Strict. Error: Compiler Error Message: BC30574: Option Strict On disallows late binding. Code (error line hilighted): Dim localCart as Object Dim newQ As String Dim i As Integer Const CARTPID As Byte = 0 Const CARTPNAME As Byte = 1 Const CARTPURL As Byte = 2 Const CARTPPRICE As Byte = 3 Const CARTPLIMI ...Show All

©2008 Software Development Network

powered by phorum