Binary's Q&A profile
Visual J# how to create DLL file in J# or convert J++ dll into J# dll
Please help me...I know nothing about J#. The following code is written by J++ for dll file. I need to either convert those code into J# or create new J# dll file. However, I have no clue how to start it. Could someone help me as soon as you can. I really appreciate it. I only have one day to finish this assignment. import java.io.*; /** * This class is designed to be packaged with a COM DLL o ...Show All
SQL Server getting data from Sharepoint lists
Hi, I'm trying to get data from WSS lists by web services. I think there are two ways: - using SSIS standard components (Web Service Task) and - creating a custom source adapter. My problem with the Web Service Task is, that the WSS method GetListItems has some non-standard parameters (see part from wsdl-file below). Thus, after selecting the method in the editor an clicking on "Ok", I get the error message "The selected ...Show All
SQL Server Best Practices Analyzer
Hello, I found in marketing materials, than Best Practices Analyzer is included in installation of SQL 2005. Is it right I could not found it. Any ideas I'm a program manager heading up the next version of Best Practices Analyzer for SQL Server 2005. We are pretty early in the development cycle right now... we'll probably ship second half of this year. Check out this blog post for more information: ht ...Show All
Visual Studio Master-Detail Reports
Is there anyway to do a Master-Detail report with a separate table for the Master data and one for the Detail Crystal Reports does this, as crappy as Crystal is I'd hate to lose something. There is a sample of this report design at www.gotreportviewer.com ...Show All
Visual Studio Express Editions Using C in Visual C++ Express
Forgive me if this question has already been asked, as you can imagine its quite difficult to search for threads on "C" because all of the search returns are "C++". Can you compile and execute ANSI C in VS C++ Express Ive been able to execute C statements in express, but the file extensions are still .cpp. Is express actually compiling C or has Visual C++ been extended to include common C statements in VC++ If you can run V ...Show All
Visual Basic update the form details of vb express edition in ms access2003
Hii m8s can u guide me in updating details of vbexpress2005 form in msacess2003 table am not sure whether this is the right place to post this question so excuse me if it is not the right place and direct me to the right forum thnks in advance bye Possibly this isn't the place to post. I'm unsure because I'm not clear on what you are asking. Please read the suggestions at the top of the forum on how ...Show All
Smart Device Development _AFX_NO_PRINTING_SUPPORT and MFC8 for WinCE
now in the MFC8 the _AFX_NO_PRINTING_SUPPORT is defined and all the printing mng is not available anymore for MFC8 under WinCE (for Example the definition of the CPrintInfo, all the BeginPrint etc for the CView is missing). I've ported an application from EVC4 that was using these functionalities Now, instead of hacking my MFC8 version (recompile it for every) I'd like to know if this is going to be implemented again in the next ...Show All
.NET Development How to remove the <?xml version="1.0" encoding-"utf-16" ?> tag
I get my notification emails as simple text but I can't remove the version tag at the beginning of the message body: < xml version="1.0" encoding-"utf-16" > If I omit it in the XSLT file, it will still be generated. ____ < ContentFormatter > < ClassName > XsltFormatter </ ClassName > < Arguments > < Argument > < Name > XsltBaseDirectoryPath < ...Show All
Windows Forms action in MDi child the desired action should show the status bar of MDI parent
is there any method that when i perform any action in MDi child the desired action should show the status bar of MDI parent.i:e when i click the menu bar of child edit,it should show in the status bar of the parent that "Edit button is clicked" regards RpM There are a number of ways you could do this. The most technically correct is probably something like this: 1. Create an event in your child form, e.g. Child Action, ...Show All
Windows Forms Bug in "Installation Folder" user interface dialog of setup project
It seems that there is one bug in Setup project Installation Folder dialog. If you delete the text from the Folder Text box the Next button is not disabled. If you continue as it is then setup installs the files in default location. Is there any work around to resolve this bug The problem is that in Windows Installer based UI there is no event sent when you edit the content of an edit box, so you cannot im ...Show All
Visual C++ Fonts - Bold
I've done a decient amount of search but have been unable to come up with a clear example how to change in code the attributes of a font. In my case a text label. I would like to change the label to bold if a certain condition occurs. I would like to avoid coding the font style, or size statically, so that if I change these at some point I would not have to also change the code. I am using Visual Studio 2003, and windows forms. Of course C++. ...Show All
Visual C# Sharing Data
Ok. I know this is a question that shouldve been learned in the beginning of the "book", but I have two forms. Form1, and Preferences. I have a RichTextBox on each of the form. I need to be able to share the information between the two TextBox's. Can someone post a little code snippet or explain to me please Hi, In your form1 and preferences you can create a property which returns the current contents of the richtextbox's. eg: //Form1, al ...Show All
Visual Studio Express Editions App deployment for a VB noob.
Please understand...I'm a VB noob! I've written a couple of apps with VB 2005 Express. The apps must be installed (as opposed to simply running the .exe file) and they only install in the Docs & Settings folder and there's no way I can see to have it install in another folder. Is there a way to change this Of course, the apps won't run for another user. I can copy the install out of the Docs & Settings path into a different folder ...Show All
SQL Server Calculating table size
I have a BIG database with 8 tables growing rapidly. I would like to estimate the size of a row in disk space so I can predict how big my bd will grow in time. I know the math to calculate this but I'm look for a tool to automate this task. A tool that takes into accout calculating index size aside from table size. I would really apreciate any help on this. regards Since you already have the tables, with rows of ...Show All
Visual J# How do I remove a package downloaded by mistake?
Hi and thanks for your help. I have already gone to the Add/Remove and it isn't listed. I also checked the Windows components and couldn't find it there either. I downloaded: Microsoft Visual J #.NET Redistributable Package 1.1 and my computer doesn't have enough memory to allow me to open my e-mail. I have done everything I know to do to increase my memory, but it hasn't worked. I know I need more memory anyway ...Show All
