Forum: C# Oct 9th, 2008 |
| Replies: 4 Views: 420 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: 4 Views: 2,023 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: 409 Hi Guys
Does anyone have any ideas on how to do this? |
Forum: Visual Basic 4 / 5 / 6 Oct 6th, 2008 |
| Replies: 0 Views: 1,586 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: 8 Views: 23,997 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: Graphics and Multimedia Sep 29th, 2008 |
| Replies: 8 Views: 7,655 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: 1,403 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: 573 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,631 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,403 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,168 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,168 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,168 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: 692 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: C# Sep 15th, 2008 |
| Replies: 2 Views: 342 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... |
Forum: VB.NET Sep 9th, 2008 |
| Replies: 1 Views: 1,781 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: C# Sep 9th, 2008 |
| Replies: 2 Views: 1,922 Just incase anyone is interested ... Ive found a thread that explains the mobile file structure and how to find the new file you just created ....
... |
Forum: C# Sep 8th, 2008 |
| Replies: 2 Views: 1,922 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: 925 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,781 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 ...... |
Forum: C# Aug 28th, 2008 |
| Replies: 10 Views: 3,178 Thank you VERY much Dickersonka :)
:S I will look into this ... I greatly appreciate the assistance you have given me.
Have a virtual hug lol :) |
Forum: C# Aug 28th, 2008 |
| Replies: 10 Views: 3,178 OK am I missing something?
By server in mixed mode, what do you mean? At the minute I have no idea of which server the end result of this system will be loaded on to.
Properties of Server ?? - ... |
Forum: C# Aug 27th, 2008 |
| Replies: 10 Views: 3,178 Hiya,
Ok, so inside the 'Server Explorer' tab of the Visual Studio IDE I right clicked on the database.mdf file and clicked 'Modify Connection'. I then changed the radio button to 'Use SQL Server... |
Forum: C# Aug 27th, 2008 |
| Replies: 10 Views: 3,178 Yes initially I chose Windows Authentication to set up the connection to the database as I naively thought it shouldnt matter for developing the system, but I need to change it to use the Username... |
Forum: C# Aug 27th, 2008 |
| Replies: 10 Views: 3,178 Hi
I have just been informed by a few work collegues that the database system that I have created should now be set to use Server Username and Password.
Is it a big deal to change this without... |
Forum: C# Aug 27th, 2008 |
| Replies: 1 Views: 389 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: 4,747 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... |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 4,294 Hi, that program requires Oracle client and networking components! Why is that if im only using SQL Server |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 4,294 Hmmm ok
Im stiil trying to figure out how to set that up properly ... Teratrax Performance Agent > Server Configuration > SQL Server Instance name. |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 4,294 Actually no im not sure lol :) My login is simply textboxes and I then programatically check that what the user enters matches a set username and password.
I have it set up on the one machine ...... |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 4,294 OK thanks
Do you know of any tools available to VS2008 and Sql Server 2005 that may help me |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 4,294 Ive double checked the case and the spelling...thats all correct!
Ive been reading about a tool called Sql Profiler, its not available on my machine, I have tried googling for it and came across... |
Forum: C# Aug 25th, 2008 |
| Replies: 33 Views: 4,294 Hi
I have run my program again, and even created a new stored procedure containing the same code that "does what it says on the tin" while executed within the stored procedure itself. It adds to... |
Forum: C# Aug 22nd, 2008 |
| Replies: 4 Views: 1,733 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: 4,294 My stored procedures dont have that option ! Im no longer at work, but I will post the sql code on monday :)
Thanks for your help in the mean time :) |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 4,294 SqlConnection myConnection = new SqlConnection(@"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|DatabaseName.mdf;Integrated Security=True;User Instance=True");
public void... |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 4,294 No - its just meant to be a simple app, (an interface to a database) im making it for in-house purposes, so it just has the one user (hardcoded login for now anyway) |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 4,294 Ive already tried prefixingwith dbo with no joy :( lol
I have other sproc's that work ... like I have an AddCustomers sproc that just inserts the values into the table .... (Eazy peezy)
but ...... |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 4,294 I think I see what you are trying to do .. but I have 3 tables
Customer (aka Company)
Vehicle
Customer_Vehicle
so the @idcompany is the primary key from the Customer table |
Forum: C# Aug 22nd, 2008 |
| Replies: 33 Views: 4,294 stepping through the code in debug mode at that point, it picks up the CommandText as "AddNewVehicle" and stepping on through the rest of the code it see's the values for each of the parameters ...
... |