Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for krokodajl

I have created Browser Helper Object. It works fine on IE7, IE8 and IE9. The problem is that on IE7 in add-on list my BHO has empty [B]Publisher [/B]field. On IE8 and IE9 Publisher field is not empty and has correct value. Why IE7 does not display publisher field? I …

0
63
Member Avatar for krokodajl

I have created deployment procejct which registers COM object. The output file is a setup.msi file. After installation I moved file into other directory. While unistalling app I recived error "the feature you are trying to use is on a network resource that is unavailable" so I must point directory …

0
158
Member Avatar for krokodajl

Do you have any idea how to create IE plugin which will save to log file time of page load? This plugin should report start time (when user clicks go button) and end time (when page is completely loaded). I prefer .net framework examples, but if you have other ideas, …

0
53
Member Avatar for krokodajl

I have a strange problem. I have ascx control and I have only ListView in it. When I use generic method to fill this ListView with data I get Exceptiion - ListView is null. But when I use method without generics(with known parameter) everything is working fine(ListView is not null). …

Member Avatar for nakor77
0
118
Member Avatar for krokodajl

I have a ListView which is filled by generic list of type MyClass. I can easily bind data from this list into ListView. But I have problems with reading data in opposite direction. This is my class: [CODE] public class MyClass { public int id { get; set; } public …

Member Avatar for 4advanced
0
454
Member Avatar for krokodajl

Hi, I am using mvp pattern in small project. I have problems with view which contains html table with data(always 13 rows). How can i easily get data from html table and send it to the presenter? regards

Member Avatar for alc6379
0
79
Member Avatar for krokodajl

Hi Everyone. I have problems with solving a sql question. There is an assumption: The database of naval ships that took part in World War II is under consideration. The database has the following relations: Classes(class, type, country, numGuns, bore, displacement) Ships(name, class, launched) Battles(name, date) Outcomes(ship, battle, result) Ships …

Member Avatar for MehranNZ
0
719
Member Avatar for krokodajl

Hello, is there possibility to sign certificate that I have created by any other certificate? I want to secure Outlook messages by signing them. But I have self-signed certificate. When users recive emails they are getting message which informs about untrusted certificate. I do not want it. Scenario I want: …

Member Avatar for sheltant
0
93
Member Avatar for krokodajl

Hi. In Windows Server 2003 R2 i have schedule task wichih invokes cmd file with some script inside. This script creates backup of my database. I know when action performed by this batch file is completed - when backup file .bak is created. But in Schedule Task in Windows Server …

0
67
Member Avatar for krokodajl

Hi. I am trying to build simple web application in ASP.NET. I have xml file with data and xsl file to transform xml file into html doc which will be presented in the browser window and everything is working fine. What funcionallity do I want? I want user to enter …

Member Avatar for kvprajapati
0
110
Member Avatar for krokodajl

Hi, how can I make docking mechanism known from the Visual Studio in WPF. Is it hard to achieve? Is there any simple example of dockable windows? I found one on codeprocject, but that example is not very simple. regards

0
61
Member Avatar for krokodajl

Hi, Can I choose in VS 2008 items from toolbox to load? For example I want user only to see button, textbox, checkbox, listbox, radiobutton controls and 3 custom control created by me - only these controls, nothing more. Is there possibility to do that? If so, explain me how …

0
116
Member Avatar for krokodajl

Hi my question is about saving array consisting of elements of type UIElement or Button. How can I store them in database and read them from db? Must I conert array to any other type(conversion from UIElement to Byte raises errors). What type column od db should have to store …

Member Avatar for kvprajapati
0
144
Member Avatar for krokodajl

Hi, I have a class with some methods. Application which uses this class and its methods should be secured by login controls. How can I deny access to method for some users. For example user AA has access(can invoke) to method a() and user BB has access(can invoke) to method …

0
84
Member Avatar for krokodajl

Hi, I am looking for tool which generates form and share them. I know that there is MS InfoPath but there are many disadvantages. Foe example every client needs a copy of InfoPath to edit form. Also tools for display and share form online are expensive... Is there any freeware …

0
34
Member Avatar for krokodajl

Hi, in MS SQL we have [B]TOP [I]some_value[/I][/B] clause which means that only some first records are selected. For example: [I]select top 10 products from table_products[/I] How can I select rows for example from 4th to 15th?

Member Avatar for rathnakar
0
187
Member Avatar for krokodajl

Hi, how can I create using asp.net simple xml file which looks like following: [code=xml]<?xml version="1.0" encoding="UTF-8" ?> <my:myFields xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2009-07-13T10:21:01"> <my:field1>FirstName</my:pole1> <my:field2>SecondName</my:pole2> <my:field3 /> <my:field4 /> <my:field xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /> </my:myFields>[/code] How can I write prefix [B]my[/B] on beggining of tag?

Member Avatar for krokodajl
0
160
Member Avatar for krokodajl

Hello, I need some tips to develop an application(Windows Forms, C#). My app will read/write data to/from database. I wonder to know how can I develop displaing some message during reading or writting data to database. I will be grateful if you support me with any ideas.

Member Avatar for sknake
0
85
Member Avatar for krokodajl

Hi. I have strange problem with sql query results. I am joining two tables and displaing result with order by clause. But results on MS SQL and Sybase are different. After removing order by clause in both queries results are equal. I am using the same table so I do …

Member Avatar for krokodajl
0
256
Member Avatar for krokodajl

Hi Everyone! I have a wired problem with print preview in Delphi. When I am invoking a PreviewModal procedure on QuickReport object Preview page appears. But sometimes [B]printer setup[/B] and [B]Print[/B] icons are inactive. Colud someone explain me this situation? Best regards

Member Avatar for krokodajl
0
82