blah blah blah is here! blah blah » Close

0
votes
10 answers

open with -problem-

q12
349

I have a ".txt" file renamed with a custom extension: ".bzx". I want this file, when I click on it, to be "Open With" MyProgram from "\Program Files\or\whatever". How do I copy the content of that f ...

0
votes
1 answers

VS Designer Problems with Custom WPF Control

I created a very simple custom WPF control in Visual Studio. It's basically a GroupBox, but with a few additional properties and it subscribes two events (GroupBox_Loaded and a custom event). Anyhow, the problem occurs when I use the ...

1
votes
1 answers

Creating a custom solution to link a new instance of a form to a DB?

I'm using VS2010 with .NET4 Hi all, I'm working on a program that spawns a childform for each row in a database at runtime. This required some custom solutions and prevented me from using the built-in database interactions. All of that ...

0
votes
1 answers

access custom attributes of print job

Hi, a bit difficult problem i have:) i have print job interigation system and i have custom attributes added to the job. (they are accessible with right button, properties and detail pane) is there any way how to read those through p ...

0
votes
1 answers

Advanced Custom DropDownList

Hi All, I have a basic Custom DDL control at the moment (Code Below, feel free to use, I found it on a blog!) [code] using System; using System.Web; using System.Web.UI.WebControls; using System.Collections; // my own Namesp ...

0
votes
4 answers

add a custom control to other project

q12
349

I know how to make a control! It is compiling in a dll and this is the resulting form for it. But how to add that custom control (made let's say in myProject_1) into another project(say myProject_2)? I must reference that dll into myPro ...

0
votes
1 answers

C# Custom Datatype?

I'm trying to create a custom data type for a project I'm working on. The idea is that the datatype will be a "serial" number that looks something like: 0x010000305 ...you get the idea. I want to be able to say Serial mySer = 0 ...

Feedback