Jump to content
Xtreme .Net Talk

gabru

Avatar/Signature
  • Posts

    36
  • Joined

  • Last visited

About gabru

  • Birthday 01/17/1981

Personal Information

  • Occupation
    Developer / Student
  • Visual Studio .NET Version
    VS.NET Professional
  • .NET Preferred Language
    C#

gabru's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i store some images in resource-files so i can use it for different langauges... my problem is now that i want to get the image from the resourcefile and use it in an asp:image-control. i managed to get the image as system.drawing.image from the resources but i havent found a way to use it with an image webcontrol. thanks for your help
  2. i am developing an asp.net application with c# and i tried to use local-resources today. it did not worked :) i know that i have to follow a naming convention. so for a file called default.aspx I will need a localresource file called default.aspx.resx What I wonder now is how to differentiate between e.g. more Default.aspx files? lets say you have some subfolders in your webapp and want to specify resources for each default.aspx .. how do you do it? example: products/default.aspx customers/default.aspx i could not found something on msdn that describes this problem. hope someone could help me. thanks in advance
  3. i am quite new to programming with asp.net and my problem is the following. I want to create a control (or custom-control, etc. sorry i dont know what will be the correct name) which allows me to add a content by myself and take some properties as well ... to be specific i want to create a groupingbox which makes a rounded border over some content .. further i want to specify the width of the control ... here is some pseudocode: i want to write something like this: <my:Box width="400"> <content> <strong>thats me</strong> </content> </my:Box> and i want the control to do the following when rendered: <table width=400 border=1> <tr> <td><strong>thats me</strong></td> </tr> </table> this table is simple but in my specific problem i make a box with rounded corners and i want to reuse this thing in my application. i would be happy to get some example code, examples or just words that i can search for it on the web. Thanks a lot!!
  4. oh no!!!! sorry for that guys... thats it. the class had no modifier so it was private. SORRY! problem solved now. i think its better to go home now for me.
  5. i even now tried to put the Project A into Solution 2 and reference to the project-DLL. even this is not working. i at the end now :)
  6. I made sure now that every DLL is gone and its still not working. I have no clue what I am doing wrong thanks for any suggestions.
  7. thank you for your quick reply. I have allready tried a lot of thing. i also tried to remove everything including the reference and recompile and then add the reference again. also tried restarting VS, etc.. nothing worked for me. I could try to add the project A in solution 2 but I dont want that this will be the solution. i want to know why this is not working in the other way because it should ;) any further ideas?
  8. [PLAIN][solved] Referenced Assembly-DLL not up-to-date[/PLAIN] Hi, I have the following setup: Solution 1 Project A Project B Solution 2 Project C Now I have a reference to Project A in the Project C. The problem now is that the version of the build project A is an old one which is referenced in project C. Example: i added a new class in project A. reference the DLL in project C and the new method does not appear. even if I delete all the DLLs and build again. Can anybody help me out. thanks!
  9. i know that ... i want to know whats the best to solve problems like playing against each other, etc.
  10. I want to develop games for my community site ... i have never done this before and so i need some tips ... does anyone has good tips in programming games for the web ... the following aspects are important for me. - need to run on a linux server - play against other player who are online - what language should i use? whats the best? java, activex? - can i do this with .net? thanks for any help!
  11. hmm also wanted to do the same. just interested if there will be a solution without a third party tool/component.
  12. i want to know how to develope a component or a control which is protected with serial number. I want to know the idea how to solve this. Lets say i develop a control which i want to sell. So everybody who implements this control should get a big messagebox "This is an evaluation". Just after entering a serialnumber the component will work. Is there something on the web or can someone give me some tips. thanks!
  13. i can recommend this book. I am currently reading it and its good till now: http://www.amazon.com/exec/obidos/ASIN/0201485672/qid=1078589878/sr=2-1/ref=sr_2_1/104-3402366-4898356 its for every programmer who want to improve more and more.
  14. i was on a presentation (.net day) and they presented some features of whidbey. Here are some examples i can remember: - you dont need to create a project just to test something. Thats we have all waited for. No TestProject1, TestProject2, etc. anymore - Object spaces .. its complicated to explain this - highlighting which lines have been changed sind the last save - the possibility to easily encapsulate functions. So if you will find a code part you want to use as a function you just make some clicks and VS do everything else. etc. etc.
  15. so lets do it before MS do ;) It should be a pluging. after installing it you will get a new menuitem in the IE or better directly under the menupoint favorites. It should work maybe like a CVS system: highlight the favs wich are not checked in (to the web). if you create a new fav it checks if there is an online connection available. if yes it stores it to the DB. if the software design is good it should be no problem to implement the favs to a website where users also can acces their favs from the web.
×
×
  • Create New...