Search:

Type: Posts; User: omfgz

Page 1 of 6 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,635

    Permutations With Repetition

    Trying to generate a list of all possible combination using characters A-Z and numbers 0-9, looking for each generated permutations to be 10 characters long. What is the least messy way to do this...
  2. Replies
    2
    Views
    882

    Re: SQL server table not updating

    No there were no foreign keys. I tried to update one table at a time, first one worked and second would give error about identity column needs to turned on or something (i forgot). Then checked my...
  3. Replies
    2
    Views
    882

    [RESOLVED] SQL server table not updating

    I have 2 SQL data grid tables on my form. Problem is when i update my 2nd table it just clears anything i have added on the table and doesn't save changes. Whereas in the 1st table i can update and...
  4. Re: [RESOLVED] Extract multiple lines from a string in to a string array

    Works like a charm. Thank you Kaliman and everyone who contributed. Very informative.

    Thanks again.
  5. [RESOLVED] Extract multiple lines from a string in to a string array

    I'm working on a program where i send parameters to a PHP website using WebClient and it returns an output. Now this output is about 1000 lines long (can vary) and i have to process one block at a...
  6. Replies
    0
    Views
    806

    ASPX Webform write to text file

    I'm trying to write to a text file when user clicks on a button on an ASPX page but it does not write to file also, does not return any errors. I'm using following code:

    ...
  7. Replies
    9
    Views
    1,228

    Re: .net and SQL

    Thank you very informative.
  8. Replies
    9
    Views
    1,228

    [RESOLVED] .net and SQL

    I don't know if i'm posting this in right section because seems like more of a SQL question than .net but hopefully i can find an answer here :). I have an application that use a SQL connection to...
  9. Replies
    2
    Views
    2,482

    VS 2012 Disable display scaling on high dpi

    I have a application which are used on multiple computers with user defined settings. Some users are using high dpi some medium and some normal. This creates problems with some of the elements on the...
  10. Re: [RESOLVED] Best way to talk to a service over LAN

    Yes, i added the following command to run when computer starts in group policy which starts the service.



    All clients are windows 7 64 bit.
  11. Re: [RESOLVED] Best way to talk to a service over LAN

    I using a text file so it's easier for me to edit the file if i ever want to add/change/delete a command for a computer, this can be done through any computer in domain.

    Domain controller is...
  12. Re: Best way to talk to a service over LAN

    Found couple of exmaples online, this worked but this did not give me control over individual computers



    I will be going with TCP. Thank you.



    This is exactly what i was looking for.
  13. [RESOLVED] Best way to talk to a service over LAN

    So here is my situation: I have created a service application that was installed on all the computers by group policy on a domain. Service looks for a file sitting at a shared location in a text file...
  14. Replies
    3
    Views
    2,335

    Re: Check to see if time overlaps

    works very well. Thank you so much
  15. Replies
    3
    Views
    2,335

    [RESOLVED] Check to see if time overlaps

    I am making a program where you can book a room for certain amount of time. So lets say in my list i have following times saved :

    1. Start time : 1:00 PM and End time 3:00 PM
    2. Start time :...
  16. Replies
    1
    Views
    560

    Combination with locked values

    Alright so after trying to make it work for hours I Have given up and decided to take it to the masters. What I'm trying to do is make a function(s) which will try to make all possible combination of...
  17. Replies
    5
    Views
    2,919

    Re: Internet Explorer "Show Pictures" Toggle

    Not working on windows 7

    edit : nvm worked but after i started browser 2nd time =|
  18. Replies
    5
    Views
    2,919

    Re: Internet Explorer "Show Pictures" Toggle

    thx for reply

    Im pretty sure its stored in registry but i want to be able to just click a button to toggle it instead of a popup showing and then a select my settings
  19. Replies
    5
    Views
    2,919

    Internet Explorer "Show Pictures" Toggle

    I have a Web browser control in my program to make it work faster i need to get rid images in it so i go in Internet Options > Advance > Multimedia > Uncheck Show pictures.

    That seems to do the...
  20. Replies
    6
    Views
    961

    Re: Open file with program

    Oh sorry, its a function.

    Alright i thought there would be a better way to do it but this is how im currently doing it if some else wants to know

    if form load i have following code
    ...
  21. Replies
    6
    Views
    961

    Re: Open file with program

    In VB6, command line arguments are stored in a system string variable and can be accessed by using the 'Command' function.

    for example if i drag and drop a file on my program exe and in load i...
  22. Replies
    6
    Views
    961

    Re: Open file with program

    yea i can stop the execution of but i need to get "Command" variable from newly opened app b4 i can close it.

    Command is universal variable which determines which file is opened with program. It...
  23. Replies
    6
    Views
    961

    [RESOLVED] Open file with program

    if a file is opened with my program (Right click 'Open With') it shows that this file was opened with my program and it saves that now when i try to open another file with my program while its...
  24. Replies
    3
    Views
    2,229

    Re: Unload a Dll from running process

    To insert my own code in Applications and Games. Now days its popular to "hack" online games.

    Edit :

    http://en.wikipedia.org/wiki/DLL_injection
  25. Replies
    3
    Views
    2,229

    Unload a Dll from running process

    I have tired many ways but none seems to work. I inject a dll into a running processs by using following


    Private Declare Function GetProcAddress Lib "kernel32" (ByVal hModule As Long, ByVal...
  26. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    Yea read it carefully
  27. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    ..... umm how... VB cant see "iPhone Folders" that was the whole problem...

    and the link you posted is unrelated ... iPhone saves massages in db files... that has nothing to do with text files or...
  28. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    yup everyfile can be read just checked not just text files i can open picture , zip and all kinds http://img52.imageshack.us/img52/451/clipboard02y.png
  29. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    there is no properties option

    http://img21.imageshack.us/img21/6210/clipboard02ab.png
    i dont even care about writting files i just want to able to read em how can i use this algorithm in VB?
  30. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    Alright so just discorvered i can make new write folders and read any file just cant write to any file
    http://img402.imageshack.us/img402/5466/clipboard02n.png
  31. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    yup Read,Write any kind of file not just text. Its just like a folder you can make new files in it by right clicking and stuff
  32. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    Hmmm i dont know how to open this with filelist cuz you need a drive letter to open its path but yes it opens just like a folder

    http://img411.imageshack.us/img411/6901/clipboard04k.png
  33. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    http://img186.imageshack.us/img186/9366/clipboard02t.png

    nope
  34. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    it shows up like this in my computer :

    http://img411.imageshack.us/img411/5074/clipboard02l.png

    vb doesnt recognize it. How can i make vb recongzie it?!?
  35. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    what about when using that software iPhoneFolders? acutely found another way but some1 needs to convert this into vb6

    http://winscp.net/eng/docs/guide_dotnet
  36. Replies
    31
    Views
    7,746

    Re: the ultimate task. connect to iPhone via USB.

    I would also like to know how i can browse those files through vb. I managed to find this program : http://iphonefolders.com/ it makes your iphone show in my computer and you can browse files but in...
  37. Replies
    6
    Views
    1,492

    Re: Image Blur and Kodalith

    ooooo found it :D thx alot! but im still kinda confused how to use this on a picture box :$
  38. Replies
    6
    Views
    1,492

    Re: Image Blur and Kodalith

    i found this whole module on a friends comp he was working on samething he said he got it from net somewhere and he refuse to help me lOl but here is the moudle
  39. Replies
    6
    Views
    1,492

    [RESOLVED] Image Blur and Kodalith

    ello, i wanted my program to blur a picture then apply Kodalith effect on it i was reading that it can be done by using vic32.dll so far i have found this much info on it :


    Declare Function blur...
  40. Thread: Cocktail Sort

    by omfgz
    Replies
    6
    Views
    1,644

    Re: Cocktail Sort

    whats Test? in code above?
Results 1 to 40 of 217
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width