Topics
-
- 0 replies
- 770 views
right i have a filelist (listbox = FilesList) that i want the user to select one file by double clicking. then it will pass it to a list box listbox = KaraokeQue in to a que but before it passes that file to the que i need a name assoiated with that file ie when double clicked it will ask for a name then pass it to the file list box with the file name and the name the user gave ie Mike ---------- file name.mp3 diane---------- file name.mp3 then i am going to pass that file one at a time to winamp for playing so i must keep the file path somehow.. i am thinking of this way but not to sure how to get it working fully the controls i have are com…
Last reply by mike-wigan, -
- 0 replies
- 1k views
I hope someone can shed some light on this it's driving me potty: I have a vb.net app running on an oracle 9i back end. The issue is with populating one datatable, on my dev machine, connecting to same db it works fine (even when running installed, deployed package), on another machine it completely ignores a field as follows: Table: CREATE TABLE tbl_order_status ( order_status_id NUMBER(10) NOT NULL, order_status NVARCHAR2(2) DEFAULT '00', order_status_name VARCHAR2(20), CONSTRAINT pk_order_status PRIMARY KEY(order_status) ); data: -- NB there is a trigger which inserts an autonumber type primary key into the first field INSERT INTO tbl_order_status(o…
Last reply by DannyT, -
-
- Administrators
- 2 replies
- 901 views
MailMessage mail = new MailMessage(); mail.To = xxx@xxx.com; mail.From = xxx@xxx.com; mail.Subject = "xxx 10/10/2005"; mail.BodyFormat = MailFormat.Html; mail.Body ="large amount of html approximately 1080 rows of a table"; SmtpMail.SmtpServer = "xxx"; SmtpMail.Send(mail); Is there a limit to the amount of data that can be send using the c# mail methods... I am trying to send 1078 rows of data through but the html I get out from the email is slightly deformed, i.e. ! are inserted between some of the </!td> tags..... If I limit it to 140 rows or less things are fine...... Is there a max number of data that can be sent at a time.…
Last reply by ace333, -
-
- 2 replies
- 754 views
Hi, Have open my project from Visual Source safe, and have ran it for the first time today; I get the following genetic error: "Cannot find server" I then close my solution and reopen it to be presented with the following error: The Web service reported the follwing error when attempting to create or open the Web project frontend located at the following URL: 'http://localhost/MyProject'. The HTTP redirect request failed. The web service open without any problem. Any suggestions before I get a sledge hammer to the machine and source safe. Mike55
Last reply by yuppie, -
- 0 replies
- 723 views
Hi all, I'm trying to get the tabstrip to work in visual studio 2005 (http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=73&tabindex=2) but... you'll allready will have guessed it.... it doesn't work.. I followed the readme instructions but I cant get it to work! Does anyone knows if the tabstrip just won't work in VS2005? or that is something else?? any ideas??? Thanks! cheers Maarten
Last reply by MisterB, -
-
- Leaders
- 7 replies
- 4.2k views
Hi Guys, I wrote some simple code on having a progress bar. But i wish to do some enhancement. Its currently working as i want but i would appreciate if this two things can be completed as well. 1) Having the percentage in the progress bar itself. I mean each time it loops, the percentage which is placed in progress bar (acts as an indicator) increases as well..I dont want to place a label in progress bar, just wondering weather is the any property in progress bar that allows me to provide indicator in percentage 2) By default, the progress bar is showing grey color, can i change it to green or something to make it look more appealing int TotalRecords = 250…
Last reply by rfazendeiro, -
-
- 4 replies
- 986 views
Hi Guys, Im facing some problem getting image displayed on an asp.net page.. Currently this is the code i use to display an image <asp:image id="Image1" style="Z-INDEX: 107; LEFT: 0px; POSITION: absolute; TOP: 0px" runat="server" ImageUrl="\\10.204.237.97\Report\Images\Logo.JPG" Height="96px" Width="1800px"></asp:image><br> Whenver i view this asp.net page in my pc, the image gets displayed, but if its viewed from a differnt machine, the image is not loaded. The source code is located in "Report" Directory in "wwwroot" and image is located in "Report\Images" directory Something might be wrong with the path.. Can someone help m…
Last reply by a1jit, -
- 1 reply
- 1k views
I am having a problem with an ASP.NET app I am writing. I need to find a way to store multiple, dynamic connection strings to a database. These need to be updatable via a web interface (in a protected admin page). I initially tried having one main connection string in the web.config as usual, and grabbing the others from the database itself, but this is resulting in too much unnecessary database i/o. I have since been looking into moving all of the AppSettings section of the web.config file to another config file, and making this writable, so the ASP.NET user account can update it when the application starts. Whenever I try this, I am getting permissions errors (a…
Last reply by bungpeng, -
- 4 replies
- 869 views
I have an application that I need to modify to do the following. Take data from a source and post it to an ASP script. the HTML on a web page would look like this. <HEAD> </HEAD> <BODY> <form action="http://website.net/zfmw/123/datapost.asp" method="POST"> ID: <input type="text" name="ID" value="1234"><br> Data 1: <input type="text" name="item1" value="Data 1"><br> Data 2: <input type="text" name="item2" value="Data 2"><br> <input type="submit" name="submit"> </form> </BODY> </HTML> I have the data all ready split and assigned in my app but how wo…
Last reply by ZeroEffect, -
-
- *Experts*
- Leaders
- 11 replies
- 1.9k views
During my ploy for creating cheats for various games I came across methods used by many new programming teams that involve what would almost seem like they knew how to control where their variables would be controled at via offset changing etc.. Is this even possible? You could in theory have a bunch of variables doing the same thing in different locations to try and slow down or stop folks from cheating etc.. But I thought variables in a program had a specific place in the code, but then i realized that wouldnt make any sense. Is there a way to tell where in your compiled program variables will be stored? For instance before you compile? or would one have to open th…
Last reply by thenerd, -
-
-
- Administrators
- 5 replies
- 1.2k views
The code blow works... sort of. It will only display the first row of data provided. Any number of rows past that it will display only the second one. When I tried to use the .Count function, it only will ever see one row (the Count() sub returns "Currently viewing record 1 of 1"). I have tried up to 5 rows and still only the second one will display. If I got back to one row, it will display that first row. When I added a datagrid to the form, it populated just fine with all the data. Not sure what's going on here. Private Sub Connection() DbConnCC = New OleDbConnection(connectString) DbAdaptCC = New OleDbDataAdapter(querySQL, connectString) …
Last reply by matt09524, -
-
- 3 replies
- 819 views
Can somebody tell me How to incorporate a C# Project into a VB.NET Solution??
Last reply by VagabondSW, -
- 2 replies
- 1.2k views
Ok, I have a static IP and a shared folder on my home computer (I'm using Win XP Pro). How do I access this folder remotely? I mean, from my job computer for example... Would not just be needed to type the address on Windows Explorer like this: 'xxx.xxx.xxx.xxx/forder_name'? Thank you
Last reply by EFileTahi-A, -
-
- Administrators
- 7 replies
- 3.2k views
i am a beginning computer science major and have completed only 1 cs class so i do not know hardly any functions in c++. i am enrolled in discrete math and have been given a huge project by my teacher. he has given me a list of letters {tdunlpaahsedeorstarrointnigrnremmlutaitemrenclduhispgoioejsttqawdrstuiauiaepeywdtys}. we then are supposed to take this list and figure out which of (Tool) the band's songs these letters make. we have to look up all of the bands songs and then make a program to figure out which songs are in the list. we must use all of the letters once and only once. i am going to be using visual c++ to write the code, but i have to have it done pretty …
Last reply by mskeel, -
-
-
- Administrators
- 1 reply
- 852 views
Hi all, Have a number of required field validators on my web form. The EnableClientScript is set to False. I also have validation summary control on my page. When I hit the save button, a method called ExecuteValidation is called. This method firstly calls the individual validators. me.requiredFieldValidator1.validate me.requiredFieldValidator2.validate me.requiredFieldValidator3.validate The method then proceeds to check if the validator is correct or not. if me.requiredFieldValidator1.isvalid = false then ExecuteValidation = false end if if me.requiredFieldValidator2.isvalid = false then ExecuteValidation = false end if if me.requiredFieldValidato…
Last reply by PlausiblyDamp, -
-
- 1 reply
- 1.6k views
Hi, What is the procedure for converting the OK Cancel confirm dialog into a Yes No confirm dialog or is it possible. One resouce I read said that it was dependent on the machine, browser that I was using at the time. In other resourse authors seem to constantly swap between theterms Ok Cancel and Yes No. Mike55.
Last reply by IngisKahn, -
-
- Administrators
- 1 reply
- 586 views
Can anyone help me with this: I am trying to compile a dll from the commnd line with the following code: vbc /debug /nologo /t:library /out:\worldshopdevelopement\bin\Catalog.dll /r:System.dll /r:System.Data.dll \worldshopdevelopement\Catalog.vb The vbc compiler is returning the message: C:\worldshopdevelopement\Catalog.vb(11) : error BC30451: ?? 'CommandType' ?????? ????? command.CommandType = CommandType.StoredProcedure ~~~~~~~~~~~ C:\worldshopdevelopement\Catalog.vb(15) : error BC30451: ?? 'CommandBehavior' ?? ????????? Return command.ExecuteReader(CommandBehavior.CloseConnection) …
Last reply by PlausiblyDamp, -
-
- 7 replies
- 2.2k views
Dear VB brains, I'm attempting to open a template (.dot file) via my VB application. The intention is to open a new document based on the template as opposed to the template itself i.e. we're trying to reproduce the "file -> NEW" menu functionality! .. and all of this works very well.. NOT!!!! The document opens as expected but when I attempt to close the session, I get a message telling me that the "normal.dot" file is in use by another application. I understand that this "normal.dot" file is something called a Global template. Our application does not explictly open this file. How can I avoid the above message at the time of closing the application? …
Last reply by dylanmendes, -
-
- Leaders
- 3 replies
- 1.3k views
I get an "object reference not set to an instance of an object" error when trying to use control. Not sure what's going on, any ideas? Private Sub addbutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles addbutton.Click Dim rc As DataRowCollection Dim newrow As DataRow Dim nrc(15) As Object nrc(0) = "" nrc(1) = "" nrc(2) = "" nrc(3) = "" nrc(4) = "" nrc(5) = "" nrc(6) = "" nrc(7) = "" nrc(8) = "" nrc(9) = "" nrc(10) = "" nrc(11) = "" nrc(12) = "" nrc(13) = "" nrc(14) = "" newrow = rc.Add(nrc) ' <----- Obje…
Last reply by matt09524, -
-
-
- Leaders
- 14 replies
- 1.7k views
Does anyone have information on writing and compiling IL? I found a website with an entire IL IDE, but the download links all lead to a 404 Not Found page.
Last reply by pelikan, -
-
Who's Online 0 Members, 0 Anonymous, 42 Guests (See full list)
- There are no registered users currently online