Search:

Type: Posts; User: TDQWERTY

Page 1 of 13 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,150

    Re: Logic finder / AI?

    Here's where I ended before this post, been trying "Multivariate distribution" for pattern recognition, "Linear regression" and "Gaussian classifier" algorithms.
    A very basic rule would be which...
  2. Replies
    7
    Views
    1,150

    Logic finder / AI?

    Hello guys,

    been trying for a while to find a method of suggesting the "next" value based on the last 5 inserted values when they have something in common.
    I did some search on machine learning...
  3. Re: send SMS from a WM 5 - 6.5 smartphone using a button

    You're probably looking for something like this:
    http://stackoverflow.com/questions/1540058/c-sharp-windows-mobile-text-messaging
    or
    http://mrbool.com/sending-sms-in-windows-mobile/5004

    cheers...
  4. Replies
    10
    Views
    1,622

    Re: Application not Closing on Close Window

    Try using this:


    Protected Overrides Sub Finalize()
    GC.Collect()
    System.Windows.Forms.Application.Exit()
    System.Environment.Exit(0)
    MyBase.Finalize()
    ...
  5. Replies
    12
    Views
    28,949

    Re: [Example] Sendmessage API in .NET

    Just a diff approach. Because some OS do not have the same description for notepad due to diff languages and translations.
    Also .NET can find processes using exe name and allows to navigate between...
  6. Replies
    6
    Views
    1,757

    Re: Images Nesting

    Gruff, That's exactly what I'm looking for...but not for that huge amount of money ofc
  7. Replies
    6
    Views
    1,757

    Re: Images Nesting

    Thanks for the reply, the idea is the same as this one http://wsfiles.optitex.netdna-cdn.com/sites/default/files/Nesting%20Status%20Bar.jpg
  8. Replies
    6
    Views
    1,757

    Images Nesting

    Hello guys,

    I'd like to build some sort of auto nesting software but I don't even know where to start.
    Main idea would use photos, One for the sheet (irregular sizes should be possible) and...
  9. Replies
    1
    Views
    4,784

    Re: Windows CE Device & DataGrid

    You must set the Width property, such as:


    Dim aGridTableStyle2 As New DataGridTableStyle
    Dim locationCol1 As New DataGridTextBoxColumn

    With locationCol1
    .Owner =...
  10. Re: [RESOLVED] make call etc with siemens optipoint 500

    Best of luck with your project :) Will be great to hear a bit more about it.
    In my case, I did use a simple API called "JulMar.Atapi"

    Some things are just as easy as TapiManager("Phone.Net")....
  11. Re: make call etc with siemens optipoint 500

    I'm not really into Siemens, I've been programming this kind of devices but from Avaya and they all use a TAPI driver.
    Maybe you can try to look for a TAPI for Siemens:...
  12. Replies
    2
    Views
    8,602

    Re: [MF] GHI FEZ Boards

    Couldn't be more happier! I've just bought 2 of those plus a few modules and let me tell you, they are amazing :)
  13. Replies
    2
    Views
    8,602

    [RESOLVED] [MF] GHI FEZ Boards

    Hi guys, have anyone ever tried these GHI FEZ Cerbuino?
    Are they any good?
  14. Replies
    12
    Views
    2,113

    VS 2010 Re: [RESOLVED] Wrong syntax?

    Better that way??
    I've been helping for free too for decades and never had to be winning about code format. Anyway...it's reformatted.
  15. Replies
    12
    Views
    2,113

    VS 2010 Re: [RESOLVED] Wrong syntax?

    Ended not needing any param, there was an error related to the control
  16. Replies
    12
    Views
    2,113

    VS 2010 [RESOLVED] Wrong syntax?

    Hello, I've been using the following method to work out a few things inside threads but now I need Ref Params.




    Dim Position As TableLayoutPanelCellPosition = IIf(__Control Is Nothing,...
  17. Replies
    8
    Views
    2,572

    Re: Mobile printers in the field

    http://www.zebra.com/us/en/products-services/printers/printer-type/mobile/mz-series.html#mainpartabscontainer=detailed-specs

    Media Characteristics

    Media width: 3.0" (+/-0.03"), 76.2 mm (+/-0.76...
  18. Replies
    8
    Views
    2,572

    Re: Mobile printers in the field

    Sure, I've been working with the MZ320 BT
  19. Replies
    8
    Views
    2,572

    Re: Mobile printers in the field

    You won't find any mobile printer that works as good as a Zebra one.
  20. Replies
    6
    Views
    1,234

    Re: Calculating the VAT

    Depending on each country this will operate, vat value must be rounded or trimmed.
    Usually you round by 2 decimal places the "liquid total" value.
  21. Replies
    4
    Views
    2,816

    Re: [RESOLVED] SharpBox related issue

    Ended up quiting sharpbox and started using that a few patches and that project from that link in the prev reply
  22. Replies
    1
    Views
    1,822

    Re: Writting CE app for thin clients

    Hello,

    you can indeed debug your application on WinCe. All you need to to is install this and debug your application from VS selecting your device.
    It's also possible using the Device Center to...
  23. Replies
    4
    Views
    2,816

    Re: SharpBox related issue

    Here's what I found after a bunch of searches and found here something about chunk uploads.
    Help patching SandBox would be great :)



    // You have to rename this file from ".txt" to ".cs"
    ...
  24. Replies
    1
    Views
    1,035

    VS 2008 Re: Windows CE applications

    I'll be glad to guide you if you post your needs right inside the "Mobile Development" forum.
    I found that WinCe development was quite fun. Thing is, these days, most people wants good looking...
  25. Replies
    4
    Views
    2,816

    Re: SharpBox related issue

    There is not much info, actually, there is none that did help.
    Dropbox does support chunk upload although i'm not too sure is sharpbox does it right. I did try to follow the sharpbox sources but...
  26. Replies
    4
    Views
    2,816

    [RESOLVED] SharpBox related issue

    Hello, I'm trying to implement a chunked upload using the SharpBox API, thing is, DropBox service (which I'm using) has a 150mb file limit size.
    I'm splitting the file in chunks in order to try to...
  27. Replies
    4
    Views
    1,742

    Re: Get Row of Column By Value

    Sorry but i couldn't try it but it should be working, including wildcards



    CREATE PROCEDURE [dbo].[SearchPeople]
    @FieldName NVARCHAR(50), --Column Name
    @FieldValue NVARCHAR(50) --Value To...
  28. Re: Insert Binary file into MSSQL Text Field

    Ok, solved :) thanks anyway.

    declare @t_sid varbinary(MAX)
    select @t_sid = 0x504B03040A0000000000...

    then, updating using:
    Convert(TEXT,convert(VARCHAR(MAX), @t_sid))
  29. Re: Insert Binary file into MSSQL Text Field

    Yeah, that's what I'm trying to do and it's not possible. At least not the way I'm trying to do.



    declare @t_sid binary
    select @t_sid =...
  30. Re: Insert Binary file into MSSQL Text Field

    What I ment was, I'm storing a 2mb Zip file in a Text datatype column and after runing my query, i only get datalen=30. Problem is, my ZIP file has nearly 2MB.
    Also I'm not able to encode my files,...
  31. Re: Insert Binary file into MSSQL Text Field

    As i said, I can't change tables or structures.

    This is what I'm doing at this moment:
    query = String.Format("update DB1.dbo.Proj SET DataProj=cast(convert(binary,{0},0) as varchar(MAX)) where...
  32. [RESOLVED] Insert Binary file into MSSQL Text Field

    hi all,

    Been trying to insert a binary file into a Text field but I'm not able to do so.
    Problems start showing when I try to use "0x...." inserts since it's not possible to convert Binary to...
  33. Thread: Timezone

    by TDQWERTY
    Replies
    7
    Views
    20,787

    Re: Timezone

    I think this will help you and this one too.
  34. Replies
    3
    Views
    1,278

    Re: Mobile Courses to take?

    Pick one: Groovy, Grails, Spring MVC or "Microsoft" MCV + Razor.
    Then start googling examples
  35. Replies
    2
    Views
    1,197

    Re: How much money is madde from APPS

    I've always developed for windows Mobile and windows CE. Although, nowadays Microsoft lost interest in those operating systems. Although I'm still developing for Windows Mobile and CE since are the...
  36. VS 2010 Re: Calc boxes count and boxes positions problem

    By the way, i did forget the margins between boxes, plus there are other variables, such as in case there was the need of a second container, shouldn't the boxes be reorganized for best accommodation...
  37. VS 2010 Re: Calc boxes count and boxes positions problem

    Naa, there is no error, that's actually on purpose. I should be able to find the best possibility of leaving the least number of boxes out of the container (in case they were more then the max...
  38. VS 2010 Calc boxes count and boxes positions problem

    Hello,

    I've came across of a idea while watching tv, that turned into a problem.

    I'm trying to figure how many boxes can fit inside a bigger box. This should be easy calculating areas, but...
  39. Replies
    1
    Views
    3,088

    Re: bluetooth & keyboard

    To show/hide keyboard, you must control the SIP status. Use this API
    To control BT or WIFI, check this URL
  40. Replies
    5
    Views
    3,878

    Re: open internal GPS; and pervent standby

    That's odd, I'm using that same code on my omnia and it seems to be working fine.
    Have a try with this for the screen timeout
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width