Software Development Network Logo
  • Visual C++
  • Game Technologies
  • Smart Devicet
  • Windows Vista
  • SQL Server
  • SharePoint Products
  • Microsoft ISV
  • Visual Studio
  • Visual Basic
  • Windows Forms
  • IE Development
  • VS Team System
  • Audio and Video
  • Visual C#
  • Visual FoxPro

Software Development Network >> Johnny Kauffman's Q&A profile

Johnny Kauffman

Member List

Vinces
jmkueter
Vladimir Sapronov
Hatzi74
ptenter
KD Hallman-MSFT
TheSniipe
BogdanZ
Gil Strauss
Marcin Książek
Floppy_pillow
ranasrule
RELJR
Chuff
agentf1
HPD
Ido_ba
James Wyatt
Laurent87471
kothai
Only Title

Johnny Kauffman's Q&A profile

  • Visual Basic Debugging

    I have tried to access the Command Window while debugging a simple vb program. When I type >cmd In the Immediate window I get the error message "Command "View.CommandWindow" is not valid". The Help file says that I can access the Command Window from the "View \ Other Windows" menu, but my "Other Windows" menu doesn't even list that option! Any help would be appreciated. Thanks. Yes, I am using VB Express. You are probably correct. I am using a book from Microsoft ("Visual basic 2005 Step by Step") and had realized a few other commands are not available (for example, I have only one Watch window, whereas the book mentions the possibility ...Show All

  • Windows Forms plz plz help in graphics

    sir i have some problem to handle the graphics. i am using panel control as a container of graphics. first i wana know how to display the panel control scroll bar without using any control on the panel. second when i am scrolling the panel control ( which also contain the label control) all the graphics display on the panel control are disturbed and also we unable to see the graphics which must be display under the panel control please give the code if any body know the solution about it thanks regard Shahzad Yousuf i did this in an earlier prototpye of somethign i was working on. what i did was set the AutoScroll property of the panel to true: mPanel.AutoScroll = true; then when i added controls to the panel such as a ...Show All

  • Visual C++ Which One(Managed C++ or Native C++)

    Hi everybody i am starting a new project and i ma in doubt about my programming language, should i use native c++ managed c++. i should use following thing in my project: wlan communication. direct input. direct show ( previewing) direct sound (capture wave) using usb. so know please tell me which one give me more freedom to do my project. I am currently developing application which works with number of digital careras using native C++ interface, and with different hardware devices using parallel port (in the future parallel port will be replaced with USB). Program contains GUI, graphics and database access. I use 3 languages for this: 1. C# - for GUI and everything that&nb ...Show All

  • SQL Server e-mail Delivery report by trigger or user solicitation.

    It's possivel delivery a report after trigger execution ou user solicitation Thanks in advance, Rui Figueiredo Yes, you can externally trigger the execution and email delivery of a report (= report subscription) using the FireEvent SOAP API. Here's a link that explains the required steps: http://blogs.msdn.com/lukaszp/archive/2005/10/07/478391.aspx Also check out the RS script utility that will make it easier fire the event: http://msdn2.microsoft.com/en-us/library/ms162839.aspx ...Show All

  • .NET Development SQL Connection as a differnt user

    I'm using visual studio 2005 and SQL 2000, trying to connect to a sql database as a differnent user. Here is my current connection string that is using my own NT login: Dim message As String = "Data Source=" + Me.ComboBox1.Text.ToString() + ";Initial Catalog=Store;Integrated Security=SSPI" Dim sql As New SqlClient.SqlConnection(message) sql .Open() I have access to this database and the connection establishes fine. However i dont have access to certain Stored Procedure's on this database and these run through a differnt NT user. I dont have access to a SQL user name and password so i cant hardcode the "sa" login instead. Does anyone know if i can change my connection string ab ...Show All

  • Visual Studio 2008 (Pre-release) Is .NET 3.0 RTM supposed to work on Windows 2003 Server?

    I started a similar thread on Channel 9 , but on Rob Relyea's suggestion I'm moving it here. Here's my orginal question: I downloaded .NET 3.0 RTM today and installed it on my Windows 2003 Server development server. I tried double clicking on a XAML file and the system went nuts: the screen flashed, the mouse kept moving to the center and corners of the screen, etc...  It looked like my machine was taken by the Indigo/Avalong ghost...  Finally I had to bring up task manager and kill IE. I tried multiple times, with different XAML files.  I tried uninstalling and re-installing, downloading the fast installer and the full re-distributable (50 MB).  No luck - WPF just doesn't seem to work. I've been u ...Show All

  • SQL Server Installing SQL Server 2005 on Windows VISTA ULTIMATE

    Hi, Trying to install SQL Server 2005 on Windows VISTA Ultimate, received following error: - SQL Server Edition Operating System Compatibility (Warning) Messages SQL Server Edition Operating System Compatibility Some components of this edition of SQL Server are not supported on this operating system. For details, see 'Hardware and Software Requirements for Installing SQL Server 2005' in Microsoft SQL Server Books Online. Please help. I take it you are trying to install SQL 2005 Enterprise which is only compatible with the Server Operating systems. If you try installing SQL 2005 Standard edition or lower then you will be able to install SQL server components as well. ...Show All

  • Smart Device Development Find Key number pressed?

    using .NET CF 2.0 SP1 WM5 I am wondering if there is a way I can check to see what keypad key has been pressed on the Main Form Kepress event The keypress arg will only give me the keychar pressed, but I am wondering if I can find out from this what the actual key was pressed Is there a way I can find out I want to be able to still handle this event when the user presses the key. Thanks! I tried this before but does not work on the smartphone device :( For example if we press key number 1 on the smartphone device, there is no enum for "1" in Keys and the match "if((e.KeyCode == System.Windows.Forms.Keys.D1)){ }" fails.   When I look at the e argument/parameter, it ALWAYS (no matter which key I press) ...Show All

  • Software Development for Windows Vista batching : IPendingWork.Commit

    MSDN Says : " The workflow runtime engine calls the Commit method when its semantics dictate that the pending work in the work batch should be committed . When it reaches a commit point, the workflow runtime engine calls the Commit method on each IPendingWork object in its work batch; the workflow runtime engine passes the Commit method the collection of items associated with that IPendingWork object. Either all of the work in a batch succeeds or none of it succeeds. You should throw an exception if any of the work items passed to the Commit method in your implementation cannot be committed. Depending on your implementation, you may want to perform some rollback in your Commit method if it cannot commit its work items. If th ...Show All

  • Visual C++ Include header not found

    Hi I have Visual C++ 2005 express edition and I try to add these headers and it said cannot be found. #using < mscorlib.dll > using namespace System; What do I need to include for it to work, please help!! Thanks in advance Jason You have to tell the IDE that you want to compiler the code as managed - go to your project properties and look at the compiler options - the top level option page has, I believe, a box for compiling your code as managed. ...Show All

  • Windows Forms save a file (srry for weir title)

    srry but the admin wont let me do: save a treeview! hy maybe you`ve seen my other post today but since i set that one to problem solved i start a new one. this time i have another problem with treeviews: i have the code to open and load text into the treeview but now i want to save the treeview heres my code: private void saveFavorites() { FileStream list = new FileStream ( "list.txt" , FileMode .Create); StreamWriter write = new StreamWriter (list); for ( int i = 1; i < treeView1.Nodes.Count; i++) { write.WriteLine(treeView1.SelectedNode.Text); } } as you see i can write but now i need a code to get the next node and write that one. can anyone ...Show All

  • SQL Server report is always one page regardless of how long it is...could somebody help?

    Hi anyone, my problem is a bit simillar with harry but we are making a report and when viewing it, we still see one page even how long the report is, I had viewed the XML code and search fot the property InteractiveHeight but I found out it has 8.5 by 11in on its page height...but still when viewing it has too long one page report Can anyone help me with this thanks a lot... we need to cut the report in pages.....God Speed We are experiencing a long report upon generating the report bu cliking the view report button. the report is generaed successfully but still it has only one page even how long the report is...thank you ...Show All

  • Customer Care Framework Where to download

    Hi, Can someone please tell me where to download the CCF Thanks Matt, Have you got a more specific pointer to the CCF 2005 (.Net 2.0) version on MSDN. The version that I downloaded from MSDN Subscriber Downloads was the 2.5.1 version with the various QFE's. But I'm at a loss as to where to find the 2.6.0 versions. (Obviously my colleagues have it, as I mentioned in the other thread, but can't get at those systems at the moment) Best regards Alan ...Show All

  • Smart Device Development Anyone know what the prototype pinvoke for checking disk space looks like?

    Thanks! Mobile devices are not usually disk-based and as such, the file system is does not follow a disk-volume-partition pattern and that's why file system references do not include a drive identifier. That is, files and folders are referenced as \My Documents\Somefile.txt rather than C:\My Documents\Somefile.txt. In place of a disk-based file system, storage is provided by volatile and non-volatile flash memory. Bearing this in mind, the correct question is not how much disk space is free, but how much memory is free. The Win32 API which you can use to query the free and allocated memory is GlobalMemoryStatus. In C#, this is declared as follows: [DllImport("coredll.dll")] public static extern void GlobalMemoryStatus(out ...Show All

  • SQL Server SSIS Buffer Problem - Lookup Component

    Hi, I am facing a problem with Lookup component in SSIS. I need to lookup from a transaction table for getting some info, But when im trying to implement the same, the Pre-Execute step itself got failed saying like, “[DTS.Pipeline] Information: The buffer manager failed a memory allocation call for 524264 bytes, but was unable to swap out any buffers to relieve memory pressure. 9467 buffers were considered and 5956 were locked. Either not enough memory is available to the pipeline because not enough are installed, other processes were using it, or too many buffers are locked. [Tracer [19717]] Error: A buffer could not be locked. The system is out of memory or the buffer manager has reached its quota. [DTS.Pipeline] Error ...Show All

©2008 Software Development Network