Search:

Type: Posts; User: rojaldearintok

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. VS 2010 Re: [RESOLVED] need Help call function outside user control

    I recently encountered the same problem, I tried the sample even with Overridable, still nothing happens

    can you upload your solution here
  2. Replies
    15
    Views
    10,998

    VS 2010 Re: How to execute a DOS command on VB.net

    /trust is fine..i tried in .bat file works perfectly...but I still need it on .exe...from the meantime I used the .bat file to execute it
  3. Replies
    15
    Views
    10,998

    VS 2010 Re: How to execute a DOS command on VB.net

    tried it with WorkingDirectory, I even copied the runas.exe on the .exe path, still the same i also tried this


    Shell("runas /trust:""Unrestricted"" ""c:\myprogram\test.exe""")

    still the same,...
  4. Replies
    15
    Views
    10,998

    VS 2010 Re: How to execute a DOS command on VB.net

    try it,

    Win32Exception was unhandled -->the system cannot find the specified file......---> so i add the location of runas which is in the System32 folder

    ...
  5. Replies
    15
    Views
    10,998

    VS 2010 Re: How to execute a DOS command on VB.net

    I wondering if either one of the filename "runas" or "cmd" is correct or wrong or in the arguments, even I remove the extra backlash still the same

    this give me a headache...
  6. Replies
    15
    Views
    10,998

    VS 2010 Re: How to execute a DOS command on VB.net

    I know about the .bat file, I already tested it and also in .vbs script, I just want it to run that command in a VB executable program without using the .bat and .vbs file.....if possible
  7. Replies
    15
    Views
    10,998

    VS 2010 Re: How to execute a DOS command on VB.net

    I already did that, works fine on .bat, but I want it an .exe file, because there are more functions on it, it also serves an FTP server, it also check if the program is not running, then restart the...
  8. Replies
    15
    Views
    10,998

    VS 2010 How to execute a DOS command on VB.net

    I have a program disable using Software Restriction Policies in Group Policy, I can bypass it using a DOS command "runas"

    the command is:


    runas /trust:"Unrestricted" "c:/myprogram/test.exe"
    ...
  9. Re: ListBox with custom items (colors, images, text alignment)

    okay thanks, i will try it...
  10. Re: ListBox with custom items (colors, images, text alignment)

    can you show me how, I try DirectCast as a String, not work...
  11. Re: ListBox with custom items (colors, images, text alignment)

    how do you check for duplicate items, I'm adding folder path, i want to check for duplicate, I'm using this code, but there is a problem, Its say "Value of type 'String' cannot be converted to...
  12. VS 2010 Re: Changing Language using external .lng file

    I just want it that way, I'm not reinventing the wheel, many program uses external text for their languages, for example "Zentimo", "Internet Download Manager", "Malwarebytes' Anti-Malware" and many...
  13. VS 2010 Re: Changing Language using external .lng file

    I want just the program "the .exe file", some few DLL's and one folder with all the translated languages inside it. I dont want it to be cluttered and messy, In localization code I acquire in google,...
  14. VS 2010 Changing Language using external .lng file

    Hello everyone,

    I'm creating a program that will change the language, I have a code using the localization, but my problem is it using a lot of folders, I want my language file stored on a text...
  15. Replies
    12
    Views
    12,357

    Re: *NEW* SmartTextBox

    is this works with multiline textbox
  16. Replies
    0
    Views
    2,843

    [RESOLVED] Refresh Folder Icon

    Hi

    Please excuse if this question appears very silly, but I m a beginner at VB.NET.

    I created a program that change the icon of a folder, I successfully created the "desktop.ini" and copied the...
  17. Replies
    0
    Views
    634

    Help convert VB6 Code to VB.net

    Please help me convert the code from VB6 to VB.net, I am new to VB.net.


    Const sCombinedFile = "d:\vb5\test\combined.dat"
    Const sTmpPix = "d:\vb5\test\picxtract.bmp"


    Private Sub...
  18. Replies
    109
    Views
    142,392

    Re: [VB6] GDI+ Usage & Samples

    thank you very much.
  19. Replies
    109
    Views
    142,392

    Re: [VB6] GDI+ Usage & Samples

    thanks on the code, it was very helpful, on Alpha Image Control how to put a checkered board on the background just like on the sample on the first page
  20. Replies
    109
    Views
    142,392

    Re: [VB6] GDI+ Usage & Samples

    I want to do number 1, resize the image when the container is resizing, for example when I resize the form (dragging the edges of the windows) the container resizes, I want also the image inside the...
  21. Replies
    109
    Views
    142,392

    Re: [VB6] GDI+ Usage & Samples

    Please, can you add sample code for GetScaledImageSizes & GetScaledCanvasSize.

    Thanks.
  22. Replies
    109
    Views
    142,392

    Re: [VB6] GDI+ Usage & Samples

    How to resize the picturebox and maintain the aspect ratio of the picture when resizing the form?
  23. Replies
    97
    Views
    141,538

    Re: [VB6] XP/Vista/Win7 Manifest Creator

    sorry
  24. Replies
    97
    Views
    141,538

    Re: [VB6] XP/Vista/Win7 Manifest Creator

    It works perfectly on my app, I have the admin rights now elevated, but when I drag and drop a picture on a picture box it does not work, what is the problem? please tell me.
  25. Replies
    1
    Views
    444

    compress/uncompressed files

    hello, good day

    how to compressed and uncompressed files using VB w/out using third party dll or .ocx. Usercontrol or Class is good if there's available, because I want to be standalone. please...
  26. Re: How to save Image and Text File Into a One File

    there is no fixed length of characters.
  27. How to save Image and Text File Into a One File

    Hello,

    My problem is I have a text on a textbox and a bitmap image, I want to save it into one file with its own extension, how can I do this using VB6, and I want it to read it using TextBox and...
  28. Re: How To Text Be Unicode In TextBox And Label

    check out this control from planetsourcecode.com

    http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=69738&lngWId=1
  29. Re: VB - The simplest way to Create Shortcut

    how to do this on vista and 7 with admin rights check on the Advanced button
  30. Re: How to run my app as Admin in Vista/7 automatically

    thank you
  31. Re: How to run my app as Admin in Vista/7 automatically

    thanks to the replies, the Manifest Creator of Lavolpe work, my program is now mark by UAC, so the user just click the "Allow" to have admin rights.

    how to put change the title thread to put...
  32. Re: How to run my app as Admin in Vista/7 automatically

    @baja_yu

    My app is standalone so I need to do it from the app itself.
  33. Re: How to run my app as Admin in Vista/7 automatically

    @si_the_geek

    I'm accessing the HKCR of the registry particularly the hive key for My Computer Context Menu, I'm adding another context menu for my programs.

    I will try Lavolpe Manifest Creator....
  34. Re: How to run my app as Admin in Vista/7 automatically

    can you give me an example on how do it.
  35. [RESOLVED] How to run my app as Admin in Vista/7 automatically

    Hi all,

    Im using my app under Vista/7 and because Im accessing the registry, I have to start my app by using Run As Administrator. To do this I just right-click on my apps exe and select the...
  36. Re: How to Write/Read INI File in Unicode

    @dilettante

    sorry to bother you again, I solve the problem I had, now I want to read the output file back to the unicode textbox control, How can I do this, all sample I had show a ? again.
    ...
  37. Re: How to Write/Read INI File in Unicode

    ok, thanks
  38. Re: How to Write/Read INI File in Unicode

    @ dilettante

    I have another question if you don't mine, How to add looping on the "Put" area for example, data on the listbox , add it one by one.

    thanks
  39. Re: How to Write/Read INI File in Unicode

    something like that, INI key with a value that counts the number of lines on a multiline textbox and add it on a front of every line.

    I want the output to be like this with the INI key of "Line"...
  40. Re: How to Write/Read INI File in Unicode

    thanks dilettante

    it works great, but i have another problem/question let say I have a multiline textbox and the entry is for example.

    This is line 1
    This is line 2
    This is line 3
    This is...
Results 1 to 40 of 54
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width