Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

Kim Mostinckx

@Kim Mostinckx
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [VB.NET 2005] Sorting a combobox
    K Kim Mostinckx

    hello i have a combobox with the following data: KL1 KL10 KL2 KL3 But I want to sort the combobox alphabetically and numeric so I want to have; KL1 KL2 KL3 KL10 Any idea how I can do that? Thebest

    Visual Basic csharp algorithms question

  • [VB.NET ]Multiple projects
    K Kim Mostinckx

    Because I am making an automatic classgenerator. It automatically generates the classes from the selected SQL tables. So I need a class library for the autogenerated classes and I need another class library for the insert, update, delete ... statements. (I am programming 3 tier) It works fine for just one class library but when I dynamically add another class library, visual studio says that the solution already exists and he can't create a second class library...

    Visual Basic csharp visual-studio help question

  • [VB.NET ]Multiple projects
    K Kim Mostinckx

    Hi, I am creating a visual studio add-in. And I want to add 2 projects to a solution. But I'm having a problem... If I try to edit the following MSDN code: Sub SolutionExample(ByVal dte As DTE2) ' This function creates a solution and adds a Visual C# Console ' project to it. Try Dim soln As Solution2 = CType(DTE.Solution, Solution2) Dim csTemplatePath As String ' This path must exist on your computer. ' Replace below with an actual path. Dim csPrjPath As String = "" MsgBox("starting") ' Get the project template path for a C# console project. csTemplatePath = soln.GetProjectTemplate _ ("ConsoleApplication.zip", "CSharp") ' Create a new C# Console project using the template obtained ' above. soln.AddFromTemplate(csTemplatePath, csPrjPath, _ "New CSharp Console Project", False) MsgBox("done") Catch ex As System.Exception MsgBox(ex.ToString) End Try End Sub like this: Sub SolutionExample(ByVal dte As DTE2) ' This function creates a solution and adds a Visual C# Console ' project to it. Try Dim soln As Solution2 = CType(DTE.Solution, Solution2) Dim csTemplatePath As String ' This path must exist on your computer. ' Replace below with an actual path. Dim csPrjPath As String = "" MsgBox("starting") ' Get the project template path for a C# console project. csTemplatePath = soln.GetProjectTemplate _ ("ConsoleApplication.zip", "CSharp") ' Create a new C# Console project using the template obtained ' above. soln.AddFromTemplate(csTemplatePath, csPrjPath, _ "New CSharp Console Project", False) MsgBox("done 1ste project") soln.AddFromTemplate(csTemplatePath, csPrjPath, _ "New CSharp Console Project 2", False) MsgBox("done 2de project") Catch ex As System.Exception MsgBox(ex.ToString) End Try End Sub it doesn't work, Visual studio says that the solution already exists... Is there a possibilty to dynamically add 2 class libraries to a solution? Tx -- modified at 11:33 Monday 23rd January, 2006

    Visual Basic csharp visual-studio help question

  • Image in progressbar
    K Kim Mostinckx

    no answers? :)

    Visual Basic help question

  • Image in progressbar
    K Kim Mostinckx

    Hi all, Is there any way by which i can have a image moving in a Progressbar(instead of rectangle moving)? please help... tx

    Visual Basic help question

  • background image crystal reports (urgent)
    K Kim Mostinckx

    Hi Roy, I can't help you... :-O Kim

    Visual Basic csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups