Knagis's Q&A profile
.NET Development GridView with a link
Hi i have a grid view What i want to do is just have one of the columns have a hyper link to a new page. In ASP i usually can do <a href="SalesOrder.asp OrderNum=<%=rs("OrderNum")%>" target="_blank">Cover</a> How do you link a data column for an active hyper link. ...Show All
Visual C# Form2Form Problem in Visual c# Express
Ok gang, I have been doing research on the net and on these forums for about 3 days now and I'm still stuck with the same problem. There are tons of expanations out these but I dont understand why they dont work for me. I have 1 main form which is a MDI parent I have a second form which I call and make a child. Like this public void newProjectToolStripMenuItem_Click(object sender, EventArgs e) &nb ...Show All
Visual Studio Getting the instance of DEVENV without using it!
How to create a new Solution and a project without using the ENVDTE as it gets the instance of DEVENV from runtime Marshalling object. I would like to get the instance of the DEVENV without using the DEVENV or its IDE. The exe File should dynamically create the Solution and its project. Thanks in Advance, Jangu A solution is plain text so why don't yo ...Show All
Software Development for Windows Vista Long Running Workflows with ASP.Net
I am trying to figure out how to implement WWF properly for long running and ASP.Net 2.0. I am hoping I can get some insite as I believe the idea is common, but my head can't fit the space for some reason. Scenario: User creates a request that must be approved by their department manager and a foreign department manager's approval. The foreign department does not see this request until the first manager approves. These ap ...Show All
Visual Studio Express Editions Flash in C#
Hi, I would like to know how can I put Flash Animations into a C# application , and the other problem is the I have to have the Flash Player for play the animation in the C# application Thanks http://www.csharphelp.com/archives/archive81.html Is an example, although it's short on detail as to where the controls came from. ...Show All
Windows Forms Creating deployment projects
Hello I'm trying to create a deployment project for my exe so that it can run on most windows platforms. My problem is this. I am using sdl.dll which needs MSVCRT.DLL in my project. What I need to know is how I include both MSVCRT.DLL and Microsoft.VC80.CRT (which my manifest says I need for the rest of the application) into one deployment. Is it possible at all If so please enlighten me. best regards, Martin Malek I'm not an expert with ...Show All
.NET Development DataSet Location
where is the dataSet been saved is it on the client's computer thanks in advanced. ya.. thats rite... i rily mess up with windows and web forms... the dataset is created in web server memory...and we can pull data even if our database server goes down.. sory for the misguidance happend.. bye ...Show All
Visual Basic How Does a TabControl add a new panel to the form at design time?
Add a new tabpage to a tabcontrol, and the form itself 'gets' the new tabpage. This allows the persistance of the tab, its properties, and whatever controls you stick on it. I want to mimic this behavior in my own custom control, but can't figure out how Anyone done this ever -zorpy Hi Zorpy, The concrete implementation of .NET buildin class is not public. But if you have interest, you can use the r ...Show All
Software Development for Windows Vista Office 12
People, How can i participate the program beta tester office 12, and windows vista Regards Office 2007 Beta: http://www.microsoft.com/office/preview/default.mspx Windows Vista Beta: http://www.microsoft.com/technet/prodtechnol/beta/preregister.mspx Regards, Paul ...Show All
SQL Server Best Practice-working with SQL Express Database
Hi, I am new to working with Database using .net C#. i will really appreciate if someone can point me to a link where i can find best practices of working with sql express database with my c# web service applications. preferably i would like to have answers for: - to have one db or to have one for testing and one real db - db security - use windows authentication or db user authentication etc. Best practices for SqlExpres ...Show All
Windows Forms GDI+ Text spacing issue
Ive had this problem with GDI+ for as long as I started with GDI+. When I draw text, especially long strings of text, the characters get closer and closer to one another. Now I know this is something that is rather well known, but is there any nice way of fixing it I've tried to change the text drawing mode, but that made the fonts look horrible (although it did fix the squashing up of the text). It really screws up alot of stuff, not ...Show All
Visual C++ Getting Errorcode 128 when CreateProcessA API is called
Getting Errorcode 128 when CreateProcessA API is called In my project, one component (EXE) is calling another component, using CreateProcessA Windows API. When I installed the exe, for first 2-3 days, it was running fine. After that, it started giving an error return value 128 (Error "ERROR_WAIT_NO_CHILDREN") when the exe is executed and the process terminates abruptly. This shows that User32.DLL is not getting initialized. In microsoft knowled ...Show All
.NET Development Dynamic creation of XSLT from C#
Hi, This is my first posting, 1. From C# i want to create a new XSL 2 . can i append XSL file fromm C# , is it possible if so how can any one hep me out thanks Radhkrishnan.K thanks for your reply, Dynamically i want to alter the XSL file or i have to create the XSL file, that is my requirement, because I am converting one form of XML to another form of XML using XSL,C#, the s ...Show All
Windows Forms VB.NET DataGrid
Hey, I am trying to display a column at the far right of the datagrid which would have the total of all the values for each individual row. I added a datacolumn by setting it's expression property, but, this works only if you change rows f ...Show All
Visual Studio VS Help intergration- KIndex problem
Hi, This is for the help index for our VSIP package. I am using VSHIK 2003. The Kindex.HxK file contains the following entries- <Keyword Term="Keyword1"> <Jump rl="Html/Htmpage1.htm"/> <Keyword Term="Subkeyword1"><Jump Url="Html/Htmpage1.htm#BABEIHDF"/> </Keyword> <Keyword Term="Subkeyword2"><Jump Url="Html/Htmpage1.htm"/>< ...Show All
