Software Development Network Logo
  • VS Team System
  • .NET Development
  • Visual FoxPro
  • Microsoft ISV
  • Visual C++
  • Audio and Video
  • IE Development
  • Windows Vista
  • Visual Basic
  • SharePoint Products
  • SQL Server
  • Game Technologies
  • Smart Devicet
  • Windows Forms
  • Visual Studio

Software Development Network >> Limehill's Q&A profile

Limehill

Member List

dimitrod
Student_I
Basmanner
Paula M
hmayer
AndrewSeven
Yngwie
Mega Egypt
Uwe Lesta
FleetPoint
Carl C.
NewWebDevGuy
Zath
Penicillin
Mitali Deshpande
Dietz
KoryS
SMaia
Navneeth143
Marie Ramos
Only Title

Limehill's Q&A profile

  • Visual C# using vb6 component ?

    Hi, Is there a way to use vb6 components in C#, just like in old asp (Server.CreateObject)... I tried with Activator.CreateInstance but didn't worked...is continue to as kfor the reference... I am at work and not having MSN (good that I have access to msdn ). And I do not have VB6 too... so I am not able to create dll :-( ...... Are you able to return simple value (not the record set) from the dll in c# ...Show All

  • Visual Basic Regarding files....???

    Hi, In my form i have lot of pictures and these pictures can be changed by the user by replaceing them by there own pictures from there hard disk. Then when the user clicks the submit button i have to write all the paths and locations of the picture in a file.my problem is, after the user changes the picture and clicks the submit button i could't write the path of the picture file in a text file... its not writing anything. but if the pictures are not changed the path is written in the file. how to solve this problem... help me... this is the code i used..... Dim fsp As New FileStream( "Picture.txt" , FileMode.Create, FileAccess.Write) Dim sp As New StreamWriter(fsp) sp.WriteLine(PictureBoxLogo.Imag ...Show All

  • SQL Server Installation Help Needed

    While installing J#, I also installed SQL Server 2005. Is this the same as the current SQL Server Express on the official website If so, what should I download when I click one the "download now" link if I want all the best stuff shown there If not, what do I download for the best stuff, too ...Show All

  • Visual Studio Problem with size of CR on deployment machine

    Hello guys, I have a problem with page size in Crystal Report when I run my application on deployment machine. The problem is that only part of report page can be seen, and the number of pages is significantly increased (which indicates that all data are there but something wrong with page size). This is windows application (Win XP SP2 is installed on deployment machine). I use Crystal Report for VS2005. On development machine everything works perfectly. I had to notice that also on some deployment machines it is OK, so I suppose that .msi file is correct. I tried both with and without merge modules and results are the same. Does any one have same idea .. We are experiencing exactly the same p ...Show All

  • Visual Basic Sql Server project stuff...

    Dear folks, I’ve created a Sql Server Project from my Visual Studio 2005 with Visual Basic. When I try to add GetCommand it doesn’t appear at all, intelligense doesn’t show me that method. Why I don’t get the point. What else/assembly is needed Dim oCommand As New SqlCommand Dim oPipe As New SqlPipe oCommand = SqlContext. Thanks in advance for your comments and thoughts, You're accessing the SqlContext class statically/shared. The intellesense you're listing is the correct intellesense for that class. http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.server.sqlcontext_members.aspx GetCommand is not a member of SqlContext. Is there a ...Show All

  • Visual Studio 2008 (Pre-release) Shouldn't XDocument.ToString() output declaration?

    Shouldn't the ToString() method of XDocument output the document's declaration It doesn't. Here is some code and output: XDocument xDocument = new XDocument( new XDeclaration("1.0", "UTF-8", "yes"), new XElement("Root")); Console.WriteLine(xDocument.ToString()); This code outputs: <Root /> Hi, In your example the xml declaration specifies "utf-8" as the encoding. If XDocument.ToString() were to serialize the xml declaration you'll end up with: < xml version="1.0" enconding="utf-8" standalone="yes" ><Root/> Note that the assumed encoding of the resulting type (ie. string) is "utf-16". See the co ...Show All

  • Visual Studio 2008 (Pre-release) I can see https site but not able to download by svcutil

    Hello. Well, a couple of days ago, I put a post concerning this sample. . Since Vista was released, I'm using IIS7. (over http, I've been running the samples successfully)And I'm trying WCFSamples\TechnologySamples\Basic\Binding\WS\TransportSecurity sample. Before I just couldn't get to see the page that had https. Now I can access it by IE. But it always says that there's certification error. I don't know why cause I used the setup.bat that came with it. Anyway, I think because of it, when I try the following command svcutil https://localhost/servicemodelsamples/service.svc , I cannot download the metadata because of the certification error. Is there any solution to this How can I make this certification error disappear ...Show All

  • Visual Studio Express Editions Help: Edit menu on web browser

    I'm trying to make the cut, copy, and paste buttons. I have tried many methods I have found on the internet, but none worked for me. By the way I am using Visual Basic 2005 Express. Thanks in advance. well what code have you tried Clipboard class allows you to cut copy and paste pretty much as for each control, or most input controls I think, like a textbox, has the Cut copy and paste methods. For this you need to select your text that you wish to cut or copy or paste. You can also append to the textbox for example from the clipboard item you have copied to. http://msdn2.microsoft.com/en-us/library/system.windows.forms.clipboard.aspx ...Show All

  • SQL Server ServiceBrokerInterface: is that all there is right now?

    I've got the latest set of samples (from July 28). Judging from what's in the samples, there aren't any classes in SMO for actually conducting a conversation: however, there are such classes in a sample called ServiceBrokerInterface. What makes me think twice about using any of this are the copious number of disclaimers that say that the code is "not intended to be used in a production environment and [has] not been tested in a production environment". The devil's advocate would pose my question this way: "Why use any of this stuff if it's not properly tested Why be a guinea pig yet again At least if you write your own, you can rely on what you write -- and fix it if something goes wrong. Microsoft cla ...Show All

  • Windows Forms Prerequisite not working?

    I'm trying to build a setup for my application using a Windows Installer project. I'm using VS2005. My Windows application requires SQL Server 2005 Express, so I marked that as one of the prerequisites. I built the installer successfully and ran it on one computer running XP. It successfully detected that neither .net 2.0 or SQL Server 2005 Express were installed and installed both of them before installing my application. My application ran just fine and life was good. I then took the exact same setup.exe and setup.msi and ran them on another computer - also running XP. It didn't attempt to install either of the prerequisites, and seemed to successfully install my application. As soon as my app was launched though it failed with " ...Show All

  • Software Development for Windows Vista WWF Scenario using ASP.NET

    Hi, I want to implement a WorkFlow in ASP.NET using Windows Workflow Foundation. I have a Web Form where user 1 fills in the form and submits it. This form and the saved data is then sent to user 1's boss who reviews the data and submits the Web Form to his boss and so on and on until it goes to the top of the Organisation where it is finally approved or rejected. Each time the form is subnitted an email is sent to the next person on the Organisation hierarchy letting them know that the Web Form is awaiting their approval. 2 Questions: 1) Can I use Windows Worflow Foundation in conjunction with ASP.NET. Alot of examples I see use WinForms 2) In relation to my Business Process Scenario can I implement above using ASP.NET and ...Show All

  • Visual Basic Menustrip

    Hi, I was hoping that somebody could tell me how to program a "new" function for a menustrip. I want this to reload my program. Private Sub NewGameToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewGameToolStripMenuItem.Click Dim Monopoly As New Monopoly Monopoly.Show() Me.Close() End Sub That is what i have so far the only problem is that it opens a new program then closes the both of them. How do i distinguish the new form from the old or is there a way around this Thats exactly what i wanted to do in the first place. Could you please post a code sample of how to "reload" the form thanks, connor ...Show All

  • Community Chat JimmyUI

    Hi people! My latest project is an attempt to make cross-platform DHTML content development easier and more efficient. JimmyUI is a JavaScript library that aims to do just that. It supports creation of dynamic elements like listboxes and menus, and treeviews are in the works. It also supports themes. Check out this example of theming in action: http://www.freewebs.com/robinjam/vista aero sample.jpg The only code required to insert a theme into a document is this: < script type ="text/javascript" src ="JimmyUI_Data/aero.js"> <!-- //aero-ify the interface --> </ script > The main thing I like about this library is that you can define complex structures using simple markup. Take a look at ...Show All

  • .NET Development Dataview.Sort not working.

    This is weird. I have a DataView that I create from a DataTable like this: ------------------------------------------------------- DataView masterDv = new DataView(masterTable); ------------------------------------------------------- Column #12 is called 'CLIENT': ------------------------------------------------------- masterDv.Table.Columns[12].ColumnName="CLIENT" ------------------------------------------------------- When I set the sort property of the DataView, the Dataview doesn't change. masterDv.Sort = "CLIENT"; ------------------------------------------------------- Am i missing something thanks. doug although the sort is su ...Show All

  • .NET Development VbCode Why doesn't it work.2

    Ok Im not sure if you got your answer yet, it is possible I may have misunderstood what you are needig however... Perhaps this will help Imports System.Xml Public Class Form1 Dim xmlFile As String = "..\Cars.xml" Private Sub btnMake_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnMake.Click Dim xmlDoc As New XmlDocument xmlDoc.Load(xmlFile) For Each myNode As XmlNode In xmlDoc.DocumentElement.ChildNodes If myNode.Name = "car" Then txtMake.Text = myNode.FirstChild.InnerText End If Next End Sub End Class This will loop the nodes in your xml file and deliver the inner text contained within the element <make> Hope this helps ...Show All

©2008 Software Development Network