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

Search:

Type: Posts; User: waheedrafiq

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. How do i go about uploading my Desktop App to Windows Market store?

    Hi guys

    I have had the time of my life :( trying to upload my app , Its my first time doing this.

    Do I need this ? https://sysdev.microsoft.com/en-us/desktop/signup/ its Establish a...
  2. Re: How do you use Windows App Certification kit with Visual studio 2010?

    Thanks a billion , doesn't take that much to please me:blush: I actually read this page 8 times and nothing appear to click last night , then this morning I saw your respond and everything makes...
  3. How do you use Windows App Certification kit with Visual studio 2010?

    Hi all

    I have search and search but can't seem to figure out how to use Windows App Certification Kit , I have visual studio 2010 Pro version.

    This is my first time uploading my app to windows...
  4. Re: My Logic is well mess need help with System.IO

    Hi guys

    I have kind of mess my logic up here , all I want to do is read a word randomly from one file ,I haven't got a clue of where to start.


    I have experimented with my code above and...
  5. Replies
    3
    Views
    1,408

    Re: beginner needs help code not working

    To display context in your label the code should be

    label.text = 13345 or "string"

    decTotalPrice = FormatCurrency(lblTotalPrice.Text, 2)

    the above is just going to store the value of ...
  6. Re: My Logic is well mess need help with System.IO

    Hi guys

    I have given my best shot at this , I haven't touch vb for 13 years , currently I am studying the topic again at my university hence the interest.

    so much has change in what was Visual...
  7. Re: My Logic is well mess need help with System.IO

    Thanks guys , I shall take on above advice and see what I can come up with . will post a new result here

    cheers for the help
  8. My Logic is well mess need help with System.IO

    Hi guys

    I really would appericate if you can either point me to the right direction or give me a example of how it could be done.

    As part of my University project I am writting a program that...
  9. Re: can you pass a string value within msgbox control?

    I got it working , like i said just need to get into it and stay tune with the real world of vb.net . its kind of fun learning back from basic :lol:


    Dim name As String
    Dim MyVar As...
  10. can you pass a string value within msgbox control?

    here is my code :

    Dim name As String
    Dim age As Integer


    name = TextBox1.Text
    age = Val(TextBox2.Text)
  11. Replies
    6
    Views
    1,269

    Re: help with vb project

    :D LOL

    firstly my reply to your "Another important thing is that people here do not do others Homework"

    where the **** does it say in my tread that i want someone else to write me the...
  12. Replies
    6
    Views
    1,269

    help with vb project

    just wondering if anyone can help me with some useful tips

    i want to create a simple program that when client clicks on okay it scans or serches for a folder and returns a true back

    example i...
  13. Replies
    4
    Views
    1,309

    Re: Help with bat files

    sorted it

    in 2000 and XP MS have replace choice.exe with a command know as


    set
  14. Replies
    4
    Views
    1,309

    Help with bat files

    I am trying to create a bat file that ask user for input of a drive letter example F and then copys some files over to that drive letter




    Can someone help me in this a bit lost
  15. Replies
    2
    Views
    597

    Re: File path code please help

    yes , yes thats the one cool sorted thanks for this :thumb:
  16. Replies
    2
    Views
    597

    File path code please help

    its been a good long while that i haven't used VB6 i know if you wanted the program to fine a location you could use for example

    C:\mywork\file.exe

    or you can have a function or something...
  17. Replies
    2
    Views
    589

    Re: need a code for a search engine

    many thanks for your help cheers :sick:
  18. Replies
    2
    Views
    589

    need a code for a search engine

    guy's i am stuck a little its been a long time since i touch VB or any programming, i want to know how should i go about doing a simple text search in VB6 ie

    would i need to first open file then...
  19. What are Crystal Reports & can i use them with Outlook 2000

    I would like to know what are Crystal Report and how do i use them with Outlook to send off online reports and get feed back like questionairs if i am on the correct wave lenght


    are there any...
  20. Replies
    5
    Views
    668

    Are you a teacher or a Professor , your code is...

    Are you a teacher or a Professor , your code is so clear and easy to read compare to mine and i understand it.

    the main thing that i like about your code is that you have the main display...
  21. Replies
    5
    Views
    668

    NO you did not miss the point of the question and...

    NO you did not miss the point of the question and i thank you for replying to this post i understand that you can't call main() function from a function


    my problem is witht his code that i am...
  22. Replies
    5
    Views
    668

    Problem with me logics again

    Ok guy's from my understanding you can call the main() function from any other function are i'm correct in saying this


    example.


    int displaymenu(int a)
    {

    // main menu is display
  23. Replies
    5
    Views
    681

    many thanks will try it out

    many thanks will try it out
  24. Replies
    5
    Views
    681

    OK i give up , how do i use those tags in the red

    OK i give up , how do i use those tags in the red
  25. Replies
    5
    Views
    681

    Problem with my logics and code

    #include <iostream>
    #include <stdlib.h>
    #include <conio.h>

    using namespace std;

    char add(string a) // ADD USERS TO THE DATA BASE
    {
    int age,M,menu,wait;
    string name;
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured