Showing results 1 to 40 of 83
Search took 0.01 seconds.
Posts Made By: Elmo_loves_you
Forum: C# Oct 9th, 2008
Replies: 4
Views: 281
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
Disabling dates before current date of a datetimepicker control

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: 201
Posted By Elmo_loves_you
Forcing a form to scroll down when the touch screen keyboard is displayed

Hi Guys


Does anyone have any ideas on how to do this?
Forum: Visual Basic 4 / 5 / 6 Oct 6th, 2008
Replies: 0
Views: 654
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
Re: I want to manipulate the registry key values through a vb.net application

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 the...
Forum: Graphics and Multimedia Sep 29th, 2008
Replies: 8
Views: 6,601
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
Re: ReStarting my windows mobile application

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 to...
Forum: VB.NET Sep 18th, 2008
Replies: 2
Views: 500
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
Storing a textfile with specific sub-folders in Windows Mobile 6

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 a...
Forum: C# Sep 15th, 2008
Replies: 2
Views: 234
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
Re: Saving data to a new text file on windows mobile

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: 631
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
Re: Changing a database from Windows Authentication to use Username and Password

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: 1,321
Posted By Elmo_loves_you
Re: Changing a database from Windows Authentication to use Username and Password

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: 1,321
Posted By Elmo_loves_you
Re: Changing a database from Windows Authentication to use Username and Password

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: 1,321
Posted By Elmo_loves_you
Re: Changing a database from Windows Authentication to use Username and Password

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: 1,321
Posted By Elmo_loves_you
Changing a database from Windows Authentication to use Username and Password

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: 223
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 753
Posted By Elmo_loves_you
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
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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 ... ive...
Forum: C# Aug 22nd, 2008
Replies: 33
Views: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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: 2,346
Posted By Elmo_loves_you
Re: Procedure or Function has too many arguments specified

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...
Showing results 1 to 40 of 83

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:55 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC