Topics
-
Passing data back to a MaskEdBox?
by Guest nolc- 0 replies
- 1.5k views
Would anyone know how to pass data back to a MaskEdBox? What I'm trying to do is....I want to view an order, so I hit a stored procedure and pass back all the output params....BUT I'm error'n out when I try to pass DateTime & Currency datafields to MaskedBox. Any ideas? mskCurrency Format = $#,##0.00;($#,##0.00) Mask = $###,###,###.## Passing back a DateTime data mskDate Format = mm/dd/yy Mask = ##/##/## Passing back a Decimal field Thanks again......
-
System.NullReferenceException
by Guest Cokegod-
- *Gurus*
- 2 replies
- 1.5k views
I have a simple program that plays mp3's, but when i try to call my play sub, it gives me the System.NullReferenceException error. Here's The Code: (In a different Form) Dim a as form1 a.play("C:a.mp3") (In Form1) Public Sub Play(ByVal Song As String) If IsPaused Then mciSendString("RESUME " & Song, 0&, 0, 0) IsPaused = False Else mciSendString("OPEN " & Song, 0&, 0, 0) mciSendString("PLAY " & Song, 0&, 0, 0) End If End Sub
Last reply by divil, -
-
MDI Child Icon Remove?
by Guest afrinspray- 0 replies
- 2.8k views
Hello, How do I remove the icon from the MDI Child form? I tried setting the property equal to Nothing (at the end of the Load event), but it did nothing. Thanks, Mike
-
mIRC & .Net
by Guest double-helix-
- *Gurus*
- 3 replies
- 2k views
I was wonderin the other day, i know squirm has produced an amzing irc client for visual basic 6, but i need to know the following. i want to be able to create a bot in visual basic .net. how do i do this? i've tried using examples of the following : dim sock as new tcpclient() dim sock2 as new udpclient() but it seems these two clients arent what i need. maybe they are, but when it comes to sockets, i am no expert. i would be grateful for any help ne1 could give me on the matter, because i need to make a bot - its my job, i script :p Btw,if you're into mIRC scripting - #scripts.cs on quakenet.eu.org Thanks for the info :)
Last reply by divil, -
-
Simple Chat Web Application
by Guest tomdekok-
- *Gurus*
- 19 replies
- 3.6k views
Hi All, I just started to learn VB .NET thought i would write an extreme simple web application so network chat becomes possible. I am talking about a text view window, a single line text input field and a "send" button, nothing more. Anywhere you can get the newly created webpage to chat. The problem: All text is sent to the client webpage and not to the server, even though all source says "SERVER". And i don't know how to update the client pages whenever someone has typed some chat text either. (This all may sound boooring, but know this, i am studying my butt off to get into VB .NET. I know how to program in C very well which helps, but this goes so slow, b…
-
-
Web Object refresh without Page_load
by Guest tomdekok-
- *Gurus*
- 2 replies
- 1.9k views
Is there someone that can explain to me how to update a text window on a web page, without reloading the whole web page?
-
-
Forms (.NET vs VB6)
by Guest ryanw007- 0 replies
- 1.3k views
In VB6, when I wrote a program that used many forms I could switch between forms by using: NextForm.Show Unload Me How do I do this in VB.NET? Whenever I close a form, it closes all the forms that it launched. Thanks for any help.
-
Late Binding With Remoting Data Type
by Guest schreiter- 0 replies
- 1.5k views
I am trying to implement remoting in VB .NET. I have a client windows appplication that needs to dynamically create a new local instance of a remoting object (sourced from a host windows service on another computer) based on some dynamic function (such as in my case the client queries a web service and the web service returns the data type to be created as a string) The client does not know what object it will need to create at runtime. I would like some code to work sort of like this on the client: assuming i have a link to the remoting host server like: RemotingConfiguration.RegisterWellKnownClientType(GetType(DistObjects.HomeSe rvice), "tcp://myserver:8085…
-
How to download a file in .NET using iNET control?
by Guest _RIP_DREAMS-
- *Gurus*
- 5 replies
- 2.7k views
how do i download a file...? it's a image...
Last reply by divil, -
-
Dynamically Create Controls
by Guest torey- 2 replies
- 1.8k views
I am trying to dynamically create a control (CheckBox) during runtime and place it on the form. Any Ideas?
-
-
- *Gurus*
- 11 replies
- 2.4k views
What is the best way to save options for your program like sound, file location, and so on??? in XML files, text files???
-
-
Play An MP3
by Guest Cokegod-
- *Gurus*
- 3 replies
- 2.4k views
How do you get vb to play mp3's??? Can DX do it? If so How? Thanks
-
-
- 0 replies
- 1.5k views
I've added a new item: an XML file. But how do I load the XML file? Which path do I have to call? Greetings
Last reply by NicoVB, -
-
- Leaders
- 2 replies
- 1.5k views
Can someone either tell me or point to somewhere that tells me how to set up an existing ASP.NET project for team development?
Last reply by ChiefRedBull, -
-
- 0 replies
- 1.5k views
hello all, on my mdi parent form (for a database app) i have a status bar with a database username text field (this is populated when a user logs in). i want to be able to click this pannel and give the user the option to log out. i have all the code for this with 1 exception... i can't seem to evaluate what pannel i've clicked? i'm using the <statusbar>.pannelclick event - how do i test the pannel click event and return the pannel number that's been clicked? thanks, drew.
Last reply by paynea, -
- 0 replies
- 1.5k views
1. I am creating a setup file that should setup several applications in different subdirectories of the same directory. All applications use the same DLL. Do I have to put the copy of DLL into each subfolder? By default Setup puts it into parent folder but then applications cannot find it. Can I specify where to look for it? 2. Is there a way in Setup program to put an entry into INI file during setup?
Last reply by vnarod, -
Mdi Example?
by Guest nolc-
- *Gurus*
- 2 replies
- 1.5k views
DOES ANYONE HAVE A MDI EXAMPLE? I CAN'T FIND ANYTHING ON MDI FORMS WRITTEN IN VB.NET. THANKS IN ADVANCE!....
-
-
-
- *Gurus*
- 1 reply
- 2.7k views
I've created and installed a database application on my machine, and everything works fine. When I try to install this same program on a different machine I get the error: "File or assembly name ADODB, or one of its dependencies, was not found" Why is this not found? Is it not getting installed for some reason?
Last reply by Thinker, -
-
DataSet to CheckedListBox
by Guest nolc- 0 replies
- 4.1k views
Does anyone know how to load a CheckedListBox with a returned DataSet? I want to grab the first two columns of each row and append them to an item in the CheckedListBox. Private Sub LOADdgService() Dim myDataSet As New DataSet() Dim tmpTable As String = "ServiceList" myDataSet = GetDataSet("spGETServiceList", tmpTable) Dim i As Integer Dim n As Integer = myDataSet.Tables(tmpTable).Rows.Count For i = 0 To n Dim myDataRow As DataRow myDataRow = myDataSet.Tables(tmpTable).Rows(i) Dim Item As String CheckedListBox1.Items.Add("", False) Next End Sub
-
Is it possible to download a page that
by Guest _RIP_DREAMS- 1 reply
- 1.4k views
is opened in a web browser control...? if my web browser control is in the page http://www.microsoft.com is it possible that it saves it's contents to some folder or something like that? or that saves the pictures shown..it's that i dont wanna use the inet control as it is asyncr that means it stops the program...any ideas to work around...? or maybe seeing the webpage source code i could extract the name of the pictures and then search for it in cache folder...but i didnt seem to can do it...any help appreciated notice how i am using VB.NET
-
Who's Online 0 Members, 0 Anonymous, 42 Guests (See full list)
- There are no registered users currently online