Topics
-
hmmm... I've been scratchin' my head, until I'm almost bald; tryin' to figure out a solution. It's about using VB .NET and a .dll program. Somehow, it can't seem to work. The following problem lies in an error when program is compiled & run : ! Name PicCountCard is not declared.[/COLOR]. Can anyone help me find out what's wrong with my programming? See attached : - DynamicLinkLabel (DLL) - DynamicLinkLabel (DLL).sln - Pics.dll thks, FYRe DynamicLinkLabel (DLL).zip
Last reply by FYRe, -
-
- Leaders
- 6 replies
- 1.7k views
I managed to install the DirectX SDK onto my computer, but everytime I use the code Imports it won't let me import any sort of DirectX libs into my application. How do I use DX? I found a tutorial on using DirectInput ( I need to implement it into my application) and it says to use Imports Sunlight.DirectX.Graphics Imports Sunlight.DirectX.Input Imports Sunlight.DirectX.SoundMusic The odd thing is, it tells me that Sunlight is undefined. How do I get the DirectX SDK to be recognized by VB.NET? Did I install the wrong version of it, or something?
Last reply by Iceplug, -
-
- 0 replies
- 775 views
Hi all! I'm here to advertise my little (free) reporting tool :p If you (as me) are - tired of that scrap, confused, confusing and complex to use tool shipped with VisualStudio - stunned that there is no price-accessible reporting tool around the world - looking for something really simple to use you can give a chance to mine at http://www.neodatatype.net. I'm adding scripting support and I'm continuously update it. Please, give me your opinion. :D Thanks
Last reply by neodatatype, -
- 0 replies
- 765 views
is there any way to set the opacity for a mdi child? I can't get it to work. i did a search on the forum and didn't find anything on this topic
Last reply by barski, -
-
- Administrators
- *Experts*
- 21 replies
- 2.3k views
In VB6, I loved how I could determine if I wanted the Instr and Replace functions to be case-sensitive based on what I passed to the "Compare" parameter. With .NET, I know there's a .IndexOf and .Replace function for strings, but I don't know how I can make them not be case-sensitive without creating my own string function (once again!) to do some Upper or Lowercase temp string manipulation. Am I missing something, or is that the only way to do it with VB.NET? (Short of just using the Microsoft.VisualBasic namespace and being done with it.)
Last reply by FZelle, -
-
- 2 replies
- 4.9k views
Hello People... i need help with this... im making a little program that stores the pictures automatically, in a DB, i need a hand with this thing... one field i want to save is the Date Picture Taken of the file, but i dont know how to retrieve it.... some one can give me a hand??? thanks!!!
Last reply by Rothariger, -
- 2 replies
- 903 views
Hey guys, I'm back with more irritating questions - once again, I've run into a brick wall with my manual VB.NET to Java program ports. This time, I'm trying to load an icon into a java object from a file - whether the icon is tied to the file in question (as in .exe files), or found through file associations (like the notepad icon on a .txt). In VB.NET this can be accomplished with the straightforward GetIcon() method, but is there an equivelant method/class in Java? Please help, or at least direct me to a good place to look on the net - google has finally failed me.
Last reply by CryoEnix, -
- 17 replies
- 7.3k views
Hello all, i am desperate for someone to help me. I have downloaded every piece of source code i can find and all have the same results - when i try to create a skinned mesh and load the animation, with tiny.x the whole body moves rigidly as if it were just 1 bone, and my own creations (exported from milkshape) appear as the default pose with no animation at all. The annoying thing is when the meshes are loaded into mesh viewer the animations are perfect. Is there something obvious that i am missing??? Some guy on another thread, i can't remember which now, converted the skinnedmesh c++ code into vb.net and i used that to no avail - i have attached the whole project, i…
Last reply by ThePentiumGuy, -
- 3 replies
- 2.7k views
I was wondering if its possible to monitor port 80 connections via vb.net? I know its possible to monitor them normally but I have apache running on the computer im wanting to run the program on and therefore port 80 will be in use. Any suggestions on how or how its impossible to do this? I was making a access program (you can view the progress on the general section) just by accessing the log file but i wonder if i can just do it this way and monitor port 80 or whatever port i put apache on thanks.
Last reply by progload, -
- 0 replies
- 669 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.5k 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
- 720 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.1k 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
- 987 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.2k 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,
-
Who's Online 0 Members, 0 Anonymous, 42 Guests (See full list)
- There are no registered users currently online