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
L

Luka Grabarevic

@Luka Grabarevic
About
Posts
36
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Overwrite default DLL settings
    L Luka Grabarevic

    Hi, Everytime I've integrate an external DLL in my application, the default config settings of this DLL are used then. Now I got the problem, that I don't want to compile the whole file when I have to change the database connection. After hours of google search I found an example how to overwrite the default settings (see below). It works great, but not for connection strings, it's only good for normal application settings. I've experimented a little bit with this sample trying to get it work with connection strings, but with no result. Does anybody know how I could get this work with connection string? Thank in advance regards pdluke

    abc zzzz

    .NET (Core and Framework) tutorial database help question

  • Problem debugging custom UserControls
    L Luka Grabarevic

    Hi I'm using a custom UserControl in my project. Whe I created the control, debugging it went fine. Because we are using a Team Foundation Server with Sourc Control I have to check in this project daily. Now my problem. After an check out VS2005 won't debug this control any more. I says that I can't debug class libraries. Of course it can't. But I don't know why my control is now recongized as an class library. And debuging it through a little win form won't work either, the control isn't shown in the toolbox. Inserting the control directly by .dll into toolbox makes no sense, because debugging doesn't work. And the "UserControlTestContainer" is useless, too. :sigh: thanks in advance regards pdluke

    Windows Forms sysadmin debugging collaboration help learning

  • Creating a simple forum-Please help!
    L Luka Grabarevic

    Hi, sorry, I can't help you with your issue directly. But have you tried to search guestbook source code? If you just want users to post comments, a guestbook is nothing else. regards pdluke

    ASP.NET sysadmin csharp tools help question

  • Ubuntu, Kubuntu or Xubuntu?
    L Luka Grabarevic

    The performance wouldn't be a problem. I'm running Ubuntu on my notebook with similar hardware specs and there is no problem with it. Although I perfer KDE for Desktop, Kubuntu is a makeshift in my eyes. I would rather suggest you ubuntu. regards pdluke

    The Lounge linux question

  • Window's most useful feature..?
    L Luka Grabarevic

    I do not know which Distribution you use. But I'm doing well with my openSUSE 10.2. Never had to tweak anything in my xorg.conf to use my two monitors, even with the crappy ATI drivers which are really poor for Linux. Just used Catalyst to config.

    The Lounge com question

  • Killing C# forums in FF
    L Luka Grabarevic

    Hi, I can't see any problems. Looks good in my FF. regards pdluke

    The Lounge csharp regex question

  • [Message Deleted]
    L Luka Grabarevic

    Nice one :laugh:

    The Lounge

  • GPL License Question
    L Luka Grabarevic

    And living in a world of only closed source software means even less than this.

    The Lounge question

  • HTML form filler
    L Luka Grabarevic

    Thats true, but there are a lot of tools that can decode CAPTCHA, more or less well.

    C# tutorial csharp html help question

  • Start file download via Code
    L Luka Grabarevic

    Hi, thank for the fast response. I've tried the method from the Microsoft support page, tha you have linked. The Problem is that the exception says, that URI-Fromats can't be handled. regards pdluke

    ASP.NET csharp asp-net sysadmin help question

  • HTML form filler
    L Luka Grabarevic

    Do you try to programm a spambot which automatically fills the sign up forms of webpages?

    C# tutorial csharp html help question

  • Start file download via Code
    L Luka Grabarevic

    Hi, I have two problems. Problem 1: I have an internal LAN web server which one provides file attachments. I'd like to cache the requestet file on the web server my asp.net site is hosted on. Is it possible to copy an file from one webserver to another via code? Problem 2: Now I'd like to provide the file download for the user. I know, that a direct link is one possiblity, but I'd lik to start the file download via code, too. Is ther any Method or something which handle this? thank in advance regards pdluke

    ASP.NET csharp asp-net sysadmin help question

  • How to avoid re-entering the time on changing the sim in nokia 6600? [modified]
    L Luka Grabarevic

    Hi Mushq, how old is your Nokia 6600 phone? I had same the same issue on 3 nokia phones i owned. I can remeber that at the beginning it worked fine when I changed the sim in my phone. I had to remove the storage battery but it had still power supply to keep the time in RAM. But within a year it stopped working. Maybe a little internal battery or something ran out of power. Had this problem on my old Nokia 3330, N-Gage an now on my N70. One hint from me. Switching the sim within 3 seconds worked on my N-Gage, no re-enter of the time was needed. :-D Don't know if it still works. regards pdluke

    Hardware & Devices tutorial question

  • Localization, but how?
    L Luka Grabarevic

    Hi, I'd like to know how I can find out which language the operating system has from which my application is started. For example, someone starts the application on a German Windows PC, the app should be in german and if started on an English Windows PC, it should be English. I know how to use the Resource Files for this, but usally I'm doing this by choosing the language manually and not automatically. Thanks in advance greetz pdluke

    .NET (Core and Framework) tutorial question learning

  • ASP Server on XP
    L Luka Grabarevic

    You can use the Apache Webserver. Both Win and Linux it is possible to run ASP.NET Pages on it. Apache Win32 Apache Linux with Mono pdluke

    The Lounge html com sysadmin windows-admin

  • Check the Given date is sunday or not...,
    L Luka Grabarevic

    Hi, you could try. if(DayOfWeek.Sunday.CompareTo(YourDate.DayOfWeek) == 0) { ... } the CompareTo function returns either "-1" = false or "0" = true. hope this helps greetings pdluke

    ASP.NET tutorial help question

  • urgent................
    L Luka Grabarevic

    Oh thanks for the reply. I didn't even think to use a service for so a "trivial" thing. I often use WCF-Services by my self, but these are for some bigger projects. :-D sorry, that misunderstood the question :doh:

    C# help

  • Adding Two Numbers with out using + Operator
    L Luka Grabarevic

    My frist questen would be, why you can't use the "+ operator" ? The only thing that I got in mind is to go through a for-loop, increasing the number every time. But this won't help either, you have to use the "++ operator". sorry, that I can't help I would say, that is not possible, but I'm not sure. greetings, pdluke

    ASP.NET question

  • urgent................
    L Luka Grabarevic

    Sorry, double post :sigh:

    C# help

  • urgent................
    L Luka Grabarevic

    I really don't know what this question is doing in a programming discussion board. However, use this programm. http://www.realvnc.com/ Greetings pdluke

    C# help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups