Search Results

Showing results 1 to 40 of 56
Search took 0.01 seconds.
Search: Posts Made By: konczuras
Forum: C# Sep 15th, 2009
Replies: 8
Views: 737
Posted By konczuras
Hello!
You should set the BTNOK event handler in form1's class to public instead of private, this will enable you to call it from form2's class.

Then the code in form 2:

private void BTNYES...
Forum: C# Sep 15th, 2009
Replies: 5
Views: 364
Posted By konczuras
Oh, I forgot to mention that I've wrote the content to my console like this:
Console.WriteLine(XDocument.Parse(e.Result));
And this isn't good as well. The same strange characters are in it too.
Forum: C# Sep 15th, 2009
Replies: 5
Views: 364
Posted By konczuras
Thank you or the answers, here is my code:


public class RssData
{
public string title { get; set; }
public string description { get; set;}
...
Forum: C# Sep 14th, 2009
Replies: 5
Views: 364
Posted By konczuras
Hello!

Is there a way to parse xml content to unicode format?
I'm getting this:

But I'd like this:

I'm using a web service to download an rss feed asynchronously to a WPF datagrid, and I...
Forum: ASP.NET Aug 27th, 2009
Replies: 0
Views: 341
Posted By konczuras
Hello, I'm using the following:

Windows XP SP3
dotNet FX 3.5 SP1
IIS 5.1
SQL Server 2008

My application runs from a virtual directory, and it has a .mdf and an .ldf file, which are being...
Forum: MS SQL Aug 17th, 2009
Replies: 2
Views: 380
Posted By konczuras
Thank you for your reply!

I'm trying to achieve a monthly number to every customer. A little sample:

YearNo MonthNo CustomerName
--JANUARY
1 1 XY
2 ...
Forum: MS SQL Aug 16th, 2009
Replies: 2
Views: 380
Posted By konczuras
Hello,
I've the following problem:

I need to insert to a table the following customer data:
Year No., Month No., CustomerName, CustomerID... The problem is with the Month No. (MonthNo is the...
Forum: ASP.NET Jul 8th, 2009
Replies: 4
Views: 280
Posted By konczuras
I think I got it.

I'm Hungarian, and it means we've got an alphabet of 44 characters, including "á, ő, ű", etc.
And the porblem shows up only, when these characters are involved. So everything...
Forum: ASP.NET Jul 8th, 2009
Replies: 4
Views: 280
Posted By konczuras
Thank you for your answer!

It's not that simple I think.

The girdView kosar contains two columns, one for the product name inserted into it by the void's "name" property, and price. The...
Forum: ASP.NET Jul 8th, 2009
Replies: 4
Views: 280
Posted By konczuras
Hello, I'm struggling with the following issue, and need help with it..

I'm using ASP.NET, and trying to create a primitive webshop. You "buy" services, not products, and you only need to buy them...
Forum: ASP.NET May 9th, 2009
Replies: 1
Views: 379
Posted By konczuras
Hello!

I'm building an ASP.NET portal with C# codebehind. I'd like to include an RSS feed too. The main idea is that when you write an article, it's inserted into an SQL database, and in the same...
Forum: C# Apr 16th, 2009
Replies: 2
Views: 416
Posted By konczuras
Thank you very much!
Forum: C# Apr 15th, 2009
Replies: 2
Views: 416
Posted By konczuras
Hello Everybody!

I'm trying to catch the entering event (when the control becomes active in a form) of an hScrollBar. It would be used for an undo/redo process, and whenever I click on it, or just...
Forum: JavaScript / DHTML / AJAX Apr 12th, 2009
Replies: 2
Solved: attachEvent
Views: 1,687
Posted By konczuras
Thanks you very much, it worked perfectly well!
Forum: C# Apr 12th, 2009
Replies: 5
Views: 2,776
Posted By konczuras
Hello!
I'm trying to add some undo/redo functionality for my app. It deals with many controls, (mostly textboxes, checkboxes and radiobuttons), and I want to write one void for each type. When...
Forum: JavaScript / DHTML / AJAX Apr 11th, 2009
Replies: 2
Solved: attachEvent
Views: 1,687
Posted By konczuras
Hello, I'm new to javascript, and need some help, why the following code refuses to do anything.

<html>
<head>
<style type="text/css">
.btn
{
background:URL("elemer.jpg");
width:200px;...
Forum: C# Apr 10th, 2009
Replies: 5
Solved: ConnecionString
Views: 407
Posted By konczuras
Thank you very much for the answers, then I start writing that service.
Forum: C# Apr 9th, 2009
Replies: 5
Solved: ConnecionString
Views: 407
Posted By konczuras
Thank you for answering!
Then I write down the whole problem, maybe there's a better way to get around.

In fact, it's all about licensing. I thought I'd create a database for license keys, and...
Forum: C# Apr 9th, 2009
Replies: 5
Solved: ConnecionString
Views: 407
Posted By konczuras
Hello!

I'm having the following problem:
My application uses an SQL sever, and I entered the connectionstring in a .settings object. It warned me, that it's a security risk, etc. When I publsih...
Forum: C# Apr 3rd, 2009
Replies: 4
Views: 350
Posted By konczuras
Thank you for your answer.

The paths aren't hard coded, in fact, the path used by the program to create files is the Application.StartupPath (in this case: C:\Program Files\Manufacturer\Product...
Forum: C# Apr 3rd, 2009
Replies: 4
Views: 350
Posted By konczuras
Thanks for your answer, but I run the application, and I'm an administrator for my machine. I even set the rights of the folder Program Files to enable modifying, deleting, etc for any user, (what...
Forum: C# Apr 2nd, 2009
Replies: 4
Views: 350
Posted By konczuras
Hello!

I've built an application, created a setup for it, packed, etc.
I've installed it on XP, and it works perfectly well.
But the application actually produces images and other files, so when...
Forum: C# Mar 29th, 2009
Replies: 0
Views: 302
Posted By konczuras
Hello!

I'd like to create transparent PNGs from an existing image in C#.
The problem is that I'd like to do it with previously defined shapes (eg. ellipse, rectangle, triangle, etc.). So the part...
Forum: ASP.NET Mar 27th, 2009
Replies: 1
Views: 555
Posted By konczuras
Hello!

If you use Visual Studio or Visual Web Developer Express, then it's quite simple. You just create a web form (if you'd like to use the default values, name it "Login.aspx"), and drop a...
Forum: ASP.NET Mar 27th, 2009
Replies: 3
Views: 1,653
Posted By konczuras
Hello Venkatad!

If I were you I'd use the searchbutton_click method, get the text directly from the textbox, then do the convert. The code is:

try{
Convert.ToInt32(StudentId.Text)
}...
Forum: C# Mar 26th, 2009
Replies: 2
Solved: Int32 to float
Views: 573
Posted By konczuras
Thank you very much for the quick answer, that works just as I wanted!
Forum: C# Mar 26th, 2009
Replies: 2
Solved: Int32 to float
Views: 573
Posted By konczuras
Hello everybody!

There's something I can't figure out myself.
I'd like to use an hscrollbar for setting a float value. The float would be from 0 to 1, like 0.02, etc.
So I'd use the integer...
Forum: C# Mar 25th, 2009
Replies: 1
Views: 741
Posted By konczuras
Hello!
I'd like to create some lighting effects on an image, but I'd like to use System.Drawing(.Drawing2D), and not Direct3D.

Just some light on a picture, eg. a spotlight.

Has anybody got...
Forum: HTML and CSS Mar 22nd, 2009
Replies: 7
Views: 1,088
Posted By konczuras
Hi,
thanks for your answer.
So, is there any way to access to the text? ( eg. can I set different background-color to the button body and the text?)
Thanks in advance!
Forum: HTML and CSS Mar 21st, 2009
Replies: 7
Views: 1,088
Posted By konczuras
Hello!

I was wondering if there's any way to refer to a button's text in css. More accurately, to define to classes for a button, one for the button body, and one for the text inside it. Like:
...
Forum: C# Mar 19th, 2009
Replies: 2
Views: 480
Posted By konczuras
Hello!
I'd like to ask for some help. I have the following code:

private void Combobox1_SelectedIndexChanged(object sender, EventArgs e)
{
runstylize(lCombobox1,...
Forum: C# Mar 19th, 2009
Replies: 4
Views: 2,110
Posted By konczuras
Thank you very much.
Forum: C# Mar 18th, 2009
Replies: 4
Views: 2,110
Posted By konczuras
Thank you, this seems to be the case.

Now, is there any way to define where do I like to install my app?
The setup tool don't allow me anything, just works a little, then it installs to that...
Forum: C# Mar 18th, 2009
Replies: 4
Views: 2,110
Posted By konczuras
Hello!

I'm trying to create some files in the folder where my exe is located.

This works just fine in VS 2008 C# express, but when I publish the file, (e.g.: D:\Program), it refers to quite an...
Forum: C# Mar 16th, 2009
Replies: 5
Views: 604
Posted By konczuras
Thank the advice.

In the meantime, I've figured it out. The problem was that two events were raised in the same time, which I haven't noticed, and it has absolutely nothing to do with the button....
Forum: C# Mar 16th, 2009
Replies: 5
Views: 604
Posted By konczuras
Thanks, I've noticed that also. But after I've changed the font size, run the quoted lines (NumericUpDownHeight.Value = Button1.Height; ) the value sets to 24, and the button's height also, so I can...
Forum: C# Mar 16th, 2009
Replies: 5
Views: 604
Posted By konczuras
Hello Everybody!

I've the following issue, and just cannot figure it out myself:

I've a button, which's width and height can be set by numericupdowns. To prevent the button's text truncating,...
Forum: MS SQL Jan 16th, 2009
Replies: 1
Views: 478
Posted By konczuras
Hello!

I'd like to ask for some help. I'm using Visual Web Developer to create a web site, in which members can log in. It has the default aspnetdb.mdf database, in the app_data folder to store...
Forum: Windows Software Jan 13th, 2009
Replies: 3
Views: 629
Posted By konczuras
Yes, it's fully updated. After the reading process, the reader throws a "jump command" CTRL+J, and that cals the rss feed in. I've tried firefox, but that also has a shortcut for CTRL+J, and pops in...
Forum: Windows Software Jan 12th, 2009
Replies: 3
Views: 629
Posted By konczuras
Hello!

I have the following, very annoying problem, and can't get rid of it.
We use a barcode-reader, and since I've installed IE7, whenever I read a barcode, it pops-up the favorites' window's...
Showing results 1 to 40 of 56

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC