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 strongm 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: Proqrammer
  • Content: Threads
  • Order by date
  1. Proqrammer

    Converting hex to string

    Hi there I have this string which is in hex = "20202020202042534433313035454c4a47524259" I want it to be conveted to ANSI characters which is " SB3D01E5JLRGYB", is there any built in function to do it?
  2. Proqrammer

    Recording source

    I used to click on the speaker icon on my toolbar and then choose recording from options menu and then I used to be able to select "whatever you can hear" , or "stereo mix" or something like that when I was using XP now under vista, how can I do that? I play music in my chat program with that.
  3. Proqrammer

    Modules being executed before the forms.

    Hi there, In vb 2003, I was able to set a module as starting point of the project and the module was being executed by the compiler before any other thing. Now in vb 2005, you can't set a module as starting point of the project, it seems like you must choose a form instead. My first question...
  4. Proqrammer

    User Controls

    Hi there, I have some user controls in my project, how can I know if the user control is being executed under design mode or if it's the compiled application that is using my user control? I want my user control to look differently when it's in design mode how can I do that?
  5. Proqrammer

    two projects in a solution

    Hi there, I have two projects in my solution they both contain many forms and classes, how can I access members of a project from another project? Thanks
  6. Proqrammer

    Adding columns to an existing table

    Hi there I wanna add a new column to an existing table, I'm using vb.net 2005. I found sp_repladdcolumn but the books says "This stored procedure has been deprecated and is being supported mainly for backward-compatibility. It should only be used with Microsoft SQL Server 2000 Publishers and...
  7. Proqrammer

    System Management namespace

    Hi there, Is there any resource that lists ALL the data about a computer that can be received from system management namespace?
  8. Proqrammer

    Do you recommend Toshiba Satellite A205-S4639?

    Hi there, I need some advice in buying a laptop, I found Toshiba Satellite A205-S4639 to be a relatively good choice, the full info can be found here: http://reviews.cnet.com/laptops/toshiba-satellite-a205-s4639/4505-3121_7-32422061.html?tag=prod.txt.1 One thing I don't understand is how fast...
  9. Proqrammer

    Encoding some columns

    Hi there, I'm looking for some resources on encoding data in a column. I want the data to be search able with select statements, is it possible at all?
  10. Proqrammer

    Converting

    Hi there, Is there any application or tool that converts a directory full of paradox tables into MS Access or SQL Server tables in a database? It would be great if it's a free application
  11. Proqrammer

    Bitmap on the fly

    Hi there, Is there anyway to have a bitmap object (system.drawing.bitmap) on the fly? I read my images from database and I don't want to save them somewhere before showing them in a picture box, so it would be really nice if I could create a bitmap variable and read the data from database and...
  12. Proqrammer

    Does using two fans make computers cooler?

    Hi there, We have created a box of Iron in which we keep our computers. When all 6 computers are turned on the temperature goes extremely high. We have also installed a fan for the box, in order to make it cooler. Now will installing two or one other fan make the whole box cooler or not? Have...
  13. Proqrammer

    Saving binary files in a database.

    I was planning to use FTP server in order to store my files in the network, but then I decided to use SQL Server 2005 to store my files and keep them. I have created a separate database for my files, I haven't had any problems yet but some people tell me it's not a good idea. Are there any...
  14. Proqrammer

    Drawbacks of using too many indexes?

    Hi there Are there any drawbacks of adding too many indexes in a table?! How much is too much?!
  15. Proqrammer

    Help authoring solutions for vb.net applications

    Hi there, I'm willing to author help pages for different sections of my application; I would like to have something similar to MSDN or Windows Help, does anyone have any recommendations?
  16. Proqrammer

    Hide the code from Lutz Roeder's Reflector

    Hi there, Is there anyway to obfuscate the code or scramble it in such a way that Lutz Roeder's reflector couldn't even open the .net compiled file and show anything inside it? Thanks http://www.aisto.com/roeder/dotnet
  17. Proqrammer

    Adding users and rules.

    Hi there, I have created a user in the server with "exec sp_addlogin" and I can see the user being created in security section of the server. I also want the user to be given some rules such as db_owner or db_datareader so that it can use the database, how can I assign a created user to a...
  18. Proqrammer

    Record and play audio

    Hi there, How can I record and play audio in any format in vb.net are there any built in APIs or libraries? Should I use any external components? Any recommendations? Thanks?
  19. Proqrammer

    Serial number production

    Hi there, I'm looking for some general help regarding serial numbers, should serial number represent anything? are there any common algorithms to generate serial numbers? How does it work?
  20. Proqrammer

    Select & Insert Comments

    Hi there, I'm using MS SQL SERVER 2005 each column in a database, can have a comment as you guys know. Now is there anyway to set and get comment of a column? Thanks

Part and Inventory Search

Back
Top