Jump to content
Xtreme .Net Talk

tomos2

Members
  • Posts

    10
  • Joined

  • Last visited

About tomos2

  • Birthday 09/28/1984

Personal Information

  • Occupation
    (extremly) amateur developer
  • Visual Studio .NET Version
    Visual STudio .NET Professional
  • .NET Preferred Language
    VB.NET

tomos2's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ah nice one, that's a start, at least i can target better now :D thanks. my application loads a series of .txt files and distributes the data into various files. how do i tell it to look at, say, 'file x', and once it's done with 'file x', move on to 'file y' until there are no more files of that type/extension? cheers, Tom : :confused:
  2. i have an open file dialog in which i always want to open the first file. is there anyway to select the first file every time without having to manually select it. does anyone know how to this?? thanks in advance guys!! Tomos
  3. So i've just completed my application for windows mobile. simply its one form with one tabcontrol and 8 pages. the order of the pages is important yet for some reason when i deploy it or create a .cab instalation file my pages are muddled up. does anybody know why? and does anyone know how to sort it? thanks in advance again guys Tomos
  4. in my application i have a combobox to select a job number. below i have 2 textboxes, one for Client and one for job name. the text boxes have to be filled in by selecting a job number from the combobox. all of the information is stored in an xls excl file, column a being job number, b being client and c being job name. for starters i dont even know how to get the combobox to read the first column. would it be possile to setup a Vlookup function on the spreadsheet? thanks guys
  5. OK So, i seem to have found out how to do it, using eMbedded visual basic with an SDK for windows CE 3.0 ...... but i have a new problem!! the SDK, which i got from a link from a LEGENDARY microsoft engineer doesnt seem to run in eMbedded, althought both have been fully installed. is there a specific folder that i need to install the sdk (or embedded for that matter). :confused: if anyone knows what the hell is going on i'd be really grateful for some help!! many thanks guys :cool:
  6. I've recently completed development of a program for use on a Windows CE handheld computer, using Visual Basic.NET. I've been trying unsuccessfully to deploy my program to the HHPC (a Husky fex21) via the deploy option in Visual Studio. I�ve tried also installing the .NET compact framework on the Husky but this also fails. thanks :confused: :confused: :confused:
  7. Bloody windows CE Visual Studio .NET will only deploy to Windows CE .NET devices. A chap at Itronix (the company who manufacture the Husky fex 21) told me so. The husky is running the original and crappy windows CE, not WinCE.NET, and so does not support the compact framework. Confusing I know! :mad: Somebody mentioned "eMbedded", but I don't know what that is either :confused: .
  8. I have just completed development of a program for a windows CE device. cleverly, i used visual studio.NET, which isn't supported by CE :o !! Apparently Visual Basic 4.0 will allow me to deploy to my Husky fex 21, but i can't seem to get a hold of a copy anywhere! if anybody knows if a) this is the correct development software for me to use? :confused: and b) if so, where can i get it from? i would be much obliged!! many thanks, tomos
  9. So I'm writing a program which requires a date to be input. DateTimePicker is fine for this but the program also requires a day to be input. Is there a way to auto-fill a textbox with the day corresponding to the date selected rather than the infinate if datetimepicker1.text = 15/04/2005 then textbox1.text = Friday if datetimepicker1.text = 16/04/2005 then textbox1.text = Saturday you get my point! Thanks guys, Tom
×
×
  • Create New...