Topics
-
-
- *Experts*
- 1 reply
- 21 views
This post has still not been addressed. There is a link on item 0 to fix the CS tags but nothing has been done and it's been at least 6 months. I plan on posting a message here every day until I get some kind of response. This specific forum was meant to get your attention, was it not? The last post in regards to the above thread was posted over a week ago and still no response. If you value your "support" staff here, please help us do our job and fix these tags. -nerseus P.S. I tried contacting iNet via email (from their main website's "contact us" link) as well, but haven't heard anything.
Last reply by Mat Sumpter, -
-
- 3 replies
- 684 views
I have an asp.net page that enables an administrator to reset users passwords. Having entered an unique username and a new password an SQL query is generated. The NEW field in the database is set as Yes/No, if set to Yes then on logon the user is expected to change the password. The following SQL line is generated: UPDATE tbUsers SET new='1', password='xyz' WHERE Username='Under10' But in trying to perform the update the following error occurs: ERROR: Syntax error in UPDATE statement I have tried running the SQL line from a query within the Access database and it works fine. The actual code that generates the SQL line is as follows: sSQL = "UPDATE tb…
Last reply by HJB417, -
- 1 reply
- 638 views
ive never multithreaded an app before. i have a bot class. this bot is supposed to navigate its way through a corridor. the corridor is drawn onto a forum. all the bots are created on the forum, given various parameters, added to an arraylist, and their processing methods are called through a loop. im trying to time the duration of processing for each bot, but the last bot always has the accumulated time for all bots. if i multithread i imagine i could get rid of this. can anyone explain how i might go about this?
Last reply by Mister E, -
- 2 replies
- 1.3k views
does anyone know.. does the AD store mac address. if it does.. anyone have a quickie example that they could post. thanks shannon
Last reply by jvcoach23, -
-
- Moderators
- Administrators
- 5 replies
- 3.3k views
How can i select Next row in .NET ? i have a datagrid ....how can i use a button to select next row ?
Last reply by PlausiblyDamp, -
-
- 0 replies
- 548 views
:( Hi i am new in Crystal Report. I know how to use ASP to call Crystal Report. The problem that i am facing right now is, i want to pass some parameter into the crystal report but it cant. I dont even know what code i should use. I have try to download the code from crystaldecision but it is not what i want. Basically, the parameter will depends on what the user click, then this parameter will pass into the crystal report. Crystal Report will call the Store Procedure by using this parameter to display the report. I cant find anyone doing it in ASP. And i desperately need help Thanks....
Last reply by c_one_est, -
- 2 replies
- 896 views
howdy folks! i have a little problem, and am looking for suggestions and insights. we're developing a prototype application for one of our customers; the idea behind the prototype is that one client application will "simulate" many clients and make calls on a web service, using actual implemented web services. we want to see how much stress the server can take, and optimize the code, iis configuration, and so on. the client generates x threads, and each thread makes y calls to the server. each thread has a cookiecontainer which allows us to make several calls within the same IIS session. the server gets some data from a SQL server, and returns a dataset. nothi…
Last reply by cyclonebri, -
- 1 reply
- 918 views
Hey Everyone, I am very new to the whole .net environment. I have plenty of knowledge with other scripting languages, but I am finding that .net is making a big statement with web development. I have been reading a lot about the features of the datagrid component, and really it sounds amazing. This component can save you so much time with programming line after line. I was wondering if anyone knew of a good tutorial for beginner .net developer that would go into detail on how this component works and how to populate the table with information from a database, specifically an access database. Thanks
Last reply by cyclonebri, -
- 2 replies
- 820 views
I have one access table with 3 columns one of the columns being the Primary Key. The next column is called "Group" and the other two will be the data displayed in a heirachale format in a datagrid. For example MyTable PK Group Entry 1 Johnny Amber 2 Johnny Alex 3 Johnny Lauren 4 Johnny Stephanie In my datagrid I want "Johnny" to be in the first cell with a "+" sign next to it, and when the user clicks the "+" it lists all the entries with "Johnny" has a group head in a hierachale form. Almost like a treeview be using a DataGrid. I am not quite sure how to accomplish this task. Any help would greatly…
Last reply by lothos12345, -
- 0 replies
- 1.6k views
The Visual Studio Express Editions have been released, Inner Realm - News and Announcements
Last reply by Mykre, -
- 1 reply
- 715 views
I have and use MySQL, setup and working, for my Database applications. What I want to do is take the database that I made in MySQL and add it to my VB-Project, just like a normal DB so I can see it in the Data Source List, like the starter kit that comes with VBExpress. So I can simplify making a dataset etc... Also can I use ADO.NET to progmatically create my databases with a *.mdb suffix or another? If so Can anyone point me in that direction please? Thanks for your time!
Last reply by antecedents, -
-
- *Gurus*
- *Experts*
- 3 replies
- 40 views
This post has still not been addressed. There is a link on item 0 to fix the CS tags but nothing has been done and it's been at least 6 months. I plan on posting a message here every day until I get some kind of response. This specific forum was meant to get your attention, was it not? The last post in regards to the above thread was posted over a week ago and still no response. If you value your "support" staff here, please help us do our job and fix these tags. -nerseus P.S. I tried contacting iNet via email as well, but haven't heard anything.
Last reply by Nerseus, -
-
-
- *Experts*
- 15 replies
- 2.1k views
I havn't found an ETA orther than "Early 2005". Does anyone have anything better than that?
Last reply by 3xodus, -
-
- 4 replies
- 1.6k views
im trying to time how much processing a method of my application does. as soon as the method executes , i have a time span : this.processingStart = System.DateTime.Now;// start of processing duration i have the same at the end of the method. i simply take the start time from the finish time, and i should get the total time taken , but i always get 0. i have a line like: TimeSpan timetaken = processingFinish.Subtract(processingStart); int time = timeTaken.InMiliseconds(); is there something up with timespans that cause this, or can anyone tell me a reason why this is happening?
Last reply by IngisKahn, -
- 2 replies
- 2.8k views
hi guys, I'm trying to check for intersections with meshes in my scene(to find out which tile the user clicked on). I am developing a fake isometric(ortho view) tile based game in c# and MDX. I found an example of how to do this in vb.net(intersecting teapot mesh). I played around with it in vb, added extra meshes and changed the view and projection matrices etc. just to mimic how I would be using it in my game. I can't however seem to get the ray picking to work now that I have converted the code. any ideas on where I could be going wrong? here is the vb ver Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load …
Last reply by razdazzle, -
-
- Leaders
- 5 replies
- 1.4k views
What I want to do is fairly simple. (or so I thought.) I have 2 ComboBoxes on my Form each populated with the same data. I want to check when the user Selects an item in the second ComboBox and see if it is the same as the item they selected in the first ComboBox. If they are different then they can proceed, however if they are the same then they must choose a different item in the second ComboBox. Here is a generic version of the code I am using in the SelectedIndexChanged Event of the second ComboBox. If ComboBox2.Text = "Select a Colour" Then Exit Sub End If If ComboBox2.Text = ComboBox1.Text Then If MessageBox.Show("You must select a different C…
Last reply by whlatimer, -
-
-
- Leaders
- 4 replies
- 1.1k views
I have a form that is doing some fairly hefty processing, so I display a progress bar window above it before I start the task, which has a timer on it that updates a progress bar. Initially the processing was so intensitive, that the progress window never had time to update, even with application.doevents peppered through out the code. So I decided to put the loading of Progress form into it's own thread. This all works fine until it's time for the progress window to close... I keep getting WindowsFormsParkingWindow errors when I'm closing the progress window, and they only happen when I enable the timer on the progress window. I've googled the heck out of Windo…
Last reply by whlatimer, -
-
- 1 reply
- 1.1k views
Hi. I'm drawing on picturebox with backgroudn image. How can I clear graphics? I want that Background image is still shown. Dim G As Graphics = Me.picMap.CreateGraphics() 'coordinate sistem Dim TranslateDx As Long = -375050 Dim TranslateDy As Long = -194050 Dim ScaleDx As Single = Me.picMap.Width / (624250 - 375050) Dim ScaleDy As Single = Me.picMap.Height / (29850 - 194050) G.TranslateTransform(TranslateDx, TranslateDy, MatrixOrder.Append) G.ScaleTransform(ScaleDx, ScaleDy, MatrixOrder.Append) 'here I want to clear graphics to draw new line 'draw line PenStojisce.EndCap = LineC…
Last reply by mcerk, -
-
- Leaders
- 4 replies
- 822 views
Is there a way I can track the amount of time a user spends are a particuliar application. For example I will install an application in VB.NET on the a users computer. Its purpose is track the amount of time a user spends on another application without them knowing it. Show the user runs this program it will open up my program as well in the back to track the amount of time the user spends. And when the user closes the program they are using it will close mine, but e-mail me the time spent before closing. Any help on how to accomplish this would be greatly appreciated.
Last reply by lothos12345, -
-
-
- Leaders
- 1 reply
- 6.4k views
Hi friends, I am having trouble overriding properties of a user control I have created. I have a panel within the control that acts as the control's border. I would want it to resize accordingly as the control's size changes. It does it fine at run-time. But whenever, I do drag-n-drop at design-time, it does not resize automatically. What am I doing wrong? This is what I am doing. namespace XYZButtonPane { /// <summary> /// Summary description for XYZButtonPane. /// </summary> public class XYZButtonPane : System.Windows.Forms.UserControl { private System.ComponentModel.Container components = null; private System.Windows.Forms.Panel pnlBorder; #reg…
Last reply by snarfblam, -
-
Who's Online 0 Members, 0 Anonymous, 97 Guests (See full list)
- There are no registered users currently online