Topics
-
- 0 replies
- 679 views
In 2003, if I am stepping through a project in VB.net and I open up a .dll that I created in VB.Net, so long as I was using the same version of the .dll I had in the most recent project, I could step through that .dll as well In 2005, I am sure there is a setting to allow this somewhere, but damned if I can find it. Any help?
Last reply by TheWizardofInt, -
- 4 replies
- 1k views
I'm undertaking a relatively simple project (150 hours work) for a local small business which i was recommended for by a friend. I would like to write a contract to clarify exactly what is and what isnt included in the price. For example bug fixes and spelling mistakes will always be fixed free of charge. Small changes such as the addition of a field which does not require a new screen and just the addition of one field into a table will be free for a set amount of time, say 2 weeks later they spot something which was left off then i dont mind adding it in - however i dont want to be doing this 2 years later. I was thinking about a 1 month period. With regards to…
Last reply by Jay1b, -
- 0 replies
- 1.1k views
hello, I have a problem about resizing gridview. Gridview resize when I enter a long string to my database. but I want to make it fixed size row and width do you have any opinion?
Last reply by mccrash, -
- 0 replies
- 1.3k views
hi, I am sure you you know the answer of this questions but I coudn't yet. I have two page one is index.aspx which show each record in database, the second page is edit.aspx which is shown as modal dialog page. And I use atlas framework. When I edit a data from edit.aspx page data saved into database correctly, edit.aspx is closed and reload gridview on the index.aspx. but I realized that sometimes my gridview not refresh itself after updating. this is problem 1 Other problem I want to show a messagebox if succesfully saved or duplicate on the database but could not saved..but I couldnt alert javascript on mypage edit.aspx. I think javascript support of aspx i…
Last reply by mccrash, -
-
- Administrators
- Leaders
- 6 replies
- 1.1k views
When I was learning VB6 my teacher told me to be careful about when to use Try Statements because it ate up performance, especially Try's within Try's. Well I'm working on a huge .Net database application and I see tons of places that I'm using Try Statements. Pretty much whenever I'm attempting to add a record or fill a datatable... I guess I'm playing it safe. Our customers won't be using 4ghz PCs, but they're not going to be using 800mhz machines either. Probobly somewere in the middle. Is there still a performance stigma around Try statements? In a lot of books I'm reading they use them all the time without any notes about performance or costing extra memo…
Last reply by snarfblam, -
-
-
- Administrators
- 1 reply
- 1.3k views
Hi, im using "SendData" To sned informations to a specific server but here is what i would like to know...if i want to send into "HEX" how is it possible...if it is thank you in advance. :rolleyes:
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 2 replies
- 774 views
Hey, Here's a quesiton for all of you. I currently have Visual Studio .NET 2003 on my machine for work. I am working on three different projects that may or may not be completed in the next few months (Can you say "scope creep"? I knew that you could!). Anyway, I also have a brand-spanking-new copy of Visual Studio 2005 Professional in my hot little hands, and I need to know if I can have the two versions installed concurrently? Will I be able to continue to develop the three apps that are in 2003, and start any new projects in 2005? Will there be conflicts, problems and general pain? Thanks, Kahuna
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 2 replies
- 1.6k views
Hello, there is a strange problem I have. After installing an .net application with the windows installer (packed with bootstrapper) the windows installer opens every time I start the application. Installation went fine. Application works fine, when I just cancel the installation process on application start. But it is a hazzle to do so again and again. One thing is, it is not the same on all computers. On the computer with develper environment it doesn't happen. On a german computer (no netwerk) it doesn't happen. On a german computer (with netwerk) it happens. Even so I haven't checked on other computers with netwerk, since I have none in my access. On an US …
Last reply by mskeel, -
-
-
- Administrators
- 3 replies
- 796 views
Ok (deep breath)... I'm using this Software called "Card Five" to print credit-card like cards. It uses an access database to retrieve information, name and a photo. I made an application to add automatically all photos to the access database (the fotos have the same name as the persons ID). My program works great and already have added all photos to the dabase. Unfortunately, when I use Card-Five program to get the images from the access database the program shows nothing in the preview box (a 50x50 label which normally would show the photo). When I manually add a picture using Card-Five (browing the folders and selecting a picture file) it works great. The minu…
Last reply by EFileTahi-A, -
-
-
- *Experts*
- Leaders
- 9 replies
- 3.3k views
Yes I would like to report that everytime I come here to view anything, the pages are all distorted; text don't wrap and everything just runs all the way to the right----------------------------------------> Meaning when someone posts with out hitting enter I have to scroll ALL the way over every dang page! What's up with that too?
Last reply by mandelbrot, -
-
-
- Leaders
- 2 replies
- 1.1k views
Hi all, first let me say if this has already been asked and aswered feel free to point me to the resolved post, as I couldnt find it. Ok, what I am wanting to do may be a monumental task, but it is something I am looking at seriously adding to an application so here goes... you can tell me if I am crazy or if its not a big thing to worrry about. My question is How would I go about doing this... Lets take the number 1345 in a textbox in a labell it would say One Thousand three Hundred fourty five. OR the nunmber 13 in textbox gives a result of thirteen Or 320 Three Hundred twenty Just thinking of how to begin…
Last reply by vbMarkO, -
-
-
- Administrators
- 1 reply
- 1.2k views
hello im wondering how i could use the write method to write Binary so if anyone could give me a code example id be greatfull p.s im using VB 2005
Last reply by PlausiblyDamp, -
-
- 1 reply
- 1.3k views
Every now and then for no apparent reason when I try to delete a file I get the error of 'unable to access file <file> it is being used by another process' though no other process as far as I can tell is using it. The only way to fix this error is to restart my system. Anyhow is there a way using visual basic.net to unlock the file or kill the process or something, that will allow me to have access to this file without having to restart my computer. Any help offered is greatly appreciated.
Last reply by Gill Bates, -
- 3 replies
- 913 views
Hi all I have a number of pages, which are used to collect user information, when the user clicks on the continue button on the final page, then a subscription is created for them. The problem that I am encoutering is that the user can start pressing the browser back button, and navigate back to the start of the process, and then start clicking the forward button, which causes that entire application to fail when they reach the last page. Any suggestions on how I can prevent this from happening, I know that I can screw with the browser buttons themselves. mike55.
Last reply by Diesel, -
- 6 replies
- 1.5k views
one... A year or so ago i with the help of this forum, mike r specifically, i found the way to make exports to excel run much, much faster using arrays to "paste" the data into excel. Which does work great however it doesn't seem to paste actual "text" values but instead an "object" that the user can't do things to like sum once the workbook is open. two... SaveAs Office2000 = 11 Arguments SaveAs Office2003 = 12 Arguments I've worked with third party tools such as Infragistics that are able to accomplish this so i know there's a way. I just don't know what it is!
Last reply by Mike_R, -
- 2 replies
- 1.1k views
Guys i have an issue... On my page, I have an embedded windows media player type thing. Its playing a live feed that is initiated when the page loads. However, I also have a rating form on the page. What I want to do is allow people to add a rating and submit that form without refreshing the entire page as the movie restarts. Is there a clever way to submit part of a page or submit a form without refreshing the page? Any help will be appreciated as always. Andy
Last reply by ranbla, -
-
- Leaders
- 3 replies
- 1.2k views
Is there away to make only the child nodes have a checkbox and not the parent nodes? Any help offered is greatly appreciated.
Last reply by mandelbrot, -
-
-
- Leaders
- Administrators
- 4 replies
- 1k views
What happened to the moveable property of a form?
Last reply by mandelbrot, -
-
- 0 replies
- 2.4k views
I'm trying to add a "tooltip" or "onhoover" or something to the values in a drop down list. I want to have an explanation to each "row" in the drop down... Is this possible?! The drop down is created as a user control which I then use on my aspx page. Ascx page: <asp:ObjectDataSource ID="mObjectDataSource" runat="server" SelectMethod="SelectAll" TypeName="DB.MasterDao"> </asp:ObjectDataSource> CodeBehind: Public ReadOnly Property MasterDropDownList() As DropDownList Get Return mMasterDropDownList End Get End Property Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Loa…
Last reply by slimshady, -
-
- Administrators
- Leaders
- 8 replies
- 1k views
I saw an article that explained why this happens, trying to find...does anyone know what I'm talking about: int index = 1; while(index < 10) { int i; if(index % 2) { i = index; } Console.WriteLine(i); index ++; } Worse case Output: 0 2 2 4 4 6 6 8 8 10 Let me stress that this isn't an exact output everytime - it's worse case...but make the loop big enough and let it run enough times and you'll see it. What I'm getting at is that occasionally you see these 'variable ghosts' when you code like this. I know not to do this because I've run into it before, but yesterday I had a co-worker who ran into a similiar variable where at …
Last reply by bri189a, -
-
Who's Online 0 Members, 0 Anonymous, 31 Guests (See full list)
- There are no registered users currently online