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

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

lukeliu

Member List

Andrew Buyan
guilherme mendes
Alexander Yarushin
pdxJaxon
cplusplus1
Scott Leathers
Kamen
ReneeC
atomic Sharky
Satmann
peterng
Shajeel
Manu Singhal
pd_tch
VladR
Najwa
SheelaKathuria
Deldy
Metaferia
oaix
Only Title

lukeliu's Q&A profile

  • SQL Server Report Header

    i have small doubt. i am using sql2005 reports. My reports every thing is working properly what my question is My report is like this example: col1 col2 col3 col4 1 2 2 2 2 3 4 5 ok some time in reports no data so when that time its showing only Header only right But i dont want to disply my reports header if there is no data in my report just if no data dont disply my report header how i am new reporing services if there is no data in fields dont disply my header : col1 col2 col3 col4 it should be false how thanx The best method to do this is to hide the table completely when there is no data aviable to show. You can do that by stiing the visibility property to an expr ...Show All

  • Visual C# Thread Form issue

    I have a form "MDIMainForm" where i am starting a new Thread so check some data in a database. This Thread loops infinetily and opens up a new form "popUpMsg" if relevant data is found. The problem is that the "popUpMsg" form is not visible when it is created in the Thread. However everything works fine if i create the new "popUpMsg" form in the same thread from the "MDIMainForm". However i can not do this because my application pauses until the "popUpMsg" form is closed I am not sure why i can not see it. but i know it is there. (i print a line in the Console to know this) Any ideas I would appreciate any help you may also wish t ...Show All

  • Visual Studio Express Editions Error "The string binding is invalid" on application exit

    Hello again, I am getting an error when my application exits. It happens after the last object of the main function is destroyed. I guess it happens during the destruction of the static objects, but I can’t find which one because the debugger says there is no source code available for the location of the error. These are the messages sent to the output window at the application exit: The thread 'Win32 Thread' (0xb00) has exited with code 0 (0x0). The thread 'DebuggerRCThread::ThreadProcStatic' (0xf7c) has exited with code 0 (0x0). First-chance exception at 0x7c812a5b (kernel32.dll) in padol.exe: 0xC0020001: The string binding is invalid. Unhandled exception at 0x7c812a5b (kernel32.dll) in padol.exe: 0xC0020001: The string bind ...Show All

  • Visual C# Capture Data From Modem

    hi there I want to capture received data from modem.I have been testing it with serialport class in .Net , but it diden`t work completely. What should i do for it. Your best bet is to start playing with some sample code, then adapt it to what you need. I found two: - a Microsoft sample ... - a code project ...Show All

  • Visual Basic More flat file questions

    I've lots of success using the following code snippet to load my user screens, but I am having a problem because of the size of the input file. The Supplier file contains 845 rows with 11 fields of data per row. I think I want to load the entire file into memory and then be able to access the data on the fly, rewriting the file back to disk upon close of the application (since there is the possibility of data update). Using MyReader As New _ Microsoft.VisualBasic.FileIO.TextFieldParser( "C:\Program Files\Papillon\Vendors.txt" ) MyReader.TextFieldType = FileIO.FieldType.Delimited MyReader.SetDelimiters( "," ) Were this 10 years ago, I would build a multi-dimensional array to store the data, ...Show All

  • Windows Forms DataGridView - user selecting columns. How do I do that?

    Hi. In my DataGridView, I have set it up so that I can display more than the 655 columns which are the default maximum that DataGridViews can handle. You can see this previous post with an example adding 1,750 columns here (my source at the bottom of the page). What I want to be able to do now is on the column markers at the tops of the columns, I want to be able to click and select columns (either singular or multiples by clicking) in my DataGridView, like you can do when selecting entire rows. Once I have selected columns, I want to then use my Context menu to allow the user to select functions they wish to perform on the selected column/columns! I have tried things like: this.dataGridView1.columns[0].Selected = true; I ...Show All

  • Visual Studio 2008 (Pre-release) Problem Installing CTP 3.0 Runtime July

    Hi I try to install full redist. but it seems not work. [07/19/06,19:24:15] VS Scenario: [2] CPrevProductInstalledCheck failed : <font face=Verdana size=8pt> Vielen Dank fur Ihre Teilnahme am Betaprogramm. Sie mussen alle Produkte der Vorabversion in einer bestimmten Reihenfolge deinstallieren, bevor Sie Setup fortsetzen konnen. Ausfuhrliche Informationen finden Sie auf der <a color=#3F4F7F HOVER-COLOR=#C3120C href=" http://go.microsoft.com/fwlink/ LinkId=54981">Supportseite fur die Deinstallation</a> und in der <a color=#3F4F7F HOVER-COLOR=#C3120C href=" http://go.microsoft.com/fwlink/ LinkId=65634">Infodatei</a>.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& ...Show All

  • Visual C# SImple Inheritance Question - Inherited Form

    In VS 2005, C#, WinForms app I have a form "BaseForm" which contains a 'protected' button. The button's click event code is 'MessageBox.Show("BASE FORM")'. I have another form, "ChildForm" which inherits from "BaseForm". In the inherited button's click event code is "MeaasgeBox.Show("CHILD FORM") When I run the child form and click on the button, first "BASE FORM" pops up, then "CHILD FORM", so I guess the code in the button on the child form does not override the code in the button on the parent form. 1. Is there a way in the child forms button click event to prevent the code in the button on the base form (MessageBox.Show("BASE FORM")) from executing 2 ...Show All

  • .NET Development problem installing .net framework on my amd 64 machine

    here is the log: [09/16/06,02:34:45] ========== Logging started ========== [09/16/06,02:34:45] ===================================== [09/16/06,02:34:45] No language specified in ini file default to OS language [09/16/06,02:34:45] Set lang to 1033 [09/16/06,02:34:45] Pending Reboot Table state : Logging start [09/16/06,02:34:45] _________________________________________ [09/16/06,02:34:45] (fusion.dll, fusion.dll) C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\TBD57.tmp ( 2.0.50727.42 (RTM.050727-4200) ) ( Thu Sep 22 23:37:06 2005 ) Delete [09/16/06,02:34:45] (mscorwks.dll, mscorwks.dll) C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\TBD58.tmp ( 2.0.50727.42 (RTM.050727-4200) ) ( Thu Sep 22 23:40:46 2005 ) Delete [09/16/06,02:34: ...Show All

  • SQL Server SQL Server 2005 install on Vista???

    I've just done a clean install of Vista Ultimate (release). SQL Server 2005 will only install the client tools - it refuses to install any of the server components (including the default instance). I get the " SQL Server Edition Operating System Compatibility (Warning). " I installed the missing IIS 7.0 which got rid of the IIS warning message. Any suggestions please Thanks Jeremy Holt Jeremy, Which IIS 7.0 options did you install that finally removed this warning I have installed the basic/default IIS 7.0 setup but am still seeing the warning. Thanks. Marc Gervais, MCAD.NET ...Show All

  • Windows Forms datarelation and dataview

    Simple q regarding .net 2003 I got several tables A master and e few details/child tables add datarelations to it and bind it to controls... so far so good Now i wan't to filter/search the mastertable, Sound easy but when  i use a dataview i lose sync with the detail/child tables Remco Sorry for the late respond, i had e few days off Ik got some simplebound controls like textboxes and labels, binded to the master table, and a datagrid binded to rhe details/childtable. now that works great What need to do is to filter the mastertable So in stead of using the mastertable i use dataview for the mastertable, that part is easy How do you bind the grid to the detailta ...Show All

  • Software Development for Windows Vista HandleExternalEvent activity in Parallel

    I have a few activities in parallel that listen for the same event. With the event arguments I will see which one of the parallel activities to execute. It seems though that the event is only fired in the first activity and not in all the activities waiting for this event to fire. Yes, but in the problem statement, he indicated that he was going to choose which branch of the parallel to execute based on the event arguments; leading me to believe he does not want to run both branches. " With the event arguments I will see which one of the parallel activities to execute." Matt ...Show All

  • Software Development for Windows Vista How to pass a GUID to a WebServiceInput activity ?

    Hello. I have a trouble which is similar to the thread you sent. I am trying to build a sequensial wokflow which contains a webserviceInput activity not as a starting activity in the workflow of the workflow, I use persistence in web.config and the persistence works fine. The problem is this: supposing I start the workflow from a window form. I get to the webserviceInput activity and the workflow is being stored into persistence as it should do. Then, I want to continue the workflow instance by calling the webserviceInput activity, but I do not know how to send the GUID to the webserviceInput so it will know which instance to open. I saw that when calling via HandleExternalEvent activity, I can send the GUID but when I am ca ...Show All

  • Community Chat Microsoft Robotics Studio Webcam Stuff

    I just downloaded the new Microsoft Robotics Studio. I need to have my webcam recognize an object and send some data to the serial or parallel port. Can anybody here show me how to do it or help me out with that I'm not yet familiar with this new software and currently evaluating this one with Python as my alternative. edisongotan@gmail.com is my email. If you are looking for a quick way to accomplish this without getting into too much code check out http://www.roborealm.com/ RoboRealm is an application for use in machine vision, image analysis, and robotic vision systems. Using an easy to use point and click interface RoboRealm simplifies vision programming! Using an inexpensive usb webcam and the PC you already have you can now add ...Show All

  • Visual C# Stored prcedyre help nr. 3

    I am making an winapp in C# and have SQL Express database that I want to get posts from. User can type in the search criteria so I made an Stored procedure. look here: ALTER PROCEDURE dbo.finnKunde @fornavn varchar AS SELECT KundeID, Fornavn, Etternavn, Adresse, Postnummer, Poststed, Telefon, Epost FROM Kunde WHERE (Fornavn LIKE '%' + @fornavn + '%' ) OR (Etternavn LIKE '%' + @fornavn + '%' ) OR (Epost LIKE '%' + @fornavn + '%' ) 1.) first problem is that when I run this sql in Sql buider it works fine, it returns correct values, but when I run this stores procedure it returns all posts from my table...any suggestions. Defining the ...Show All

©2008 Software Development Network