CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DRAYKKO

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    962

    Stretching A Background Image

    Hello All:
    I need help displaying a background image on a website I'm creating with VS2005. I've tried to configure the background in CSS by setting the "Not Tiling" option, but the image only shows...
  2. Replies
    2
    Views
    1,132

    Re: Connecting to Database

    I'm using SQL Server 2005 Express SP3 (which worked initially, when I got the new computer).
  3. Replies
    2
    Views
    1,132

    Connecting to Database

    Greetings:
    A few months ago I purchased a new PC with Windows 7 (Home Edition). I managed to get Visual Studio 2005 and SQL Server Management Studio Express running on it, and was initially able to...
  4. Replies
    0
    Views
    573

    Defining "Entry Level" (A Rant)

    I'm posting this in the hopes that it will get to the hiring managers and recruiters who claim that they will "accept" entry-level candidates, but reject them, out of hand, when they dare to apply to...
  5. Replies
    0
    Views
    806

    Technical Interview Question

    Hello To My Fellow Byteheads:
    I'm preparing for an interview that I have in the morning, and I came across the following question:

    "Why can a DataAdapter, at best, be as fast as a DataReader?"
    ...
  6. Replies
    5
    Views
    1,898

    Re: Learning "The Buisness"

    OK. So here's the Million Dollar Question: how do I get into those jobs when I don't have enough experience (and of course I can't get the experience without the job)?

    ;-)

    Andre
  7. Replies
    5
    Views
    1,898

    Learning "The Buisness"

    Hello All:
    I'm a currently unemployed software developer looking for my first opportunity as a developer. I've been in the IT industry for many years as and administrator, and now I'd like to move...
  8. Replies
    0
    Views
    553

    Making My First Image App

    I'm experimenting with using Active X controls in my apps, and I need to get information on the methods under the control. I've found something called Photo Panel, and there are a number of methods...
  9. Replies
    2
    Views
    1,036

    Re: Writing Secure Code in VB 6

    Good point. I did indeed send just the .exe file. I'll try zipping the file and resending. Thanks.

    Dre---
  10. Replies
    2
    Views
    1,036

    Writing Secure Code in VB 6

    I recently wrote an simple app and sent it to some of my friends. One of my friends said that his antivirus software blocked the code. How can I write my code so that it's secure? Are there any tools...
  11. Replies
    1
    Views
    650

    Displaying Pictures

    Greetings all!
    I'm hoping someone can help me out. I'm trying to design a simple GUI that when a user clicks a button a picture is displayed. I'm using MS Visual Studio 6, and I was able to pull the...
  12. Re: Converting a CString to a double and Vice Versa

    Dude!
    Thank you!

    And here I thought I'd hafta PAY to get the newest features of the M$ libraries! Thanks again!

    Dre---
  13. Converting a CString to a double and Vice Versa

    Hello folks!
    I'm using Visual Studio 6.0's C++ to write a database program. In the program (which is dialog based) I have monetary amounts, for which I created variables of type double.

    The...
  14. Thread: Java Review

    by DRAYKKO
    Replies
    7
    Views
    1,127

    Re: Java Review

    Good point! I was being myopic about coding, and forgot that we now have the ability to transmit images and music and such :blush: (and not just text data streams). Thanks for putting things in...
  15. Thread: Java Review

    by DRAYKKO
    Replies
    7
    Views
    1,127

    Java Review

    I'm doing a review to keep my Java skills honed. I'm using Beginning Java2 by Ivor Horton, and I'm up to chapter 8, but one thing's got me puzzled: Why do we need to use the PrintWriter class, to...
  16. Replies
    11
    Views
    1,605

    ROFLMAO! You fellas are very funny! :p So...

    ROFLMAO!
    You fellas are very funny! :p

    So THAT'S why we've been plagued with all these security problems! Ah well. I went to Borders yesterday, but couldn't find the book. I'll have to order it...
  17. Replies
    11
    Views
    1,605

    Thank you gster! I'll see if Borders has it...

    Thank you gster! I'll see if Borders has it today. If not I'll order it online.

    Andre--
  18. Replies
    11
    Views
    1,605

    I want to be able to write code that avoids the...

    I want to be able to write code that avoids the plethora of security holes that MS seems to be plagued with.

    Andre---
  19. Replies
    11
    Views
    1,605

    Writing Secure Code

    Does anyone know if there are any books about how to write secure code in Visual C++? If so, can you list some here or tell me which sites list them? Thanks.

    Andre--- :thumb:
  20. Replies
    2
    Views
    1,049

    Thanks!

    Thanks! I JUST figured it out.
    This is GREAT! :)

    Thanks again!

    DRAYKKO---
  21. Replies
    2
    Views
    1,049

    Using CTime Objects

    This question has probably already been asked, but I don't have time to dig through the archives... :)

    I'm trying to create a CTime object which will display the current date and time. When I...
  22. Replies
    6
    Views
    673

    Re: Re: Re: Re: ArrayIndexOutOfBounds Exception

    AH HA!!! Ok, I see a solution now...

    I could use:
    for(int x = 0; x < array.length-1; x++)

    *nodding my head* Ok...ok...ok...ok...I get it now. :D I was trying to find a solution where I'd have...
  23. Replies
    6
    Views
    673

    Re: Re: ArrayIndexOutOfBounds Exception

    I know you're right (about the [x+1]) but I'm not sure how to "stop 1 element prior". I thought that's what the for() loop was supposed to do. Would using (dragonArray[x=1])-1 work; or is thay simply...
  24. Replies
    6
    Views
    673

    ArrayIndexOutOfBounds Exception

    I'm getting an out of bounds exception (at runtime) fo rthe following piece of code:

    for(int x = 0; x < dragonTextArray.length; x++) //REM; tells the loop
    ...
  25. Replies
    5
    Views
    728

    Independant Programmers

    I've been trying to break into the programming industry for years, with very little success. I've sent my resumes to countless databases; tried to network with other programmers (who, due to the...
Results 1 to 25 of 25





Click Here to Expand Forum to Full Width

Featured