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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

Dromar

@Dromar
About
Posts
12
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to geht the Solution Items VSX
    D Dromar

    Hi, I'm trying to get all Files form the Soltion Explorer in Visual Studio. I'm searched the internet and it found sometthing like that: EnvDTE80.DTE2 dte2; dte2 = (EnvDTE80.DTE2)System.Runtime.InteropServices.Marshal.GetActiveObject("VisualStudio.DTE.9.0"); MessageBox.Show(dte2.Solution.FullName, "ok Solution"); The prblem is, that it isn't returnig the Soltion of the current Project but the Solution of the Project where I'm making the VSX programm... And I have no Idea why :(

    C# csharp visual-studio tutorial

  • How do I get the Objects of the Solution Explorer(or General the Files of the Project) in an Visual Studio Integration Package
    D Dromar

    Hi, Didn't know where to post it else, because there is no VSX Forum. I'm stuck with this problem for quiet some time and I can't find an example how do it...:( Can somebody please help? Thanks

    C# help question csharp visual-studio tutorial

  • Regex
    D Dromar

    Oh there was an | between the brackets... Thanks a lot, and this also solves Question 2 :)

    C# question regex help tutorial

  • Regex
    D Dromar

    Somehow that is not working... I tried Regex reg = new Regex("(\\|\\|)(&&)"); on string input = "something || anything && anotherthing"; but it isnt Spliting it even once :(

    C# question regex help tutorial

  • Regex
    D Dromar

    Hi everyone, I use Regex for splitting a string. Now i have 2 Questions: 1. I have e.g the string "something || anything && anotherthing" and I want to split it into string[3] ={ something, anything, anotherthing }; is there an easier way than to use 2 Regex like Regex("||") and Regex("&&") and split it first with one Regex and then each element with the other? 2. I have heard that when you split a string you can leave the splitsequence (like in the example before "||") to one of the stringsresults. How can I do that? Thanks for your help!

    C# question regex help tutorial

  • C Code Parser
    D Dromar

    Just to make clear what I want. I have a Sourcefile (c, cpp, h...) and want to check if the pass certian programming rules (in my case the MISRA-C 2004 rules). Therefore I need all the Variables and Functions. Can I do that with the Codedom? And if yes can you please post me an example?

    C# help question

  • C Code Parser
    D Dromar

    Hi, I have to wirte a Parser, and therfore I would need all the variables and functions definded in a C file. I realiced there is a class called Codedom, but don't know if it is what I search for. If not do you know any other ways to get variables and functions from a C-file? Thanks for your help. Dromar

    C# help question

  • COM in c# [modified]
    D Dromar

    It is a project for our university. We got an processor, and now we have to program an driver for the USB port, and a C# application which can comunicate with it (one byte would be enough).

    C# csharp com

  • COM in c# [modified]
    D Dromar

    The problem is that we have to program our own driver for the USB. So I wanted to know how to send bit in C#

    C# csharp com

  • COM in c# [modified]
    D Dromar

    Hi! Need somexamples how I can make a COM comunication over USB. Or maybe some basic documantation about USB- comunication in C#.

    modified on Monday, December 10, 2007 7:04:00 PM

    C# csharp com

  • Space
    D Dromar

    Thank you its working now! mybe i should got to sleep, I cant work well anymore :(

    C# help question

  • Space
    D Dromar

    When I am using System.Diagnostics.Process.Start(@"C:\WINDOWS\system32\mspaint.exe", @"C:\Dokumente und Einstellungen\a\b\1-1b69f6823fcbd047.jpg")); It throws an Error that "C:\Dokumente\" was not found. What am I doing wrong? Thanks for your answers

    C# help 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