Answer Questions
lingo302 How to create entry point on dll?
Hi I have a dll from Visual Vasic 6.0 and have following entry point c:\dumpbin /exports s.dll . . ordial hint RVA name 1 0 00002C46 DllCanUnloadNow 2 1 00002C1A DllGetClassObject 3 2 00002C30 DllRegisterServer &nbs ...Show All
Damian Mehers how does timer work in vb.net 2003?
hi! say i want to display the first label on a form and after a few seconds, the second label will display. what should be the code thanks, mac great ! it works Paul... thanks, mac hi remco, there were build error saying "the event elapsed could not be found". i've tried this code and works; label1.text = now but ofcourse label1 will display both the current date and time. my question is how to display only the system ...Show All
sajid mayo Unable to find Immediate window in VS 2005
I'm use to using the command window in VS 2003. However that doesn't seem to function the same as it did in 2005, there is no intellisense to do msgbox's and stuff in that window. I see posts stating that it is now an immediate window and the command window is seperate. However under by debug window there is no option to show the immediate window. Why would that not show up Ctrl + Alt + I also works if you ...Show All
Tolga Erdogus Passing a value from form to form
What is the best way to pass a value from form to form Do I use a global variable or is there a parameter style way to do it Is there some other way Thanks for helping a newbie. Wouldn't the OO way be to create a new class object that has getters/setters for the variables stored within it and pass it around from form to form Create a Property on the second form and then when you create an instance of the second form from the f ...Show All
Roberta Ezar SignTool reported an error 'An internal certificate chaining error has occurred.
I am new to code signing. After I swtich from the temperary test certificate to a real certificate from a CA, when I publish, I got two errors "Error 1 Cannot publish because a project failed to build." "Error 2 SignTool reported an error 'An internal certificate chaining error has occurred. '." and when I checked "Sign the assembly", when I build, it asks for a password, after I entered password, it says "Cannot find th ...Show All
Tomasz007 VB The usual sql update data row problem
Hello everyone! Ive seen many differnent answers and solutions for this question, but mine is a little different... What I have is 2 different variables (1 string & 1 integer)... I want to place those two variables as data in an existing datarow in my sql db. I can add them as another row no problem... but i have a row of data already partially filled and want to add these two values into the two NULL parts of that existing data row ...Show All
darentan DataGridView Navigation
Hi, im sick of this error: Operation is not valid because it results in a reentrant call to the SetCurrentCellAddressCore function It happens, when i use (1 case) : MyGrid.currentcell = Mygrid.CurrentRow.Cells(0) it also happens when i try to remove a row, but not in all cases, how can i avoid this fu#~@n error . . . thanks in advance noup, is not 1 and only case. i'll try to explain... (for 1 scenario, but not the onl ...Show All
Andrew Tregonning Datagrid with Combobox column - Null values
Hi all, I've done some programming before but am new to VB 2005 and to databases. Up until now I've managed to solve all my problems by gleaning information from MSDN and other web sources but this one has get me stumped! I have a DataGrid bound to 'WireList' table in a database. One of the columns in the DataGrid is set as a ComboBox bound to 'Terminal' table in the database. The idea being that the user can select an item from the Com ...Show All
Rama Satya Jagan K Using a "FileOpen" dialog box to set variable
Problem 1 of my many issues while trying to program, I want to have a file open box, but instead of it reading the data stream into the program somewhere, I want it to instead set a variable, in this case "Audio1" (as string) equal to the path/filename. So, if I were to click on my "Open" button, it would open a standard windows file box, and when I clicked on "C:\WinNT\Media\ding.wav" It would then set: "Au ...Show All
Oirad why don't IDE of VB express have context menu : collapse/expand code
God ,it 's so terrible ,each time VB IDE be ternimated suddenly Unclear what you mean by VB IDE to be "ternimated" suddenly. The express skus are stripped down versions of the regular product, so some features are not there. Hope that answers your question. Toddap_ms It looks like you are asking about a context menu that will expand and collapse all co ...Show All
Mark Storen Saving settings (INI or registry)
Hi! I am developing a media player and I need to know, how can a user set settings and save them as INI or registry key (value) and exit the application. Next time they start it, the settings will be same. So, the settings will not reset, after the application restarts. What code do I have to do here's a quick example to saving to the registry. Dim value As String   ...Show All
mohawk File I/O speed in VB.NET vs VB6
I read and write a large data structure in VB.net as: FileOpen(1, TheFileName$, OpenMode.Binary, OpenAccess.Write) FilePut(1, Drawings(DrawingIndex)) FileClose(1) Where Drawings is a Structure and consists of other structures, arrays of arrays etc. In VB.net this is almost 10 times SLOWER than the equivilant from VB6 In other words, the same basic read/write operations seem to take 10 ti ...Show All
Mukhpreet Glass efect in Visual Studio 2005 with Avalon Technology
Hi friends! I want the Glass efect in Visual Basic 2005! I want that the border windows forms in Visual Basic or C# have the Glass Efect! Please help me! I have the WinFX SDK installed and the runtime! Please help me! I have installed Windows XP SP2 But i need manipulate the border glass with Avalon, but how can i do this Please help me! Please friend, pass me this resources from Windows Vista, please! victorhugo68@hotmail.com victor06@gm ...Show All
soni_ravi362000 Hooking to find flaswindow in VB.Net
I just started messing around with API's yesterday. So far things have come easy, well until trying to learn hooking. I have a pretty good grasp on it, I just need to know which hook to use to find when a flashwindow msg is sent to a window. For my expiremental app I am making a msn mesenger notifier. The app scans for open messages ands makes a list of hwnd's for each of the conversations, now how can I place a hook on them to intercept the fla ...Show All
Troup Managing data operations from a DB.
Hi everyone! Hope you can help me. This is my situation: I’ve already made the connection with a DB in Visual Basic Express. At this point I can display data with a simple SELECT query. My problem is that I want to make other kind of queries (SUM, AVG) and then I would like to put the result in a ListBox or something similar. I’ve tried at the properties control with DataBindings and it works in the QueryPreview, but it doesn't when I run ...Show All
