Topics
-
-
- Administrators
- 6 replies
- 970 views
I took over doing another webform in ASP.Net 2.0 from a fellow co-worker, and have the following setup: I have 20 StyleSheet questions as presented in the following format: 1) Evaluate the variable expression x + y - z when: x = 783, y = 472, z = 322 A) 11 B) 633 C) 933 D) 1577 E) Unsure how to solve Corresponding form names to the above code: (document.EXAM.Q1[0].checked) (document.EXAM.Q1[1].checked) (document.EXAM.Q1[2].checked) (document.EXAM.Q1[3].checked) (document.EXAM.Q1[4].checked Corresponding HTML for the above: <span class="questionText">1) Evaluate the variable expression x + y - z when: x = 783, y = 472, z = 322&l…
Last reply by wsyeager, -
-
- 0 replies
- 894 views
I know how to change the selected line color in a datagrid - is there anyway to keep that line to remain that color until I change it manually? My goal here is to let an end user select a bunch of rows from the datagrid (much as he or she would from a checked list box) and then do something with all of them
Last reply by TheWizardofInt, -
- 0 replies
- 819 views
Thanks for any help you can provide. I have Visual Studio .Net 2003. I created a report using the Crystal Report Assemblies that came with VS 2003. I am trying to deploy this to our testing environment and I am having problems. I did all the steps mentioned in the crnet_deployment.pdf, which is the one published by Crystal Reports, for ASP.Net deployment. I included the Crystal_Managed2003.msm and Crystal_regwiz2003.msm as mentioned and entered the key provided to me by Crystal Reports. It appears that the CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.ReportSource.dll and the CrystalDecisions.Shared.dll are not getting deployed to the appro…
Last reply by gprabaka, -
-
- Leaders
- 2 replies
- 1.1k views
Hi! Can someone tell me how do I must set up my C# windows form solution to get the feature: "Group similar taskbar buttons" + same application icon + a groupe name. Regards, gicio
Last reply by gicio, -
-
-
- Administrators
- 3 replies
- 1.2k views
First off thanks for stopping by. Here is what I am trying to accomplish. The goal is to have two media players where I could select the sound card for output. This would allow me to monitor two in house audio streams one one computer. I would also be able to add a sub to reconnect if the connection is lost and other things. I can code everything except the finding and selecting the soundcard to use. Does anyone know where I could find an example? Thanks ZeroEffect
Last reply by ZeroEffect, -
-
-
- Leaders
- 1 reply
- 861 views
Really simple/quick question - I am in the final stages of my application and wanted to make a ABOUT and possibly a HELP section. If I recall from my previous experince with VB and C++ there is usually a Standard/Conventional ABOUT form somewhere - how do you access/load/open it in C#? Also, is there something similar for the HELP? Thanks,
Last reply by snarfblam, -
-
-
- Leaders
- *Experts*
- 11 replies
- 18k views
I know how to draw rectangles. The problem is that when I draw another rectangle, it doesn't show what's behind him ( the old rectangles ). How can I draw a 'transparent rectangle' See attached files (VB.NET)
Last reply by snarfblam, -
-
-
- Administrators
- 4 replies
- 836 views
Hello, I've got a little Prob.: Default.aspx - includes a Label (let's say Label1) CustomClass.vb Now i do Dim CC as new CustomClass CC.test() In CustomClass, in Function test I want access to the Label which is in Default.aspx. How can I do this? I do not want to do something like CC.test(Label1).. Any ideas? Thanks in advance! :)
Last reply by Twister, -
-
-
- Administrators
- 2 replies
- 2.2k views
Anyone read any great 2.0 books yet? Anyone read the asp.net book by Dino?
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 1 reply
- 11.4k views
Hello all: I'm trying to create a general procedure for printing files, and have run into a snag. The procedure (see below) is intended to print a file using the Process class and ShellExecute, but I don't know all of the Arguments for the PrintTo Verb. I need to know if one of the Arguments can specify the number of copies to print (I hope). Anyone got an answer? Public Sub Print_File(ByVal FilePath As String, ByVal Printer_Name As String, ByVal Num_Copies As Integer) Dim Prt_Proc As New Process Prt_Proc.StartInfo.FileName = FilePath Prt_Proc.StartInfo.Verb = "PrintTo" Prt_Proc.StartInfo.CreateNoWindow = True Prt_Pr…
Last reply by PlausiblyDamp, -
-
- 1 reply
- 1.1k views
i want to create an asp.net site that connects to the database via web services. i want to do this purely for educational purposes. i want to use C# as the language. if anyone could point me to any tutorials or anything that could be of assistance to me it would be great. thanks all
Last reply by cyclonebri, -
-
- Administrators
- 1 reply
- 887 views
i have made my user control containing textboxes and bind them into a dataset. one suggests i should fill the dataset with query "select xx, yy, zz from 1 = 0" to obtain the dataset schema dynamically. however, the NewRow of the dataset table only provides me the column names, but all with type System.DBNull is there an express method to initialize the new row other than putting default values of each control maually?
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 1 reply
- 3.2k views
Hello, I am having troubles find out if InvokeRequired is true or false. My Console application does not like the following code. If Me.InvokeRequired Then Me.Invoke(New _DisplayMessage(AddressOf DisplayMessage)) Else DisplayMessage() End If "Me" is not valid within a module. What can I do instead? Thanks. Simon
Last reply by PlausiblyDamp, -
-
- 1 reply
- 944 views
Hi, I wondered if someone could help me. I am using two objects which are not docking correctly, I want the first object to dock to the left (Dock: Left) and then I want the second one to fill the rest of the space (Dock: Fill), unfortunatly I am getting the second one filling the whole form and the first object docking on the left of the second, which is all backwards. I did put the objects onto the form in the correct way (1st object, 2nd object) that I wanted to use them.. but i'm confused why this is happening. Any ideas? Thanks Dan.
Last reply by VagabondSW, -
- 1 reply
- 837 views
This is probably a really simple question but i would grateful for some help. I have some text box controls that i want to align vertically with webmatrix. I selected the controls and then tried to use the layout align tools but these dont seem to function. Does anyone know what i am missing. Many thanks Martin
Last reply by Jay1b, -
- 1 reply
- 851 views
Hi All, I have around 20 executables that I need to launch from a specific folder one after the another. these all are kind of setup programs that consistes of Wizards and Clicks to Next Previous etc. I just wanted to automate the process by making a small utility for that. Could someone guide me as I can get them running using the Shell function but how could I navigate through the process of Next Prev Clicks. SendKeys does not seem to be working. PS - All the wizards are same so each involves equal no. of clicks and checks Thanks in advance Ashutosh
Last reply by Jay1b, -
-
- *Experts*
- 3 replies
- 922 views
Whats the VB.NET Format/Tostring equivalent in SQL? I can't find it, but I'm sure I've used it before...
Last reply by rjonas, -
-
- 0 replies
- 557 views
Hi all, I am trying to locate the position of the cursor when it is in a text field. so that if I click a particular button I will be able to insert a specific data tag at that position. Any suggestions? Have come across some javascript which I am going to try now. Mike55.
Last reply by mike55, -
- 1 reply
- 750 views
i have a large amount of details to take in off a form. im splitting it over 4 or so forms. i have to use an access database for this as its for a person using their own laptop and they wont purchace SQL Server. because the data is gathered over 4 or so forms, i think it would be very handy to use a stored procedure or transaction and if they cancel on the 4th form then no data would be stored. can this be done with access, or can anyone think of a way to accomplish this. il be using c# & .NET v1.1 as my coding platform.
Last reply by bri189a, -
-
- Administrators
- 3 replies
- 1k views
I have a generic collection of custom objects. I tried implementing IComparable interface with the CompareTo method, but it doesn't actually fire when I do an IndexOf on the collection. Note: I also tried IComparable<T> and had the same lack of results for the CompareTo method. Anyone know what I'm doing wrong?
Last reply by bri189a, -
-
Who's Online 0 Members, 0 Anonymous, 50 Guests (See full list)
- There are no registered users currently online