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

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

Stechmann

Member List

gunsen
The Villager
KBeBo
Karim Hemani
KentT
wwward
Nokoff
ALZDBA
Paulo Cardoso
Valer BOCAN
Chrisjwood
vero_
Ed Hintz
martan
Hoa
shanab
igkmahesh
andymaris
MSmith34
alejoespinosa
Only Title

Stechmann's Q&A profile

  • Visual Basic How to get Printer Status in VB?

    Hi, I just type coding for retrieve printer status whether it’s out of paper, jammed, busy etc. But it cannot run properly. Anyone who has idea on how to retrieve status of network printer hopefully can help me find the solution. Thnx Thnx in advance. If you use Visual Basic the solution is the Api calls, a good explanation is in http://www.merrioncomputing.com/Programming/WatchPrinter.htm I need to make the code to work but I'm having problems with it, can someone please explain how to use the code of the link above I have Visual Basic 6.0 installed but when I paste the code and try to compile I get errors. ...Show All

  • Visual Basic register ocx files

    Hi, I try to register some ocx files and get the message "Loading in memory of library (filename.ocx) has failed. Illegal access to memory location." I checked the dependencies and they are all OK. What can be the cause of this error     Thanks in advance. Jan If you are proficient with using the debugger can you do the following in Visual Studio 2005: From Main Menu select File->Open Project, find %windir%\system32\Regsvr32.exe; right click regsvr32.exe in Solution Explorer and select Properties and Edit the "Command Line Arguments" to be <path>\nagdbs.ocx; From Main Menu selec ...Show All

  • Visual Studio Debug ASP page with .NET COM obj using VS2005??

    I have classical ASP pages using .NET object through COM interop. I used to be able to debug these .NET ojects by navigating to the page in IE, opening the solution of the objecst in VS2003, attaching to the process, and setting break points. I have now installed VS2005 and would like to accomplish the same thing, but the "dllhost" process of IIS does not show as running .NET/managed code anymore and I am not able to attach to it. I did find another couple of threads about problems with debugging classical ASP pages, but it wasn't clear if/how they applied to my situation. Is there any chance of getting this to work, or do ...Show All

  • Visual Studio Weird Stepping Behavior

    Hey Folks, I have a problem with some weird stepping behavior in VS 2003 and C#. While stepping into a function or subroutine with any kind of branching, the debugger will step on each branch evaluation (each case in a switch, both the if and the else, etc.) and actually step out of the routine before entering the chosen branch. This is also true of routines calling other functions or subroutines. The debugger shows the program step out of the 'parent' routine before it shows the steps in the 'child' routine; even though the child call is in the middle or early in the parent's lifetime. The QuickWatch also shows <undefined value ...Show All

  • Visual Studio Express Editions fatal error C1083: Cannot open include file: 'randomcard.h': No such file or directory

    Hi, I'm using Visual C++ 2005 Express, and I see that this type of error message has been giving a lot of people problems, but after trying a few of the fixes posted here, my project still gets the same error message. Here's a snippet of my .h file: //randomcard.h int randomcard( void ) {    int randomnum; and here's the top part of my .cpp file: #include <stdlib.h> #include <stdio.h> #include <ctype.h> #include <string.h> #include <time.h> #include "randomcard.h" #include <iostream> ; Please let me know if you need anythi ...Show All

  • Visual Studio How Do I Set A "Release" Build for ASP.NET 2.0 Applications Using MSBuild?

    We are using VS2005 RC1. In "Build | Configuration Manager", we no longer have a "Release" configuration in the drop-down list. We only get "Debug". How do we specify a "Release" configuration so that we can specify the /p:flavor="release" parameter for MSBuild Thanks. Hi Alex, ASP.NET projects only have the Debug configuration in the IDE, and don't support adding other configurations. You'd have to ask on ASP.NET forums for a more detailed explanation of this decision. You can build a "Release" configuration with MSBuild by using the AspNetConfiguration property, but even then it's not exactly a real c ...Show All

  • SQL Server Domain not visible

    I just upgraded my 2000 installation to Sql Server 2005 Developer. When I try to create a new login I can only use local accounts. Search and the Locations only displays the computer name and not the domain. Any help would be greatly appreciated, Robert van Poelgeest Hi Robert - I assume you are using SSMS but correct me if I'm wrong. Are you running SSMS (client) on the same machine as the Server Are you logged into client machine with a domain account from domain you want to add Can you add the desired domain account using the CREATE LOGIN command   ...Show All

  • .NET Development .NET Frameworks sizes (1.1 / 2.0) ?

    Hello. Is the .NET Framework 2.0 so different than the 1.1 one When I look in installed programs in Control Panel, I see :    Microsoft .NET Framework 1.1   :  37 MBytes    Microsoft .NET Framework 2.0   : 141 MBytes These results after installing Visual Studio 2005 Team System for Developers Edition. Visual Studio is working without problem, but I wanted to know why this big difference in frameworks size. Thank you. jean-marie. Ok. Size question solved. The .net framework 2.0 alone is downloadable at : http://www.microsoft ...Show All

  • Visual Studio Express Editions Behaviour of Left() function

      A few months ago, I wrote an .HTA application to make life a little easier on the job.  As I look at expanding the capabilities of this application, I am considering a move to VB.  The following code raises a design time error: Error 1 'Public Property Left() As Integer' has no parameters and its return type cannot be indexed. \Visual Studio 2005\Projects\frmRMCxpress.vb 9 12 RMCxpress If Left(txtHostName.Text, 1) = "\" Then MsgBox( "Remove leading and trailing \" , MsgBoxStyle.OkOnly, "Help" ) End If   Doe ...Show All

  • Software Development for Windows Vista sidebar gadgets using flash?

    Hello, will the future sidebar gadgets be able to show flash-content like the widgets in Mac OS X Thanks Phunkie I haven't tried it, but you should be able to include the flash ActiveX control in your sidebar gadget. ...Show All

  • Visual C++ is it x64 (?)

    Hi,    I have a AMD opteron machine on which i have installed Windows 2003 server. The systems information displays it to be a X86 Based PC!. Also programs compiled on visual studio 2005 Beta2 for x64 fail to run on the same machine. Message from one of my test programs.. "C:\MntFSWin64\Hex_dump2\Hex_dump2\x64\Debug>.\Hex_dump2.exe The image file C:\work\imk\MntFSWin64\Hex_dump2\Hex_dump2\x64\Debug\Hex_dump2.exe is valid, but is for a machine type other than the current machine." The dump of my machine configurartion is " C:\Documents and Settings\khani>systeminfo Host Name:      &n ...Show All

  • Visual Basic XML to Pipe Delimited or .tab in VB?

    XML to Pipe Delimited OR .tab in VB    Does anyone know how I can import a xml file & export into a Pipe Delimited or .tab file in VB   Having a hard time finding any documentation on this... any help is greatly appreciated...... thanks... mniccole jacksonville beach, fl Can you verify what the correct reference to system.data is thanks so much for your help, I've totally confused myself... haven't written any vb in quite a while... ...Show All

  • Architecture Windows Installer

    Probabily this is wrong section, but i don't know how post it. I'm making a project installer project with windows installer 3.1. I'd like, at the end of installation, that the installer execute my application. Some one know how How exactly are you creating your installer With WiX Sadly I do not know much about creating installers other than what InstallShield Express provides (WiX is on the list to learn, it just hasn’t been achieved yet. From what I understand though, you’d need to add a custom action to your installer to carry out this task, something like this: <CustomAction Id='LaunchProduct' FileKey='Appl ...Show All

  • Visual Studio Team System Team Project Creation Fails because of Sharepoint

    OK this one is killing me.  I have done the install about 3 times and keep getting the same error.  When I go to create a new team project, I step through the wizard and click finish.  The wizard then goes on to create the Reporting Services Part, the Source Control part, and when it gets to Share Point it fails on authentication.  Everything is in a domain and I have used service accounts as specified per the install. Here is the kicker, when I am local (terminal serviced into team foundation server) all goes well, but when I am on my workstation it fails and does not give me a whole lot to go on.  It barks about p ...Show All

  • Windows Forms DataBinding listview

    Has anybody developed  a databinding listview and he is ready to share it thank vbnetuk ...Show All

©2008 Software Development Network