Forum: VB.NET Oct 9th, 2008 |
| Replies: 4 Views: 2,265 Hey Everyone
Is it possible to disable the dates that appear before todays date in a dateTimePicker control?
I want to put in some validation so that my users can only select days in the... |
Forum: VB.NET Oct 8th, 2008 |
| Replies: 0 Views: 436 Hi Guys
Does anyone have any ideas on how to do this? |
Forum: VB.NET Oct 1st, 2008 |
| Replies: 8 Views: 24,547 Hi Guys
I have managed to write values to a Windows Mobile CE Registry Editor from my application.
I have a writeIniReg() and a readIniReg() function
So, when the user enters their name in... |
Forum: VB.NET Sep 25th, 2008 |
| Replies: 2 Views: 1,577 Hi Guys...
Ive had a brainwave .. or at least want to try a different approach.
I want to keep a count of all new files created ... possibly in the mobile devices registry ... or by XML file... |
Forum: VB.NET Sep 22nd, 2008 |
| Replies: 2 Views: 592 Hi Guys,
Im more familiar with coding in C# ... can someone please help me to convert the line highlighted below into VB.NET
Much appreciated
private int file_count = 0;
///
/// Get... |
Forum: VB.NET Sep 19th, 2008 |
| Replies: 1 Views: 2,855 Hi ... im fairly new to this aswell so ...
if the date field in your database is set to dateTime then you have to add the date selected from the dateTimePicker in date format
Dim var As Date ... |
Forum: VB.NET Sep 19th, 2008 |
| Replies: 2 Views: 1,577 Hey Guys, im a fairly novice programmer
I would just like to hear some views / opinions on how you would go about implementing the following:
I need my program to save data to a textfile giving... |
Forum: VB.NET Sep 18th, 2008 |
| Replies: 2 Views: 1,211 Dim p As New System.Diagnostics.ProcessStartInfo()
p.FileName = "FactFind.exe"
p.UseShellExecute = True
System.Diagnostics.Process.Start(p)
I have tried the above code... |
Forum: VB.NET Sep 18th, 2008 |
| Replies: 2 Views: 1,211 well - - has anyone got any ideas ??
I really need to get this functioning. my last resort would be to remove the code that disables the buttons after each section has been completed. |
Forum: VB.NET Sep 18th, 2008 |
| Replies: 2 Views: 1,211 Hi Guys ...
Does anybody know how to force a windows forms application to restart (Close and open again) taking the user back to the first screen ?
My user fills in a questionnaire, reaches the... |
Forum: VB.NET Sep 16th, 2008 |
| Replies: 0 Views: 778 Hi guys
I am able to add data to a textfile on a windows mobile device but can only get it to store within the 'My Device' folder.
I have tried to place it within folders ... but it cries with... |
Forum: VB.NET Sep 9th, 2008 |
| Replies: 1 Views: 1,893 OK - I've got the Form1 to create a new file and add data to it when a button is clicked.
I would like to add/append data from Form2 and Form3 etc to the file created on Form1.
I have tried... |
Forum: VB.NET Sep 8th, 2008 |
| Replies: 2 Views: 992 Would it not be better to set the 'image' field in the database as an Image or VarBinary(max). Then to add an image to the database you could pass in the bytes of the new image file that you want to... |
Forum: VB.NET Sep 8th, 2008 |
| Replies: 1 Views: 1,893 Hi lads (and ladettes)
I have to create a mobile application that gathers user input, saves it to a document so that it can then be emailed back to HeadQuarters.
Im new to this area ...... |