Aniebiet Udofia's Q&A profile
Windows Forms Win Form & ASP.NET
Hi, I have a question: how can I, if it's possible, add a winform to an asp.net page Hi greath78, you are missing something. You should write "http:Test.dll#Test.Test". eg. <object id="MyTestCtl" classid="http:MyCustomControl.dll#MyCustomControl.MyCtl" height=& ...Show All
Software Development for Windows Vista Too Many Product Keys
I attempted to download the Beta 2 for Vista but when I got to the Product Key page, my printer froze up my computer, completly! I attempted to log in again, and it did it again a second time, but this time I wrote down the key. On the third time it stopped me cold, saying I had too many product key requests, but I never did actually make it to the download page to get the Beta 2 ISO. So I have a valid product key for the Beta 2 but no ISO from ...Show All
Visual C# Lock "controlBox" for userinput
Hi there, is there a possibility to lock a "comboBox", so the all a user can do is choose out of the items shown, but cannot manually type something into it Thanks, Finch. edit: Sorry for mixing up combo/control... :-) ...Show All
Visual Studio T3 template engine
Is the T3 template engine only avavilable for use with Visual Studio 2005 Is there a DLL available that I could use if say I wanted to use this instead of CodeSmith Also if this DLL is available would it strictly require Whidbey I ask because my team uses macros to spit out some code, such as dataccess code using the Enterprise Library blocks (including correct parameter discovery for stored procs) and I thought the T3 templates would be usefu ...Show All
Visual Studio Tools for Office Does Outlook 2003 forget me?
After I leave my Outlook 2003 IDTExtensibility2 .NET Add-in (bear with me, VSTO forum people, I do have question soon) running for a few hours of being idle, I seem to get almost random 'disconnected' from Outlook object model issues (um, actually 'crashes' is the more appropriate term, as in the following app eventlog: Faulting application outlook.exe, version 11.0.8000.0, stamp 43599e06, faulting module oleaut32.dll, version 5.1.2600.2180, ...Show All
.NET Development Creating an 'recordset' with ADO .NET
I'm trying to create an object, what I used to call a recordset in ADO .NET. I have an existing SQL2000 database with some table. I need to be able to scroll the rows and also with something like "For each columns in worktable.columns" trought the columns. It looks like I need to create a dataset and in the dataset a datatable. But I have tried a lot of things, but all the time I'm getting a empty datatable, with no rows and no colu ...Show All
Visual C# using ExecCommand to copy in MSHTML
I am working on an editor using mshtml. I just cannot get cut / copy / paste to work with ExecCommand. All other command identifiers seem to be working well. Here is my code: public partial class Form1 : Form { private static HtmlDocument htmldoc; private bool fireonce = false; // fire previewkeydown only once public Form1( ) { InitializeComponent( ); } private void Form1_Load(object sender, E ...Show All
Windows Forms Combo Box Problem with String Display Member and Number Value Member
Hi, I have been trying to figure out what wrong for a few day already. I was not able to find any answer to the problem in the forum. If anyone know of any or know what's wrong pls help me. Thank you. Table Information: PurcOrder Table PurcOrderID PayeeID (Datatype ==> Number) ... ... Payee Table PayeeID (Datatype ==> AutoNumber) PayeeName (Datatype ==> Text(72) ) I'm writing a project managment system for co ...Show All
Visual Studio Tools for Office Outlook Addin doesn't work
I've tried to create a simple test application to prove that I can create an Outlook addin by using Visual Studio 2005 Team Suite, and Office 2003 Professional, but I can't get it to work. When I debug my application, it appears to run. Outlook starts up, but none of my addin logic is performed (to simply create a new e-mail message). In Outlook, when I check Tools > Options > Other > Advanced Options > COM Add-Ins , I can see ...Show All
.NET Development How to send large blocks of data using HttpWebRequest ?
I posted this question to C++ general section and did not receive an answer. This might be a .NET communication issue, so I reposted the message. Hopefully, the experts in this area can help me out. I was trying to send data sets to a web server through CGI POST. When the data size is small (<120 MB), it worked fine. But when the data size is at 134MB, it breaks down. The following is the code for sending the data. Anyone knows how to solve ...Show All
Software Development for Windows Vista Questions on workflow types
Hello, I have a number of questions about workflow types. As I understand it, there are two workflow types available out-of-the-box with WWF: sequential and state machine. With sequential workflows, I believe the flow is generally top down from the initial activity to a final activity. The path is well defined; activities like ‘While’ allow the workflow to repeat contained activities and the ‘IfElse’ activity al ...Show All
Visual Basic How do I execute an SQL Command with an ODBCConnection and MySQL database?
I have tried many times in many different ways to get this to work. When I try to compile the code below I get the error message on this line of code " Dim myCmd As New SqlCommand(mySQL, cn)" then I get the error message "Value of Type 'System.Data.ODBC.ODBCConnection' cannot be converted to 'System.Data.SQLClient.SQLConnection'. When I comment out these lines "D im myCmd As New SqlCommand(mySQL, cn)myCmd.ExecuteN ...Show All
.NET Development General Reporting
Hi, i am doing reporting applications, here we are converting xml file in to doc or pdf etc.. some time image is also included in the report. Consider an example i have one .doc file which contains one image into that, suppose if i send that file to other system in the network, that .doc file should open in that system also with image, but there i can't see the image, because we are assigning image paths in the local system(say img src=" ...Show All
Visual C++ How to get the size of a double char pointer?
Basically, I want to get the size of a double char pointer, EG char **x; Not the elements of the individual arrays, but the actual number of elements inside the pointer. I don't want to use vectors or Strings either, I know how to do it that way, but it looks ugly. So if I could get some feedback on this, it would be appreciated. :-) Not sure how you initialize this pointer. But if you do it like this: char ...Show All
Software Development for Windows Vista How to use the SQLPersistenceService?
I'm working on asp.net. My problem is like this: my workflow is sequence. If the host is restarted or IIS is restarted, how can i get the previous running workflowinstance and it's state And how can i continue this workflowinstance to complete. Any help would be greatly appreciated! Hi, You might want to check this post for some more info. I'm assuming you're using the SqlPersistenceService along with your workflows. The ...Show All
