Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dymadarlin
  • Order by date
  1. dymadarlin

    Reading XML and inserting into a table.

    no, its made by ms access
  2. dymadarlin

    Reading XML and inserting into a table.

    How can I fix it?
  3. dymadarlin

    Reading XML and inserting into a table.

    I want to read a xml file from internet and put it into a table. This is my code: Dim xmlFilename As String = "http://www.mydomain.com/myfile.xml" Dim fsReadXml As New System.IO.FileStream(xmlFilename, System.IO.FileMode.Open) dim MyDataTable as New DataTable...
  4. dymadarlin

    Unwanted windows installer.

    Hi there, Whenever I right click on a file, Microsoft Installer appears and then asks me to locate some lost files, it is like I want to install a software. I have already installed that software. I have to cancel the installation to be ablie to continue what I was doing, I have to do this...
  5. dymadarlin

    Wizard forms

    Hi there, I want to make a form that looks like a wizard form, it should contain next,previous,cancel and help buttons. And there are around 5 steps in this form. What do you suggest? should I draw each form in a panel? in a usercontrol? Should they be in different forms?! How would you...
  6. dymadarlin

    Share a dedicated server.

    Hi everyone. I'm looking forward to order a windows 2003 shared server to host a few (less than 10) websites. I was wondering if anyone else is looking for a dedicated server so that we can share it.
  7. dymadarlin

    Prevent reverse engineering.

    John your code does not seem to be well obfuscated, see, Private Sub frmAbout_Load(ByVal sender As Object, ByVal e As EventArgs) Dim text2 As String = String.Empty MyBase.Scale(Common.Wparms.ScreenScalingFactor) Me.RegisteredTo.Text = Common.Wparms.RegisteredUser...
  8. dymadarlin

    Saving the external images.

    When you copy and paste the images from a website. And save the page, it asks you if you want to save the images to the local drive, but sometimes it doesn't. How can you save all the images that you have pasted in the page in your local disk?
  9. dymadarlin

    Prevent reverse engineering.

    Thanks, Can you tell me what happens when you try to decompile it with Luts Roder's.net reflector?
  10. dymadarlin

    Prevent reverse engineering.

    How can I protect my code from being reverse engineered so easily with tools like "Luts Roder's .net reflector" ?
  11. dymadarlin

    Add events to usercontrols

    Ah, yes it inherits System.Windows.Forms.UserControl
  12. dymadarlin

    Add events to usercontrols

    Does what inherid from something? :) the form or usercontrol?
  13. dymadarlin

    Add events to usercontrols

    Hi there, I have a text box in a user control, let's call it textbox1 That user control is used in a form, let's call it usercontrol1 I have a form in the project, and I have used usercontrol1 in this form. I want the form to change when the text in textbox1 is changed. How can I make an...
  14. dymadarlin

    Hide the code.

    We are about to design a webbased application that will be sold to customers. We don't want them to be able to see the ASP.NET codes. We only want them to be able to run them. Is there anyway to compile these codes or to encrypt them?! Is there any other choice in this case from .net...
  15. dymadarlin

    Unicode to html entity representation.

    Thanks but, it converted that function converted it to "تهران" It needs to be converted to ""ت ه ر ا ن" تهران
  16. dymadarlin

    Unicode to html entity representation.

    I have a unicode string and I want to change it to html entities. For example "?????" should be translated into "ت ه ر ا ن" Please let me know how it is possible in PHP and please let me know what this form of data is called, html entities? Thanks in advance.
  17. dymadarlin

    Adding subtitles to a movie.

    Hi, I wanna add some subtitles to a .wma movie clip, please let me know if I can do it with Adobe Premiere, and let me know how. Or suggest any easier to use application which I can use for this purpose. Thanks
  18. dymadarlin

    Search with unicode characters in a table.

    I'm coding in php.
  19. dymadarlin

    Search with unicode characters in a table.

    I wanna search in a table with unicode characters: SELECT * FROM `Customers` WHERE city = 'تهران'; I would use N function if it was MS SQL SERVER, it would be like SELECT * FROM `Customers` WHERE city = N'تهران'; How can I do...
  20. dymadarlin

    Highlight Keywords

    Many of the websites are using Vibrant Media IntelliTxt, this product highlights and underlines some keywords on the page and when the user moves his mouse over it, it will show some stuff, I think Tek-Tips is using that too, seee => Programmer <=, I'm looking for a similar thing that could...

Part and Inventory Search

Back
Top