Topics
-
- 0 replies
- 707 views
Hey guys, I know how to create localized resources. I'd like all the same functionality... only I don't want to be setting a culture, instead I'd like to simply swap out my resource file based on a property of my user control. However how do I get the form designer to save these slight changes I make to the various controls (size, location, names, etc) without localizing the form, setting a language, etc. Please somebody put me on the right track, I can't find much information on what I'm trying to do :--( Thanks, David
Last reply by moodman, -
-
- Administrators
- 3 replies
- 1k views
Hello, I actually have 2 questions and this is really for vb.net users. 1. When I debug my code I get an exe file that I tried to deploy to another computer. And the program of course did not work. It was looking for a dll file that was in the bin folder on my machine. When I copy that bin folder to the other computer I of course am able to run the program. How do I compile my program so I get an exe file that is not dependable on the dll file? 2. When I run the compiled program on another computer (clients) I get an error message Invalid index. This is completly throwing off because when I run that same progam on the machine I used to build it on, it runs just…
Last reply by mjay, -
-
- 7 replies
- 1.6k views
Hi all I'm developing an intranet application and on strange thing happened. Until one hour that all the code worked ok all the button_clicks() and other events were ok and suddenly without a logical explanation the code for example in my buttons dont runs. The page display all the information OK and when I click in the button it just doesn't runs the code I wrote, i tried breakpoints and replacing the buttons and paste the code and nothing, Does this happenned to some of you? I'm using ASP.NET 2.0 and C# Thanks in advance, Teixeira
Last reply by teixeira, -
- 1 reply
- 737 views
i was wondering if it is possible to load the whole table into the dataset and then to send a query to the dataset in order to display in a datagrid only those rows that are returned from the query...
Last reply by VagabondSW, -
- 7 replies
- 1.7k views
kind of a beginner question - how do i get Form1 to close itself after the user presses a "NEXT" button, and Form2 to open up. I would also like to send a parameter to Form2... i would also appreciate advice on better ways of implementing the following: in Form1 i ask the user to enter some info and then i do a query to the db to get the relevant matches. there could be multiple matches. i display those in a listbox. the user selects the one right match he wants and then clicks the "NEXT" button which is supposed to close Form1 and bring up Form2, while sending the info for the user's choice to Form2. Thus i was thinking of using listbox.selectedItem() to get the user…
Last reply by jalo, -
- 1 reply
- 1.1k views
Why, when I'm trying to do that inside a sub: Dim MsgBoxText As String= "No eres responsable de ninguna unidad" Response.Write("<script language='JavaScript'>") Response.Write("alert('" & MsgBoxText & "');") Response.Write("</script>") My asp page gets an error? It looks like my code gets commented after I wrote that, and the interpreter doesn't read correctly the rest of my code and I get one error. Any Idea?
Last reply by Hyuga, -
-
- Administrators
- 4 replies
- 1.2k views
Is there a .NET equivalent?
Last reply by JDYoder, -
-
- 0 replies
- 1.2k views
hi folks i need to display a xml-file containg special german characters (ä, ö, ü) in a datagrid. the xml is correct (the file can be displayed in a browser and all special characters are displayed properly). but viewing the page containing the datagrid in a browser, weired characters are displayed instead of the special german characters. does anone have an idea, why this happens? best regards
Last reply by ganders, -
-
- Leaders
- 1 reply
- 1k views
For the advanced crowd, this is most likely the simplest and perhaps the supidest thing you've seen posted here, but for newbies, this could save alot of coding time... Say you have a form that has multiple radio buttons in the same list, groupbox or form and you want to trigger different events for each radio button that is checked at the time you program final input checking, a simple select statement can help you with this. So, let's say you have three radio buttons and want to find out which is checked: radYES radNO RadCANCEL [size=2][color=#0000ff] Select [/color][/size][size=2][color=#0000ff]Case [/color][/size][size=2][color=#0000ff]True [indent…
Last reply by Iceplug,
-
-
-
- Leaders
- 6 replies
- 2.3k views
Hi ! Does any one know how I can make a mesh look in the direction im walking. I want it to face a given Vector. thanks !
Last reply by Iceplug,
-
-
- 4 replies
- 1.7k views
I want to open up a IE window (or mozilla... whatever is system default) after the user does a specific action. The catch is.. I don't want the webpage to redirect an existing webpage.. like what Start("http://www.website") Process.Start("www.domainName.com/pageName.aspx") System.Diagnostics.Process.Start("http://whatever_page.com") do.. but I want to be able to say the size of the window, placement, and that it is suppose to be a new webpage.. any ideas? thanks!
Last reply by neodammer, -
-
- Administrators
- 1 reply
- 1.1k views
How do you call a function which located on another form? :-\
Last reply by PlausiblyDamp,
-
-
- 0 replies
- 514 views
Hi, Does anyone know how to make the HideEditBox in DataGrid work? Thanks, Carl
Last reply by scvn, -
-
- Administrators
- 2 replies
- 836 views
Dynamic Link Label (DLL) =================== :confused: Does anyone knows how to convert the following VB 6.0 code to VB .NET ? ( refer to attached pic to view & attached file to view program ) vbTestPics.zip
Last reply by FYRe, -
-
- 4 replies
- 2k views
I'd like to check in my program user password for quality (mixed case, letters and numbers and so on). I've googled but without success. Any ideas? Thanx in advance Adam
Last reply by hrabia, -
-
- Administrators
- 2 replies
- 779 views
I am a newbie to .net programing languages. Dim a as string a=" This is a "vb.net" program" When i declare it as string this dosen't work bcs i have a double quotes inside the string quotes.Is there a way to solve this problem
Last reply by FYRe, -
-
- 3 replies
- 1.2k views
Hi, I want to get all the student from a Database table which store student certificate. For example, I need a query of student who "HAVE" 3 certificate(Cert A, B, C). Certificate Table: StudentName CertificateName John Cert A Wilson Cert B John Cert B John Cert C Michael Cert A Output: John sqlQuery = "Select * from CertificateTable Where (CertificateName = 'Cert A') AND (CertificateName = 'Cert B') AND (CertificateName= 'Cert C')" This is my query, but it not works. Calvin
Last reply by calvin, -
- 0 replies
- 572 views
Our ASP.Net Framework 1.1 is running with SP1. Is this correct or do we need another SP?
Last reply by eramgarden, -
- 1 reply
- 1.2k views
Hello, I have the following problem: Using VS.NET, in VB, I am loading a report file (.rpt) into a report document object. During runtime, I modify the RecordSelectionFormula property to filter on a user entered criteria, and then I stream the report out as a PDF doc. The problem I have is that the RecordSelectionFormula has no effect at all. If I bind a report viewer object to the report document object, then the filter works, but if I stream out as PDF, it does not. The ONLY difference in the code is to either bind a report viewer to the report document or stream the report doc out as PDF. The original reports were created with CR 8.5. Any ideas? …
Last reply by clabarca, -
I would like to create a procedure which is fitted for all forms within the program, how can I do that? Thanks PlayKid
Last reply by PlayKid,
-
Who's Online 0 Members, 0 Anonymous, 55 Guests (See full list)
- There are no registered users currently online