Topics
-
- 1 reply
- 1.2k views
I have developed a program which compresses JPG files, and creates an XML file to link images to keywords etc. Once the user has entered all info, they can save to disk, or upload to the internet. To upload to the internet, I have used FTP. I have used the "edtftpnet" version 1.1.4 assembly for this. To upload, I have decided to upload each individual file seperately, as uploading one large file may cause problems. Each image can be between 60kb and 250kb. Any number of images can be uploaded, but normally no more than 100 at a time. First of all - is this the best approach? Secondly, I am getting problems with the FTP - I am loosing connection while uploading. I…
Last reply by ilya2, -
- 0 replies
- 1.1k views
Dear All, I need to update more than one changes done in datagrid to access database. Is there any way to do this with out using oledbdataadapter wizard object. that is not like dataadapter.update(dataset) Is there any other way than the above to do updations. like executing the update query and inserting in to database. Thanks
Last reply by smriti, -
- 0 replies
- 1.8k views
BIG problem with huge storage procedure execute on SQL Server 2000 SP4 Hi! I have a big problem with one of my storage procedures. First of all some information about the server: Dual XEON 4 gig RAM Windows 2003 SQL Server 2000 with SP4 On the database work at the same time 30 peoples�. But not all execute storage procedure. The storage procedure with that I have problems is executed only one time a day. The storage procedure is so huge that the SQL Server needs 11 minutes to execute it. The storage procedure do some work with data on the DB and return no values. The problem: When I execute the storage procedure directly on the SQL server ( …
Last reply by gicio, -
- 5 replies
- 1.2k views
Hi When creating a table, you have the option of assigning a default value for a column. Is it possible to set the default value for a datatime column to the current date and time? Mike55.
Last reply by mike55, -
- 12 replies
- 2.9k views
Hi... I remember when I bought Age of Empires 1 a long time ago, didnt know anything about programming or so... I remember the popup window saying that the game needed DirectX... My question, perhaps silly, is: Is DirectX technology used in todays top-selling games? Should I learn it? How hard will it get If I just know some basic GDI? ... and finally, can I use DirectX (If I knew it) to make cool windows effects? :confused: :p
Last reply by EFileTahi-A, -
- 10 replies
- 2.4k views
Does anyone know how to add a datetimepicker dropdown into a propertygrid in vb.net Cheers Simon
Last reply by stustarz, -
- 0 replies
- 1.3k views
Hi, I'm working on a chat application which uses HttpWebRequest/Response to communicate with a web service. Now I would like to add a feature that informs user about the actual (and accurate ;) number of bytes that have been sent/received so far. Do you have any idea about how to do this? I haven't found any way to intercept the HttpWebRequest/Response streams which would include any headers received or sent. Thanks a lot for your suggestions!
Last reply by ilya2, -
- 3 replies
- 2.9k views
We can get a base directory with: System.AppDomain.CurrentDomain.BaseDirectory() Any idea how can we get the directory up one level? Example: Base directory: C:/Temp/Base/ I want to get C:/Temp/ How can I do it?
Last reply by splice, -
- 1 reply
- 1.2k views
I have a vb.net application with an openfiledialog control on the form with a filter for .mdb's. The user selects the database and the filename property of the dialog box puts the path in a textbox on the form. What I also need the program to do is perform a recursive search for tif's starting in the directory where the database is located in and search all the directories that might be below the directory of the database. Any programming examples of how to accomplish this task is greatly appreciated.
Last reply by splice, -
- 1 reply
- 1.2k views
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:
Last reply by tomos2, -
- 0 replies
- 1.7k views
I have to write a little program thas is able to convert an Excel file in fixed format (cells to read are all over the excelsheet) to a textfile, also in a fixed format. There are 2 problems: 1) This program should be used by multiple users, and I don't know the version of their Office in advance 2) How can I read the value behind a formula? Some fields contain for example '005', but others contain for example '=D12'. I hope someone can give some advice! Thanks! Bart.
Last reply by SphinxsBSL, -
- 2 replies
- 969 views
Hi all, I have one problem with windows datagrid In general when we want to display parent child relation data, we provide a relation between the parent table and child table. So when we click the parent record first it displays the relation name it displays the child records when we click on the relation name, and at a time only the child records of one parent record are displayed. And by the back button only we can move to the parent record from child records. But my requirement is whenever the user clicks the + sign of parent record it will immediately displays all the child records instead of showing relation name and i should be able to display child reco…
Last reply by smriti, -
- 2 replies
- 1.7k views
Basically, I have a hardware inf/dll that I need to install with my installation software (.net), how do I go about doing this?
Last reply by qmp, -
-
- *Experts*
- 10 replies
- 1.6k views
I am trying to create a one-dimensional array without size from text entered into a textbox. I then use the redim statement to resize the array. I have tried two different approaches without success. The first was setting the textbox up as the array: Dim txtScore() As TextBox Dim iScoreCount As Integer For ReDim Preserve txtScore(iScoreCount) iScoreCount += 1 Next The second was setting up the array and trying to get data from the textbox to the array: Dim dScore As Decimal Dim iScoreCount As Integer For dScore(iScoreCount) = txtScore.Text 'this is a syntax error iScoreCount += 1 Next I was able to get the first entry into the text…
Last reply by Machaira, -
-
- 1 reply
- 885 views
Does sharpdevelop work on windows 98?
Last reply by Machaira, -
- 0 replies
- 945 views
Ok so I have a Checkbox named chkSelectAll in a Template Column, in a Datagrid. How do I handle it's check event ? :(
Last reply by PROKA, -
- 1 reply
- 944 views
- so I have a datagrid, with a Date Column - in Property Builder > Columns , there's a "Data formating expression" tab - what Can I put there so my date will show as : Jan 21 2005 - I know in code I could use Format(dateVariable, "MMM d yyyy") to make a Date show like above
Last reply by PROKA, -
- 2 replies
- 825 views
I am newbie in vb.net. Below situations may look very easy, but I have real trouble with it. 1) I have tryed almost everything (shared functions, inherits) but I couldnt solve this: http://www.wsms.webpark.pl/twoforms.jpg 2) I very need this second task to my project, but I even don't know if this is possible to do: http://www.wsms.webpark.pl/twoforms2a.jpg ..I need to create a function, that moves child form next to the main form and anchor it permanently.. http://www.wsms.webpark.pl/twoforms2b.jpg If anyone could solve this, thanks from above
Last reply by muax, -
- 3 replies
- 1.4k views
Display Question Edit: Split from This Thread I'm having the same problem with this procedure. When I run the code I receive a total not an individual sum. Is there a different way to request the display? I'm currently using the following. Dim MyArray2(,) As Integer = {{5, 7, 3, 9, 12},{4, 8, 9, 13, 4},{0, -1, -7, 13, 8},{4, 4, 4, 4, 0}} Dim intRowSum As Integer Dim C As Integer Dim R As Integer Dim X As Integer Dim IntSum Dim strX As String Dim ControlChar Private Sub mnuSumCol_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuSumCol.Click 'This enables the user to use the Perform Act…
Last reply by ABeer4Me, -
-
- Administrators
- *Experts*
- Leaders
- 11 replies
- 1.8k views
I do programming stuffs in visual basic 6 and presently I am curious with dx programming... Moreover, I have directx samples but I can't understand "WHY I CAN'T IMPORT MICROSOFT.DIRECTX and MICROSOFT.DIRECTX.DIRECTDRAW in visual basic.net 2003.... Please Teach..... I am just new in directx programming.... Thank you...........
Last reply by Roof Top Pew We, -
-
Who's Online 0 Members, 0 Anonymous, 72 Guests (See full list)
- There are no registered users currently online