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

Software Development Network >> Maarten Zaagman's Q&A profile

Maarten Zaagman

Member List

kushals
Steve Q
helen put
Jack H
Joseph Fluckiger
Bkuser
Andy Wigley
Jay Legue
Nimbus2000
ummroffice
ehovath
Jean-Nicolas
Delusion7
souma
Sunny Chen
Captain Nimmo
eastw
hungfut
JPC16
mengruts
Only Title

Maarten Zaagman's Q&A profile

  • Visual C# Need good tutorial for Query Builder

    Where can I find a really good tutorial on the VS 2005 version of Query Builder using C# I have limited SQL knowledge and no experience at all with previous versions of the Query Builder. I posted this in Visual Studio General as well. My question isn't really specific to C#. ...Show All

  • SQL Server Can SQL Server 2005 Express coexist with SQL Server 2005 developer edition?

    Can SQL Server 2005 Express coexist with SQL Server 2005 developer edition on the same PC Yes!!! While installing MS SQL Server 2k5 make sure you install it as named instance insted of default. ...Show All

  • Visual Studio crystal reports and .net resource files

    I am a complete newbie when it comes to crystal reports. I am working on a project where I am going to make 3 realatively simple reports. However, the application is multilingual. I'd rather not make one report for each language (I just made one, and it was a drag to format because it is realtively crammed with infomation), so I am looking for a way to dynamically read from a resource file into my crystal reports. Is this possible If it is, how do I do it Thanks for your answer Keith. But I am not sure how your solution makes it easier to do the work at design time. You mean I can set the @Language value at design time then (Remember I ...Show All

  • Windows Forms Why SHIFT in Shortcuts in TextBox?

    Use the ShortcutsEnabled property to enable or disable the following shortcut key combinations: CTRL+Z CTRL+C CTRL+Y CTRL+X etc... The shortcuts above won't work in my application.   In stead I must use the SHIFT key: CTRL+SHIFT+Z CTRL+SHIFT+C CTRL+SHIFT+Y CTRL+SHIFT+X etc...   Why ...   I want the first one. How I'm using VB 2005. hi, Did you find solution for the problem If yes then please mark it as answered. thank you, bhanu. ...Show All

  • Smart Device Development System.NotSupportedException from WebBrowser

    Hi, I've written some code to download, parse and show the data as a html-document. I'm now trying to automatically parse the xml every minute or so but when the xml-file has been parsed and the html-code written to a external file it's time to update the webbrowser to show the result. When i try to set the browsers url, thru WebBrowser.Url, I get an exception as the above headline. I'm using a System.Threading.Timer to do this update and the method to parse, write and show the data is called from the timer's callback. It should be added that it's no problem with a manual update of the data. What can I do to make this work ! ! This i ...Show All

  • SQL Server Err when establishing connection to server

    I have installed 2005 on my lap top: Microsoft SQL Server Management Studio 9.00.1399.00 Microsoft Analysis Services Client Tools 2005.090.1399.00 Microsoft Data Access Components (MDAC) 2000.085.1117.00 (xpsp_sp2_rtm.040803-2158) Microsoft MSXML 2.6 3.0 5.0 6.0 Microsoft Internet Explorer 6.0.2900.2180 Microsoft .NET Framework 2.0.50727.42 Operating System 5.1.2600 when trying to open Server Mngr i get this msg : TITLE: Connect to Server ------------------------------ Cannot connect to EVILONE\SQLEXPRESS. ------------------------------ ADDITIONAL INFORMATION: An error ...Show All

  • Visual Studio Express Editions afxwin.h missing? windows.h missing? What am *I* missing?

    I downloaded and installed Visual C++ EE yesterday. I'm trying to compile some OCX example code that came with a vendor library, and it's failing because "afxwin.h" can't be included. I did a search and neither than file nor "windows.h" exist on my machine. What am I missing It's been a while since I've tried to write C++ on Windows machines, but aren't these headers fundamental Why aren't they installed with VC++ How can I get them and the other basic stuff needed to do development here What am I missing You're missing MFC to get afxwin.h and the Platform SDK for <windows.h>. They don't come inclu ...Show All

  • Windows Forms List<T> to Binding<T>

    Hi, I have a business layer that return List<T> for example List<Customer>. How can I convert it to BindingList easiy. I know I can create a list an iterate through it and create a BindingList. Is there an easier way to do it I even tried implicit cast but it didnt work. Thanks. hi, Is your problem solved Thank you, Bhanu. ...Show All

  • Visual Basic Changing parts of a text files

    Hi Guys, I need some help editing text files . Im a newbie in VB , but having fun so far. Anyways, I wrote a small program that extract text files then show it in a TEXTBOX named CalData. Like so Extracted Data - Printed on a Text box ----------------------------------------------- [Mill1] PosX = -100.626 PosY = -134.928 PosZ = -31.508 RunF = XYZ RunV = 1.800 [Mill2] PosX = -100.539 PosY = -34.877 PosZ = -31.522 RunF = XYZ RunV = 1.800 ---------------------------------------------- Now, I need to extract the value of PosZ in mill1 and Mill2 then add 250(for example). Then replace the old values PosZ with the new values in the TEXTBOX. I d ...Show All

  • Windows Forms Leaking Main Menu

    I have an application that creates a modal form. The modal form has a mainmenu. I notice that when the form is closed and dispose is called on it, the form remains in the heap. Examination of the heap using the CLR profiler indicates that the menuitems are holding on to the modal form. Has anyone seemed this problem before or know why it happens Both the form and mainmenu on the form should have gone out of scope. By disposing the form, the mainmenu should have gone away. The workaround currectly is to call dispose on the main menu directly. Paul Calling Dispose does not deterministically "dest ...Show All

  • Visual Studio Tools for Office I am newbie..Pls Help Me with Actions Pane...

    Dear Experts, I am trying to create a customize Actions Pane (in Microsoft Words) as following scenario: There are 1 text box (TextBox) field and 1 drop down menu, one is for Vendor Name (drop down menu) and another one is for PO Number (TextBox)...when users type PO Number and click "Get" button, it will collect all information such as Item Code, Descriptions, Qty, etc from Ms Access database and automatically write into the Word Document template inside the bookmark field..another one is, when users select from a drop down menu for "Vendor Name", it will collect information such as Vendor ID, Vendor Name, Address, etc ...Show All

  • Visual C# Memory leak

    Hello Guys, Recently, i had used a tools to detect memory leak for .net And, it's said that i had a memory leak on exiting program. The leak is mainly on hpz2ku10.dll and hpzpm310.dll but on different line/offset. My question : How to avoid this memory leak since i don't know which code causing this leak. also, it's said that the total bytes leak is 75.104 bytes (75Kb), is this leak bad Thanks guys for the answers. hi, i want to ask you which tool is this because i'm suffering here in something like that but my problem is bigger than 75kb best regards ...Show All

  • Smart Device Development How can I detect from my device that it is connected via ActiveSync?

    How can I detect that my device is currently connected to PC via ActiveSync Help please! Hi alex, You can detect the connectivity by navigating to "Start>ProgramFiles>Active Sync". when you have clicked the Active Sync Applciation it will display the status of the Connectivity. ...Show All

  • .NET Development Problem accessing text file within a resource

    I'm using VS 2005 Beta 2.  I added a text file ("DefaultInfo") to the Resources.resx file under the "My Project" node (in Solution Explorer). I'm trying to retrieve the text file from a class, but I've been unable to get it to work.  I tried:     Dim asm As [Assembly] = [Assembly].GetExecutingAssembly()    Dim s As IO.StreamReader = Nothing    s = New IO.StreamReader(asm.GetManifestResourceStream("DefaultInfo")) but the code isn't finding the resource.  I also tried the name "DefaultInfo.txt", and also qualifying the name (such as "MyProject.Resources.DefaultInfo" and "WindowsApplic ...Show All

  • Visual Basic Launching apps from windows service

    I need to start windows apps from windows service. I use following code  myProcess.StartInfo.Arguments = Param  myProcess.StartInfo.CreateNoWindow = False  myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Minimized  myProcess.StartInfo.WorkingDirectory = Path.GetDirectoryName(FullServiceName)  myProcess.StartInfo.FileName = FullServiceName  myProcess.StartInfo.UseShellExecute = True  myProcess.EnableRaisingEvents = True  myProcess.Start() Works great.. only thing when it starts the application it creates a process and starts the process. So if the applicati ...Show All

©2008 Software Development Network