Forum: Windows NT / 2000 / XP Sep 29th, 2009 |
| Replies: 11 Views: 6,412 I'm sorry, but I have not solved it. Actually I've set up Linux on all my computers and now everything works fine;) |
Forum: C# Sep 21st, 2009 |
| Replies: 4 Views: 473 For this to work I have to set both cellClip and cellBounds (why?;), but now it works and perhaps why doesn't matter. Thank you again DdoubleD! |
Forum: C# Sep 14th, 2009 |
| Replies: 4 Views: 473 Thanks for your reply DdoubleD! What I did (Isolved my problem partially already) was overriding the PositionEditingControl(...) method of the DataGridViewTextBoxCell:
class CustomCell :... |
Forum: C# Sep 14th, 2009 |
| Replies: 4 Views: 473 Hi,
I have a custom DataGridViewColumn which uses custom editing control to edit values of cells. The editing control shows up in a edited cell when I want to edit a cell :), and that works just as... |
Forum: Web Development Job Offers May 26th, 2009 |
| Replies: 5 Views: 1,264 Wow, I always wanted to make a site for an animated movie. I of course satisfy all your requirements. Please include me! |
Forum: Web Development Job Offers May 26th, 2009 |
| Replies: 5 Views: 878 Oh... all that in one project? Please send me some details /pm/ |
Forum: Web Development Job Offers May 26th, 2009 |
| Replies: 8 Views: 759 This is not a very demanding project. It looks fun though. I can do it for $35 |
Forum: *nix Software Apr 3rd, 2009 |
| Replies: 0 Views: 1,117 Hi,
I'm not sure if this is the right place to post it, but...
I have VMware Player (newest version) installed on linux host, the guest is Windows XP. When I switch to 'Unity Mode' something like... |
Forum: C# Apr 1st, 2009 |
| Replies: 6 Views: 1,518 Thanks for explanation. I'll use functions - I've found that my types are not so 'equivalent' as I thought. Thanks again! |
Forum: C# Apr 1st, 2009 |
| Replies: 6 Views: 1,518 Ok, the only problem with that is that it is (i believe) not a usual way to do this. I might forget that the project used functions for conversion, and if someone else did need to use libraries... |
Forum: C# Apr 1st, 2009 |
| Replies: 6 Views: 1,518 Why? What would you suggest instead? |
Forum: C# Apr 1st, 2009 |
| Replies: 6 Views: 1,518 Is it possible to use custom type converter to convert types like that:
class MyTypeConverter: TypeConverter
{
//... all the 'converting' methods here
}
... |
Forum: C# Feb 25th, 2009 |
| Replies: 2 Views: 1,504 Not a best place to ask for that... Try starting a new thread. |
Forum: JavaScript / DHTML / AJAX Dec 12th, 2008 |
| Replies: 1 Views: 685 The code is:
var func = function(){
this.a(){
//here 'this' refers to 'func'
};
var b = function(){
//here 'this' refers to 'window'
};
}; |
Forum: PHP Nov 10th, 2008 |
| Replies: 3 Views: 906 Yes, it works like it should. I just left it for a while, and when I got back It just worked like it should. I'm also unable to reproduce the problem.
\Thanks for your reply anyway! |
Forum: PHP Nov 9th, 2008 |
| Replies: 3 Views: 906 I have a reference to some string. I need to copy (clone) that string.
This is what I tried
$newString = $refToString; //this just copies the ref - no new memory allocated
$newString = clone... |
Forum: JavaScript / DHTML / AJAX Oct 14th, 2008 |
| Replies: 1 Views: 501 Please somebody help me out and explain the difference between:
for(var i in temp){
this["get" + i] = function(){return i;}
}
and
for(var i in temp){ |
Forum: ASP.NET Aug 22nd, 2008 |
| Replies: 0 Views: 635 Hi!
How do I debug design-time error - it just shows up when I view my page in 'Design' mode, but I don't know where in the code it comes from. How do I check it?
Please, click to see the... |
Forum: MS SQL Aug 14th, 2008 |
| Replies: 0 Views: 483 Is there any way to know that there was an 'insert' into SQL Server's database without checking it like every minute (in C# / VB.NET)?
Thanks in advance. |
Forum: MS SQL Aug 13th, 2008 |
| Replies: 1 Views: 1,530 Hi!
Is there any way I can save a database as an SQL file? Or at least save schema if saving data is not possible.
Thanks in adv. |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2008 |
| Replies: 3 Views: 1,288 WOW! thanks! I thought it is passed automatically and didn't knew that I have 'event' variable available in FF
Thanks again! |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2008 |
| Replies: 3 Views: 1,288 Hi, I need to get event handler's argument in Firefox3 - but it does not have any global 'event' variable like IE nor it passes an argument to the handler. How do I get this argument then???
... |
Forum: *nix Software Jun 29th, 2008 |
| Replies: 0 Views: 676 Hi,
I have one application with 'normal' user privileges. This application runs another one which has 4755 permissions. Does this mean that the second application will run as root???
I believe... |
Forum: C# Jun 29th, 2008 |
| Replies: 3 Views: 616 oh... sorry, it is public, I haven't copy-pasted the code - just typed it by hand. It is public and still all above occurs.
Thanks for reply, though |
Forum: C# Jun 28th, 2008 |
| Replies: 3 Views: 616 Hi,
I've created 'Windows Control Library' project in VS2005, created one control in this project which inherits from UserControl class like this:
class MyControl : UserControl
{... |
Forum: C# Jun 19th, 2008 |
| Replies: 2 Views: 1,504 Hi,
Is it somehow possible to determine the TableAdapter related to the given table??
I have DataSet with one strong-typed DataTable and related TableAdapter.
Please, don't ask why :) but I need... |
Forum: C# May 26th, 2008 |
| Replies: 1 Views: 7,924 Hi,
I have DataTable's column that is a source of rows for combo box - it loads rows like it should. But, binding ComboBox.SelectedValue does nothing. I think that this is some problem with... |
Forum: C# May 24th, 2008 |
| Replies: 2 Views: 1,164 WOW! Thanks for such a long and full answer :)! |
Forum: C# May 24th, 2008 |
| Replies: 0 Views: 1,718 Hi,
What I have:
1) Table in SQL Server 2005
2) Table contains column of xml datatype
3) The column has Xml Schema defined
I need to do three things (in C#):
4) Get the Xml Schema of the... |
Forum: C# May 23rd, 2008 |
| Replies: 2 Views: 1,164 Hi,
1) Is it better to create one dataset for the whole project than many smaller (like one for each form)?
2) If I have 2 datasets, both has tableadapters that connects to the same data. Both... |
Forum: C# May 23rd, 2008 |
| Replies: 3 Views: 903 I've discovered that .NET 2.0 and above supports sth like 'LinkLabels in DataGridView'. See http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewlinkcolumn.aspx |
Forum: C# May 23rd, 2008 |
| Replies: 5 Views: 671 The problem is actually: How to connect filed EMPLOYEES in table PROJECTS with multiple IDs in EMPLOYEES - i cannot have multiple values in single field... |
Forum: C# May 23rd, 2008 |
| Replies: 3 Views: 903 Hi,
I need to create list of links, like:
Link1
Link2
Link3
...
which could be dynamically created during runtime. Is there any standard .Net control that can contain LinkLabel objects so... |
Forum: C# May 22nd, 2008 |
| Replies: 5 Views: 671 Hi,
I have two datatables: Projects and Employees.
Projects:
ID
NAME
EMPLOYEES
Employees: |
Forum: Computer Science May 19th, 2008 |
| Replies: 2 Views: 672 Hi,
I'm looking for the answer ... to following question:
How it all works, I mean how my code, even assembler code or opcode, gets executed? I don't want to read about 'moving pointer on the... |
Forum: C May 10th, 2008 |
| Replies: 7 Views: 1,319 I've found something like (http://www.stanford.edu/~thathoo/curl-results/emit/usr/include/stdio.h/code.html line 204):
/*This function is a possible cancellation point and therefore not marked... |
Forum: C May 10th, 2008 |
| Replies: 7 Views: 1,319 It seems to cleanly exit with the value -1. It does not return value to indicate error, it exits the whole application with value -1. |
Forum: C May 10th, 2008 |
| Replies: 7 Views: 1,319 Actually, it terminates in release build. It should return error value, though. It might be some internal inconsistency of the implementation of C lib I am using (glibc2.1). |
Forum: C May 9th, 2008 |
| Replies: 7 Views: 1,319 FILE* f = NULL;
fclose(f);
Terminates with: 'No source available for "fclose@@GLIBC_2.1() " '
FILE* f = NULL;
ftell(f);
Terminates with: 'No source available for "ftell()"'
Why those... |
Forum: C++ May 8th, 2008 |
| Replies: 5 Views: 1,916 So... is there anything built into the language (C++) that allows communicating between processes? I can't imagine how it would be done as operating system controls processes, but... is there? |