• Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Save the Multiples File To Destination From Resources.

    What is it that you can do and what is it that you want, you want to extract files from resources or progressbar for the progress of the extraction?.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in VB.Net Form Theme.

    No you can name the text file any name you want but inside write for instance if the user chooses theme 1 then you can write any thing in text …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Forum Members Read First

    No people don't taking this the other way, but when we provide solutions we need to ensure that the OP do supply what he/she had done so far because some …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching VB.Net Form Theme.

    I am creating the program, But I am tired with the regular form look. I want some theme that can change the look of my program. Last I Used the …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in VB.Net Form Theme.

    I know this thread is a bit old but what I just thought when reading your thread is that you can create let's say pics using your preference graphic design …
  • Member Avatar for Mr.M
    Mr.M

    Created Forum Members Read First

    Hi Dw community I don't know whether it me or, but there is something a bit wrong that keep on happening so I think we should remember that we were …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Forum Members Read First

    Hi Dw community I don't know whether it me or, but there is something a bit wrong that keep on happening so I think we should remember that we were …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Load Image

    Ive save my image on the resources folder abd i want to load picture on picbox... i used this method image1.load(Application.startUpPath+ "\sub" & 1 &".png" my problem is that.. there …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Load Image

    Can you kindly post here the error so that it could be easy to spot the problem. Please post the error as is.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Retrieve contacts from a phone using usb

    I'm currently using BlackBerry and my Carrier is Cell C but a phone is from Vodacom but I'm not using Vodacom I'm using Cell C. The version of the OS …
  • Member Avatar for Mr.M
    Mr.M

    Marked Solved Status for How can i resolve this

    Hi Dw I bought a laptop 2 years back and in the past few weeks it freezed and i was so frastrated and i just rebooted it with the disc …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How can i resolve this

    I've managed to get the drivers from Samsung. Thanks to everyone.
  • Member Avatar for Mr.M
    Mr.M

    Created Retrieve contacts from a phone using usb

    Hi Dw Is there anyone know how I can retrieve contacts from my cellphone connected via usb using vb.net? I want to be able to read and perhaps write back …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Retrieve contacts from a phone using usb

    Hi Dw Is there anyone know how I can retrieve contacts from my cellphone connected via usb using vb.net? I want to be able to read and perhaps write back …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching JPG INTO WAD FILE.

    Hello guys, I want to know how to convert the JPG file into the WAD file ? the thing is not common as all. its not about to change extension, …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in JPG INTO WAD FILE.

    Ok as towards your first post you have found the solution but it not graphically so why don't you take that consol app and intergrate it VB so that it …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Select Scanner & Scan Image and save (VB 2010)

    @dibakarmishra have you checked the link and tried it out that I sent you?
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in vb .net application

    Jea I know the use of Trim() But I think the OP's problem is the same as mine. Please read this carefully: When you put files on an Application Startup …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in vb .net application

    I just experianced the same problem when i was creating the drivers utility program. I think what should be done is that import your files as resources then call it …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Selecting a row and using data from that row to perform calculations

    hey everyone i am new to vb.net program. I am currently working on a pizza ordering system. what i am doing is i am populating a combobox with pizza names …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Selecting a row and using data from that row to perform calculations

    Why don't you create Variables for each Pizza_Price and assign it with correct Prices then on the datagridview you will just check if Beef Pizza for instance is selected then …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Load every word on label on array

    Can someone help me solve this problem: 1)How can i insert every word of label.text to array 2)How can i check if the word that i type on textbox is …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Load every word on label on array

    refer to the solution provided to this thread https://www.daniweb.com/software-development/vbnet/threads/451831/how-can-i-make-this-tracking-be-on-it-own-and-not-track-other-fields
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in For Loop

    Well now I've spotted from your image you just posted, the error is because you have turned on the "Option Strict On" here on my VS I didn't turn that …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in For Loop

    @Jim ok fine, why don't you copy the code as I've posted and test it, you will see the results from the message box. Please capture for me the output …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching Ftp Upload with Progress Help.

    Progressbar not updating :'( please help. Private Sub ftpupload() Dim ext As String = Path.GetExtension(NsTextBox1.Text) Dim fname As String = Path.GetFileNameWithoutExtension(NsTextBox1.Text) Dim request As System.Net.FtpWebRequest = DirectCast(System.Net.WebRequest.Create("ftp://xxx@xxx.org/" & fname & …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in Ftp Upload with Progress Help.

    Try adding a loop
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in For Loop

    Note that I've Declared k as integer
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in For Loop

    I've tested it working. Test it and see. The K = 0 To recno.ToString Means the for each k number from 0 to the value that is held by recno. …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in VB.NET - Simple Game

    It doesn't randomize it.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in vb .net application

    @Inkandi please create a separate thread for that question as it is not related to the asked question here.
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in For Loop

    I will also agree with JIM you are also saying something different and you are doing something different then what you said. Do it like this Dim recno As Integer …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching For Loop

    Hi! The for loop works and it reads the value of `recno()`. However, the sql code itself is being executed once only. Is there any tweak I need to do …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in For Loop

    Try closing the connection because you keep trying to open the connection while it still opened so close the connection so that it will re open the connection.
  • Member Avatar for Mr.M
    Mr.M

    Began Watching how to display Version

    Hi i want to display version information on my MDI form text Below code displays "1.0.0.0" it doesnot display rivision no `Me.Text = System.Windows.Forms.Application.ProductVersion` how can i display version revision …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in how to display Version

    Try this`Me.Text = "ver " & Me.GetType.Assembly.GetName.Version.ToString`
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How do I send a machine generated SMS to a mobile?

    My client wants to send a SMS to his customers from his computerised billing system. But, I do not know anythig about this subject, How it can do. I want …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How do I send a machine generated SMS to a mobile?

    Check out Ozeki and download it, the best thing is that you can use it for free for 30 days then if you feel good with it you can than …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in VB.NET - Simple Game

    I have a suggestion for maybe stage 4 but I don't know how I can do it because I'm not a master in game development and math. I was thinking …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to record internal video

    @Begginnerdev thanks that helped a lot now just curious of how to embed audio to this video or how to record with an audio Any idea of how to embed …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching watch online video direct show

    Actually I have an learning program. in which there are some pics and text related to it with different topic. I also have youtube a/c and in it there are …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in watch online video direct show

    Check this out http://www.social.msdn.microsoft.com/forums/vstudio/en-US/0c939d35-8d3c-4afe-b4de-d13ac47a639f/vbnet-video-streaming 2) http://www.vbforums.com/showthread.php?526901-2008-Play-streaming-youtube-on-a-form
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How draw at runtime in a web page (aspx), a shape over a picture

    Ow forgot to mention that the created control should hide when the mouse move out of an image or pixel and also this create unintended tags so find a way …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How draw at runtime in a web page (aspx), a shape over a picture

    Ow forgot to mention that the created control should hide when the mouse move out of an image or pixel and also this create unintended tags so find a way …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How draw at runtime in a web page (aspx), a shape over a picture

    Hi everybody: I need help to know how can I draw at runtime in a web page (aspx), a shape over a picture, just like tag somebody in Facebook. ¿Which …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How draw at runtime in a web page (aspx), a shape over a picture

    Mmm I think you can first try to find a way to keep track of the mouse pointer first so that you will be able to draw square over a …
  • Member Avatar for Mr.M
    Mr.M

    Created How to record internal video

    Hi Dw I was just reading another article on video recording using AVICAP32 this shows how to use this library to record video from a video device such as webcam …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to record internal video

    Hi Dw I was just reading another article on video recording using AVICAP32 this shows how to use this library to record video from a video device such as webcam …
  • Member Avatar for Mr.M
    Mr.M

    Began Watching How to get only numbers and - in text box?

    I am desiging a Form in which I am asking user to enter: Name in Textbox1 ID Card Number in Text2 here i want to code for textbox2 that it …
  • Member Avatar for Mr.M
    Mr.M

    Replied To a Post in How to get only numbers and - in text box?

    I believe the solution has been already supplied to your other post at https://www.daniweb.com/software-development/vbnet/threads/484545/how-to-get-only-numbers-and-in-the-text-box

The End.