Click here to Skip to main content
15,922,166 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generaladding a form to windows service project Pin
Vineet Rajan2-Aug-04 18:31
Vineet Rajan2-Aug-04 18:31 
GeneralNetworked Application Pin
Alejandro K.2-Aug-04 5:05
Alejandro K.2-Aug-04 5:05 
GeneralRe: Networked Application Pin
Dave Kreskowiak2-Aug-04 10:58
mveDave Kreskowiak2-Aug-04 10:58 
GeneralConverting System Time to milliseconds Pin
Simon Kearn2-Aug-04 4:33
sussSimon Kearn2-Aug-04 4:33 
GeneralRe: Converting System Time to milliseconds Pin
Dave Kreskowiak3-Aug-04 5:45
mveDave Kreskowiak3-Aug-04 5:45 
GeneralRe: Converting System Time to milliseconds Pin
Simon Kearn5-Aug-04 0:05
sussSimon Kearn5-Aug-04 0:05 
GeneralRe: Converting System Time to milliseconds Pin
Dave Kreskowiak7-Aug-04 6:22
mveDave Kreskowiak7-Aug-04 6:22 
GeneralData Dictionary Pin
Britnt72-Aug-04 3:07
Britnt72-Aug-04 3:07 
Can anyone explain to me, What I need to do to create a data dictionary?D'Oh! | :doh: The following is from the help section of Advantage. I don't know how to implement this into VB.Net code in my ASP.Net project.

Creates a data dictionary.<br />
<br />
Syntax<br />
UNSIGNED32 AdsDDCreate( UNSIGNED8 *pucDictionaryPath,<br />
                        UNSIGNED16 usEncrypt,<br />
                        UNSIGNED8 *pucDescription,<br />
                        ADSHANDLE *phAdminConn );<br />
<br />
Parameters<br />
pucDictonaryPath  (I)	Full file path of the data dictionary to create. <br />
<br />
usEncrypt  (I)	        A non-zero value will cause the data dictionary data<br />
                        file to be encrypted.<br />
<br />
pucDescription  (I)	An optional description of the database in the data <br />
                        dictionary. If NULL, no database description is <br />
                        stored in the data dictionary. The database<br />
                        description can be added or changed later with <br />
                        AdsDDSetDatabaseProperty.<br />
<br />
phAdminConn  (O)	Returns a database administrative connection handle <br />
                        if the data dictionary is created successfully.<br />
<br />
Example:<br />
Create a data dictionary without encrypting the data dictionary data files, and then add a table to the database.<br />
<br />
AdsDDCreate( "n:\\MyData\\myData.ADD", 0, "This is the database of my tables and indexes.", &hDD );<br />
AdsDDAddTable( hDD, "Customer Information", "n:\\MyData\\customer.ADT", ADS_ADT, "customer.adi;customer2.adi",<br />
               "This table contains information on all customers." )


Thanks in advance.Smile | :)


Beginner in VB and ASP.Net
Generalediting XML config file from within executing program Pin
Vineet Rajan2-Aug-04 1:57
Vineet Rajan2-Aug-04 1:57 
GeneralRe: editing XML config file from within executing program Pin
Member 9041222-Aug-04 2:48
Member 9041222-Aug-04 2:48 
GeneralRe: editing XML config file from within executing program Pin
Vineet Rajan2-Aug-04 3:09
Vineet Rajan2-Aug-04 3:09 
GeneralDatagrid row color Pin
benjj1-Aug-04 7:40
benjj1-Aug-04 7:40 
GeneralRe: Datagrid row color Pin
Jay Shankar2-Aug-04 16:31
Jay Shankar2-Aug-04 16:31 
GeneralRe: Datagrid row color Pin
partt3-Aug-04 11:50
partt3-Aug-04 11:50 
GeneralExcel Report Created in VB.Net Pin
lxhan1-Aug-04 5:00
lxhan1-Aug-04 5:00 
QuestionHow to Hide Application from Task Manager Pin
Murtuza Husain Miyan Patel1-Aug-04 4:37
professionalMurtuza Husain Miyan Patel1-Aug-04 4:37 
AnswerRe: How to Hide Application from Task Manager Pin
Dave Kreskowiak1-Aug-04 17:04
mveDave Kreskowiak1-Aug-04 17:04 
AnswerRe: How to Hide Application from Task Manager Pin
s1ihome1-Aug-04 20:21
s1ihome1-Aug-04 20:21 
GeneralPlz Help me how to Hide Application from Task Manager Pin
Murtuza Husain Miyan Patel1-Aug-04 4:36
professionalMurtuza Husain Miyan Patel1-Aug-04 4:36 
GeneralRe: Plz Help me how to Hide Application from Task Manager Pin
Colin Angus Mackay1-Aug-04 22:31
Colin Angus Mackay1-Aug-04 22:31 
GeneralRe: Plz Help me how to Hide Application from Task Manager Pin
Tahseen Zindani2-Aug-04 23:33
sussTahseen Zindani2-Aug-04 23:33 
GeneralFile Download Trap Pin
Mega131-Jul-04 13:16
Mega131-Jul-04 13:16 
GeneralRe: File Download Trap Pin
Dave Kreskowiak1-Aug-04 4:09
mveDave Kreskowiak1-Aug-04 4:09 
GeneralRe: File Download Trap Pin
Mekong River1-Aug-04 4:27
Mekong River1-Aug-04 4:27 
GeneralVBA default parameters in EXcel Pin
Anonymous31-Jul-04 7:24
Anonymous31-Jul-04 7:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.