jfuentes's Q&A profile
Visual Basic vb6 activex dll in vb.net 2005
I found out that I can write ActiveX DLL's in VB.NET 2005 by creating a class library, exposing it as COM in compiler options and registering it with regasm.exe. The DLL will function as a plugin for another application. When I create the DLL in vb6 I can call it from the application by refering to <dllname>.<classname> something like mydllname.classname. In VB.NET 2005 should I also use this Name my class library mydllname and cr ...Show All
.NET Development HOW TO ACCESS REGISTRY KEY FOR DLLS
hi, I ve a problem in my application its not able to access the dll used.The error says registry key not found.Can i solve the problem using regedit I tried out regedit and didnt found the key HKEY_CLASSES_ROOT\Component Categories\{62C8FE65-4EBB-45e7-B440-6E39B2CDBF29} so i created the above key and gave the required permissions and still it was unsuccessfull. was i on the right p ...Show All
Visual C++ Microsoft Visual C++ Runtime Library error question
I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2. Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. I am not certain where to post this questi ...Show All
Microsoft ISV Community Center Forums Automaticly updating charts in excel
You guys (well mostly Derek) have been so helpful. I have everything but one thing working in my Excel file. I still can't get the charts to update when new information is put into the spreadsheet (I am using a form to fill in the cells with the data inputted). Now I have been basing all of this on a spreadsheet that already does this function. There is one major diffrence in that spreadsheet's charts and the one I am doing. Th ...Show All
Visual C# Active Directory Events
Hello. I need some help with Active Directory changes tracking. I find an example in MSDN, but it's in C++. So... How can I track changes from C# Has someone example code for this or similar task Thanks. Yes, of course. But I cant find any events there... ...Show All
Visual Studio Team System Calling Multiple webtests from a webtest
Hello, I would like to call several webtests from a 'master' webtest so that I can modularize my test suite to some degree. I did see a previous post that stated that it was possible to call a single webtest from another webtest. Am I correct in assuming that this should extend to calling several webtests from a webtest. Also, can these calls be nested Can a webtest call a webtest that is calling yet another webtest Finally, the previous po ...Show All
SQL Server synchronization for PPC w/o internet
Hi.. need some help! My problem is thus - I am looking for a synchronization technique (between SQLCE and SQL Server 2000) for a PPC which can not connect to the internet. I am not sure at this stage if the device would even be equipped with a network adapter.I would be using RDA to sync with the database. The only problem is that I am unable to access IIS directly from the PDA. I did some res ...Show All
Software Development for Windows Vista ASP.NET & Vista
Hey gang. I am trying to use ASP.NET on Vista and I'm having some difficulty. I created a default.aspx that just says "hello" and it won't even serve the page with IIS 7. Could someone please help me out I'm getting this error: Server Error in 'Default Web Site' Application. Do I need to run aspnet_regiis.exe I don't want to run it because I know IIS 7 is supposed to come with ASP.NET preconfigured I think But just ...Show All
Windows Forms PrintDialog From/To Page
In the PrintDialog, how do you set the value in the "from: " "to: " Currently both are always set to 0 and I also have a custom PrintDocument. You can do this by using the following properties this.printDialog1.PrinterSettings.FromPage this.printDialog1.PrinterSettings.ToPage Hope this might help ...Show All
Visual Studio 2008 (Pre-release) DLinq provider?
We are in the middle of developing an ORM system in C# 2.0. The system differs from conventional ORM tools in that the data classes are maintained through a userfriendly interface. The system dynamically maintains and compiles both the codefiles and database. The system has built in logic for handling user access, revisions, relation fields etc. At the momement we are developing a query object for retrieving data and are looking ...Show All
Visual C# datagrid in vs2005 (website)
In VS 2003 there was Datagrid1.Columns or Datagrid1.Rows, in vs 2005 none. I want to define width of a column, so i can't use Datagrid1[0,0]. My question is: Is necessary do datagrid1.Tablestyle[0].gridcolumnstyle[0].width or there is another way Thx YEs i know but gridview has some bug we are trying to solve. Moreover they are not the same... i haven' t datagrid.rows in vs 2005 Thx ...Show All
SQL Server Proxy Account
Hi, I am using SQL Server 2005 June CTP and having trouble seeing the active subsystems for a given proxy account. I can successfully create a proxy account and assign Activex Script and Operating system (CmdExec) subsystems access to this account. However, when i goto the proxy account and click properties, i cannot see the subsystems to which the proxy account has access to. Thanks, Priyanga Doh!! A r ...Show All
Visual C# Forcing a double to have 2 decimal places
Hi, I use the services of dotNetChage to take payments directly with my payment gateway. DotnetCharge takes a Double value as the amount, which is logical. However when I pass an amoutn of 1.10 or equivalent the double value is actually 1.1. Also, logical. However my gateway requires a number format with 2 decimal places despite the fact that 1.1 is more correct than 1.10. I can do this if it was a string usin ...Show All
SQL Server Practical Uses for the "Embedded Code" functionality
Dear Anyone, I understand that there an "Embedded Code" functionality in RS2005. Does anyone know any good uses for this Thanks, Joseph Normally, you'll use embedded code to create "one off" functions that are (generally) specific to a report -- Maybe something that does a specific calculation that you need which isn't directly supported by VB.NET expressions. Using embedded code (or code in a custom assembly) gives you greater control ...Show All
Visual Basic Can VB.NET application send msg to MSN or yahoo messenger ???
Hi All How to write a VB.NET application that allowed us to send msg to MSN Messenger or Yahoo Messenger I've added a suggestion for Microsoft to develop this as a power pack for VB.2005. Please vote for it and cross your fingers until Microsoft delivers it Please see this post for instructions: http://forums.microsoft.com/msdn/ShowPost.aspx postid=754754&isthread=false& ...Show All
