Forum: C# Oct 9th, 2008 |
| Replies: 4 Views: 281 Re: hiiiiiiiiiiiiiiiiii If you are capturing images then you will probably want to store them in a database as a BLOB (Binary Large Object) or on your computer with a path to the images stored in the database.
You are... |
Forum: VB.NET Oct 9th, 2008 |
| Replies: 2 Views: 531 |
Forum: VB.NET Oct 8th, 2008 |
| Replies: 0 Views: 201 |
Forum: Visual Basic 4 / 5 / 6 Oct 6th, 2008 |
| Replies: 0 Views: 654 VBA Inserting data to table Heya
I have to write a script within MS Access 2003 using Visual Basic for Applications to read in data from a textfile and insert it into the table. I began my programming path using dot.Net C#... |
Forum: VB.NET Oct 1st, 2008 |
| Replies: 6 Views: 19,318 |
Forum: Graphics and Multimedia Sep 29th, 2008 |
| Replies: 8 Views: 6,601 Re: How to create image maps that look so nice... Hey Guys
Sorry for digging up this thread .. but is it possible to design a Form in Photoshop and then make the various buttons do something within Visual Studio as a mobile application .. not a... |
Forum: VB.NET Sep 25th, 2008 |
| Replies: 2 Views: 524 Re: Generating unique filenames 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: 344 c# to VB.Net 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 the file... |
Forum: VB.NET Sep 19th, 2008 |
| Replies: 1 Views: 950 Re: Insert Command problem in vb.net using OleDb 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: 524 Generating unique filenames 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 the... |
Forum: VB.NET Sep 18th, 2008 |
| Replies: 2 Views: 500 |
Forum: VB.NET Sep 18th, 2008 |
| Replies: 2 Views: 500 Re: ReStarting my windows mobile application 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: 500 ReStarting my windows mobile application 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 end... |
Forum: VB.NET Sep 16th, 2008 |
| Replies: 0 Views: 259 |
Forum: C# Sep 15th, 2008 |
| Replies: 2 Views: 234 SQL Query - Filtering Address Hi Guys
I hope you can help share some light on my problem.
Basically, I have a MS Access table...ID, firstname, surname, Address1, Address2 etc
What I want to do is Select all from table but only... |
Forum: VB.NET Sep 9th, 2008 |
| Replies: 1 Views: 672 Re: Windows Mobile 6 Application 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 using... |
Forum: C# Sep 9th, 2008 |
| Replies: 2 Views: 631 |
Forum: C# Sep 8th, 2008 |
| Replies: 2 Views: 631 Saving data to a new text file on windows mobile Hi Guys,
Surely this shouldnt be such a complex task! I have done this before for a desktop application where I typed in data on the UI clicked a button and a new text file was created on the C:... |
Forum: VB.NET Sep 8th, 2008 |
| Replies: 2 Views: 433 Re: Image stored in sqlserver 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: 672 Windows Mobile 6 Application 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 ... although I... |
Forum: C# Aug 28th, 2008 |
| Replies: 10 Views: 1,321 |
Forum: C# Aug 28th, 2008 |
| Replies: 10 Views: 1,321 |
Forum: C# Aug 27th, 2008 |
| Replies: 10 Views: 1,321 |
Forum: C# Aug 27th, 2008 |
| Replies: 10 Views: 1,321 |
Forum: C# Aug 27th, 2008 |
| Replies: 10 Views: 1,321 |
Forum: C# Aug 27th, 2008 |
| Replies: 1 Views: 223 MobiForms vs Visual Studio Emulators Hi
I have just discovered a development environment called MobiForms available at http://www.mobiforms.com/ for developing mobile applications.
I had a wee read through it but cant see any real... |
Forum: ASP.NET Aug 26th, 2008 |
| Replies: 2 Views: 3,302 Re: displaying the last insert id Hi Guys
I have a stored procedure where I am adding a new record to a table and I have RETURN SCOPE_IDENTITY() at the end...on testing it returns the ID value that I want. However I want to be able... |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 22nd, 2008 |
| Replies: 4 Views: 753 Re: loading a text file into word document That sounds like something I had to do for an assignment at University. I had to make an application that allowed the user to create a new document, save, open and close etc.
You may want to look... |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 2,346 |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 2,346 |