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

Software Development Network >> Marian Luparu's Q&A profile

Marian Luparu

Member List

Justin Burtch
MLamers
BeerBecks
leighsword
loreyvt
Ngangom
Valerio Maarek
omega007
manus_eiffel
marie-devBiz
John H.
SoopahMan
970935726
Chris_Bond
WYaple
TifosoHari
sparra06
yazeed
someone who cares
Murilo Sanches
Only Title

Marian Luparu's Q&A profile

  • Visual FoxPro call crystal report 11 from vfp 9.0 ?

    Hi all, I have problem in calling report from vfp. For report itself, no prob viewing data both in ODBC and OLE DB connection to database (.dbc). But in vfp, both ODBC and OLE DB have error. have tried 3 ways here, all have error: oRpt. Database . Tables . Item (1).SetLogOnInfo("AnikaDSN","anika.dbc","","") ***************************************************** * ODBC With oRpt.Database.T ...Show All

  • .NET Development Can't get a TCPClient Connection working

    I've been working on this same thing for quite some time now. I'm trying to make an admin console to manage my IRC server, but I can't get past the beginning stages of establishing and maintaining a connection. I finally copied the code out of the project and made a new one with just a textbox, trying to just dump every bit of data I'm sent into that box, but even that isn't doing anything now. I've looked into IRC communication, so I know I'm u ...Show All

  • Visual Studio 2008 (Pre-release) Where can I find SvcUtil.exe

    I am unable to find svcutil.exe even after intstalling WinFx Runtime components. Looking at other posts, it should be in Program Files/Microsoft Sdks/Windows.... folder but there is no folder of this type. I have written a service, I am stuck at the step of generating the Proxy. Thanks, Akhil Did you also install the WinFX SDK Look here for installation instructions: http://blogs.msdn.com/madhup ...Show All

  • .NET Development Will my programm work in Win 98?

    Hi, i got a question,I made a program with VS 2005,built an installer packet and included the three dlls needed as seen in my references(system.dll,system.drawing.dll and system.windows.forms.dll) but will i be able to execute this program on a windows 98 Computer grtz Yes, your visual studio.net execute programs will run on Windows 98 OS or higher...Here is some helpful information form .NET Deployment Guide . ...Show All

  • Visual Studio History command disabled in VS 2005

    Hi, I have no problem displaying the history of a VSS project and issuing a Get command from this dialog box in VSS Explorer. But for the very same project, the History command is disabled from the Solution / Project / File context menus in VS 2005. From VS, I'm using the VSS Internet plugin (this is a remote database). Known bug or did I again miss something Thanks in advance. Not to implement “view history” if Internet pl ...Show All

  • Windows Forms How to display Text Value in a ToolStripComboBox control?

    I use the add mothed of a ToolStripComboBox control, which must add a object. Then I create a class like this: public class obj ID as integer Name as string end class After adding the obj into ToolStripComboBox, at run time the list only show the name of the calss , such as project1.obj, not display the name of the class. How to do with it Thanks! just override ToString method for the o ...Show All

  • SQL Server Execute Process Task; How to use user variable as an argument

    I am trying to call a executable that takes an argument.  I am using an "execute process task" and have declared a user string variable "file_name" (c:\file.txt) How do I use this variable so that the executable will see it as an argument. You can use expressions to define the path and parameters of you executable... Then you don't pass the variable but construct the "command line" with an expression including the parameter (which ...Show All

  • Visual Studio 2008 (Pre-release) XML column support?

    Hello! Linq exists in various flavours, e.g. DLinq and XLinq. Is there a convenient way to take advantage of the new XML column features in SQL server 2005 when using DLinq If yes, any hints Best regards, Heneik Dahl Yes - it is like a string. Updates are at the entire string level, not based on difference between before/after XML. Dinehs ...Show All

  • Visual C++ load dll by LoadLibraryEx

    I use this API to load dll. I get the dll files name in the windows registery. Normal the file name is OK. Sometims the file name will be "%systemroot%\system32\abc.dll". After I replace %systemroot% with "c:\windows", it works. But sometime the file name will be "C:\PROGRA~1\MICROS~4\MSSQL\BINN\RESOUR~1\1033\SQLEVN70.RLL". And the LoadLibraryEx will fail to load. And I do not know how Are you certain that ...Show All

  • SQL Server A Clarification required on xp_terminate_process

    HI , I have a problem where i have to kill a windows process in my procedure. In sql server 2000 i could find a procedure called xp_terminate_process ( which takes process id as parmeter and kills the process) . but i couldnt find any replacement or another new one to do the same in sql server 2005. if any body have any idea or suggestion regarding how to go about this are welcome.. Thanks in advance Mohan I just can't imagin ...Show All

  • Visual Studio 2008 (Pre-release) how can i get colors

    Hi can anybody know how to get all available colors into combo box at runtime (using c#) Thanx-Nagu WPF can create a vast range of colors - the color structure can store 16 bits of color information per channel (red, green and blue) - greater than the 8 bits per channel that GDI+ is limited to. Do you mean named colors like "AliceBlue" and "BurlyWood" ...Show All

  • Windows Forms Generic DataGrid binding without a DataSet?

    I'm writing a generic piece of my application that needs to take the results from a stored proc and display them in a read-only DataGrid. Now the easy way is of course a DataSet ... retrieve the stored proc into a DataSet, and bind the DataGrid to it - done. However, I really need to cut down on network bandwidth, and I understand DataSet's come with a lot of extra overhead - data that it requires for updating. As I only need ...Show All

  • Visual Studio Tools for Office Adding a table at the end of the document

    Hi All, I'm writing an add-in for MS Word 2003 in VS.NET 2005 and i need to place a table at the end of the document. Can anyone help me in this regard Regards, Pavan Can you tell me how to add a hyperling to an image that is placed in a cell of a table ...Show All

  • Visual C# Transferring data from one form to another, is it possible?

    More specifically, I have a form that has as combo boxes on them. When this main form loads, it retrieves data from SQL and I bind these combo's to data tables. However, I manually put an item named <create new customer>. If the user selects that option from the combo, I popup a new form that contains all the customer fields they need to populate. When they click save, what I would like to do is either save the data back to the sq ...Show All

  • .NET Development ASP.NET PDF Document Library Online

    Hello. I need to develop a library of PDF files, organized into several projects and, in some cases, sub-projects. The specification is that ASP.NET will be used to develop this web application and that it will be accessible in both Internet Explorer and Firefox. I have never used ASP.NET before, so I need any help, hints, or references that you can give. I am especially confused by how to link the database into the ASP page. Thank you ...Show All

©2008 Software Development Network

powered by phorum